color codes Logo

#e251ce color codes

#E251CE
(226,81,206)
0 Favorites   0 Comments

Color spaces of #e251ce

RGB 22681206
HSL0.860.710.60
HSV308°64°89°
CMYK 0.000.640.09   0.11
XYZ45.447026.509861.1141
Yxy26.50980.34150.1992
Hunter Lab51.487767.4545-34.3338
CIE-Lab58.517869.7865-36.4981

#e251ce color RGB value is (226,81,206).

#e251ce hex color red value is 226, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e251ce hue: 0.86 , saturation: 0.71 and the lightness value of e251ce is 0.60.

The process color (four color CMYK) of #e251ce color code is 0.00, 0.64, 0.09, 0.11. Web safe color of #e251ce is #cc66cc. Color #e251ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010001 11001110
Octal 342 121 316
Decimal 226 81 206
Hex E2 51 CE

RGB Percentages of Color #e251ce

%44.05
%15.79
%40.16

CMYK Percentages of Color #e251ce

%0
%64
%9
%11

Triadic Colors of #e251ce

#e251ce #cee251 #51cee2

Analogous Colors of #e251ce

#e251ce #e25186 #ae51e2

Monochromatic Colors of #e251ce

#e251ce

Complementary Color

#e251ce #51e265

#e251ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e251ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e251ce Color CSS Codes

.mybgcolor {background-color:#e251ce; } 
.myforecolor {color:#e251ce; }
.mybordercolor {border:3px solid #e251ce; }

#e251ce Text Font Color

<p style="color:#e251ce">Text here</p>

This sample text font color is #e251ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e251ce Background Color

<div style="background-color:#e251ce">
Div content here</div>

This div background color is #e251ce


#e251ce Border Color

<div style="border:3px solid #e251ce">
Div here</div>

This div border color is #e251ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,81,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e251ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e251ce;
  -webkit-box-shadow: 1px 1px 3px 2px #e251ce;
  box-shadow:         1px 1px 3px 2px #e251ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,81,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e251ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e251ce;
  -webkit-box-shadow: 1px 1px 3px 2px #e251ce;
  box-shadow:         1px 1px 3px 2px #e251ce;">
Div content here</div>

This div box has shadow with color #e251ce


Comments

No comments written yet.

Please login to write comment.