Color Hex Logo

#ee0ccc Color Hex

#EE0CCC
(238,12,204)
0 Favorites   0 Comments

Color spaces of #ee0ccc

RGB 23812204
HSL0.860.900.49
HSV309°95°93°
CMYK 0.000.950.14   0.07
XYZ46.290522.799759.0877
Yxy22.79970.36110.1779
Hunter Lab47.749089.4868-39.9449
CIE-Lab54.865487.9336-40.9514

#ee0ccc color RGB value is (238,12,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001100 11001100
Octal 356 14 314
Decimal 238 12 204
Hex EE C CC

RGB Percentages of Color #ee0ccc

%52.42
%2.64
%44.93

CMYK Percentages of Color #ee0ccc

%0
%95
%14
%7

Triadic Colors of #ee0ccc

#ee0ccc #ccee0c #0cccee

Analogous Colors of #ee0ccc

#ee0ccc #ee0c5b #9f0cee

Monochromatic Colors of #ee0ccc

#ee0ccc

Complementary Color

#ee0ccc #0cee2e

#ee0ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0ccc Color CSS Codes

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

#ee0ccc Text Font Color

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

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


#ee0ccc Background Color

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

This div background color is #ee0ccc


#ee0ccc Border Color

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

This div border color is #ee0ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0ccc


Comments

No comments written yet.

Please login to write comment.