Color Hex Logo

#ee009c Color Hex

#EE009C
(238,0,156)
0 Favorites   0 Comments

Color spaces of #ee009c

RGB 2380156
HSL0.891.000.47
HSV321°100°93°
CMYK 0.001.000.34   0.07
XYZ41.260620.577433.2497
Yxy20.57740.43390.2164
Hunter Lab45.362382.9757-11.7048
CIE-Lab52.483883.4009-16.6053

#ee009c color RGB value is (238,0,156).

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

The process color (four color CMYK) of #ee009c color hex is 0.00, 1.00, 0.34, 0.07. Web safe color of #ee009c is #ff0099. Color #ee009c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000000 10011100
Octal 356 0 234
Decimal 238 0 156
Hex EE 0 9C

RGB Percentages of Color #ee009c

%60.41
%0.00
%39.59

CMYK Percentages of Color #ee009c

%0
%100
%34
%7

Triadic Colors of #ee009c

#ee009c #9cee00 #009cee

Analogous Colors of #ee009c

#ee009c #ee0025 #c900ee

Monochromatic Colors of #ee009c

#ee009c

Complementary Color

#ee009c #00ee52

#ee009c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee009c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee009c Color CSS Codes

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

#ee009c Text Font Color

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

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


#ee009c Background Color

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

This div background color is #ee009c


#ee009c Border Color

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

This div border color is #ee009c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee009c


Comments

No comments written yet.

Please login to write comment.