color codes Logo

#ee0ccd color codes

#EE0CCD
(238,12,205)
0 Favorites   0 Comments

Color spaces of #ee0ccd

RGB 23812205
HSL0.860.900.49
HSV309°95°93°
CMYK 0.000.950.14   0.07
XYZ46.410822.847959.7216
Yxy22.84790.35980.1771
Hunter Lab47.799589.6651-40.6184
CIE-Lab54.915388.0590-41.4467

#ee0ccd color RGB value is (238,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001100 11001101
Octal 356 14 315
Decimal 238 12 205
Hex EE C CD

RGB Percentages of Color #ee0ccd

%52.31
%2.64
%45.05

CMYK Percentages of Color #ee0ccd

%0
%95
%14
%7

Triadic Colors of #ee0ccd

#ee0ccd #cdee0c #0ccdee

Analogous Colors of #ee0ccd

#ee0ccd #ee0c5c #9e0cee

Monochromatic Colors of #ee0ccd

#ee0ccd

Complementary Color

#ee0ccd #0cee2d

#ee0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0ccd Color CSS Codes

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

#ee0ccd Text Font Color

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

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


#ee0ccd Background Color

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

This div background color is #ee0ccd


#ee0ccd Border Color

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

This div border color is #ee0ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0ccd


Comments

No comments written yet.

Please login to write comment.