Color Hex Logo

#e2008f Color Hex

#E2008F
(226,0,143)
0 Favorites   0 Comments

Color spaces of #e2008f

RGB 2260143
HSL0.891.000.44
HSV322°100°89°
CMYK 0.001.000.37   0.11
XYZ36.322018.151927.5759
Yxy18.15190.44270.2212
Hunter Lab42.605077.6174-8.5516
CIE-Lab49.679879.7361-13.2966

#e2008f color RGB value is (226,0,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000000 10001111
Octal 342 0 217
Decimal 226 0 143
Hex E2 0 8F

RGB Percentages of Color #e2008f

%61.25
%0.00
%38.75

CMYK Percentages of Color #e2008f

%0
%100
%37
%11

Triadic Colors of #e2008f

#e2008f #8fe200 #008fe2

Analogous Colors of #e2008f

#e2008f #e2001e #c400e2

Monochromatic Colors of #e2008f

#e2008f

Complementary Color

#e2008f #00e253

#e2008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2008f Color CSS Codes

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

#e2008f Text Font Color

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

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


#e2008f Background Color

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

This div background color is #e2008f


#e2008f Border Color

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

This div border color is #e2008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2008f


Comments

No comments written yet.

Please login to write comment.