Color Hex Logo

#e2009f Color Hex

#E2009F
(226,0,159)
0 Favorites   0 Comments

Color spaces of #e2009f

RGB 2260159
HSL0.881.000.44
HSV318°100°89°
CMYK 0.001.000.30   0.11
XYZ37.622018.672034.4220
Yxy18.67200.41470.2058
Hunter Lab43.211179.7926-16.9827
CIE-Lab50.301281.3358-21.9330

#e2009f color RGB value is (226,0,159).

#e2009f hex color red value is 226, green value is 0 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e2009f hue: 0.88 , saturation: 1.00 and the lightness value of e2009f is 0.44.

The process color (four color CMYK) of #e2009f color hex is 0.00, 1.00, 0.30, 0.11. Web safe color of #e2009f is #cc0099. Color #e2009f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000000 10011111
Octal 342 0 237
Decimal 226 0 159
Hex E2 0 9F

RGB Percentages of Color #e2009f

%58.70
%0.00
%41.30

CMYK Percentages of Color #e2009f

%0
%100
%30
%11

Triadic Colors of #e2009f

#e2009f #9fe200 #009fe2

Analogous Colors of #e2009f

#e2009f #e2002e #b400e2

Monochromatic Colors of #e2009f

#e2009f

Complementary Color

#e2009f #00e243

#e2009f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2009f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2009f Color CSS Codes

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

#e2009f Text Font Color

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

This sample text font color is #e2009f
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.


#e2009f Background Color

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

This div background color is #e2009f


#e2009f Border Color

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

This div border color is #e2009f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2009f


Comments

No comments written yet.

Please login to write comment.