Color Hex Logo

#e2009e Color Hex

#E2009E
(226,0,158)
0 Favorites   0 Comments

Color spaces of #e2009e

RGB 2260158
HSL0.881.000.44
HSV318°100°89°
CMYK 0.001.000.30   0.11
XYZ37.535618.637433.9668
Yxy18.63740.41640.2068
Hunter Lab43.171179.6497-16.4294
CIE-Lab50.260381.2312-21.4004

#e2009e color RGB value is (226,0,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000000 10011110
Octal 342 0 236
Decimal 226 0 158
Hex E2 0 9E

RGB Percentages of Color #e2009e

%58.85
%0.00
%41.15

CMYK Percentages of Color #e2009e

%0
%100
%30
%11

Triadic Colors of #e2009e

#e2009e #9ee200 #009ee2

Analogous Colors of #e2009e

#e2009e #e2002d #b500e2

Monochromatic Colors of #e2009e

#e2009e

Complementary Color

#e2009e #00e244

#e2009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2009e Color CSS Codes

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

#e2009e Text Font Color

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

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


#e2009e Background Color

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

This div background color is #e2009e


#e2009e Border Color

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

This div border color is #e2009e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2009e


Comments

No comments written yet.

Please login to write comment.