Color Hex Logo

#ee0cca Color Hex

#EE0CCA
(238,12,202)
0 Favorites   0 Comments

Color spaces of #ee0cca

RGB 23812202
HSL0.860.900.49
HSV310°95°93°
CMYK 0.000.950.15   0.07
XYZ46.052022.704457.8323
Yxy22.70440.36380.1794
Hunter Lab47.649189.1309-38.6066
CIE-Lab54.766587.6831-39.9583

#ee0cca color RGB value is (238,12,202).

#ee0cca hex color red value is 238, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ee0cca hue: 0.86 , saturation: 0.90 and the lightness value of ee0cca is 0.49.

The process color (four color CMYK) of #ee0cca color hex is 0.00, 0.95, 0.15, 0.07. Web safe color of #ee0cca is #ff00cc. Color #ee0cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001100 11001010
Octal 356 14 312
Decimal 238 12 202
Hex EE C CA

RGB Percentages of Color #ee0cca

%52.65
%2.65
%44.69

CMYK Percentages of Color #ee0cca

%0
%95
%15
%7

Triadic Colors of #ee0cca

#ee0cca #caee0c #0ccaee

Analogous Colors of #ee0cca

#ee0cca #ee0c59 #a10cee

Monochromatic Colors of #ee0cca

#ee0cca

Complementary Color

#ee0cca #0cee30

#ee0cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0cca Color CSS Codes

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

#ee0cca Text Font Color

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

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


#ee0cca Background Color

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

This div background color is #ee0cca


#ee0cca Border Color

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

This div border color is #ee0cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0cca


Comments

No comments written yet.

Please login to write comment.