Color Hex Logo

#ee4dcc Color Hex

#EE4DCC
(238,77,204)
0 Favorites   0 Comments

Color spaces of #ee4dcc

RGB 23877204
HSL0.870.830.62
HSV313°68°93°
CMYK 0.000.680.14   0.07
XYZ48.812927.844559.9286
Yxy27.84450.35740.2039
Hunter Lab52.767972.7775-30.3983
CIE-Lab59.748073.9074-33.3034

#ee4dcc color RGB value is (238,77,204).

#ee4dcc hex color red value is 238, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ee4dcc hue: 0.87 , saturation: 0.83 and the lightness value of ee4dcc is 0.62.

The process color (four color CMYK) of #ee4dcc color hex is 0.00, 0.68, 0.14, 0.07. Web safe color of #ee4dcc is #ff66cc. Color #ee4dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001101 11001100
Octal 356 115 314
Decimal 238 77 204
Hex EE 4D CC

RGB Percentages of Color #ee4dcc

%45.86
%14.84
%39.31

CMYK Percentages of Color #ee4dcc

%0
%68
%14
%7

Triadic Colors of #ee4dcc

#ee4dcc #ccee4d #4dccee

Analogous Colors of #ee4dcc

#ee4dcc #ee4d7c #c04dee

Monochromatic Colors of #ee4dcc

#ee4dcc

Complementary Color

#ee4dcc #4dee6f

#ee4dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4dcc Color CSS Codes

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

#ee4dcc Text Font Color

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

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


#ee4dcc Background Color

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

This div background color is #ee4dcc


#ee4dcc Border Color

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

This div border color is #ee4dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,77,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 #ee4dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4dcc


Comments

No comments written yet.

Please login to write comment.