Color Hex Logo

#ee42dc Color Hex

#EE42DC
(238,66,220)
0 Favorites   0 Comments

Color spaces of #ee42dc

RGB 23866220
HSL0.850.830.60
HSV306°72°93°
CMYK 0.000.720.08   0.07
XYZ50.126427.240970.3262
Yxy27.24090.33940.1844
Hunter Lab52.192880.0954-43.3542
CIE-Lab59.196679.8437-43.2323

#ee42dc color RGB value is (238,66,220).

#ee42dc hex color red value is 238, green value is 66 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ee42dc hue: 0.85 , saturation: 0.83 and the lightness value of ee42dc is 0.60.

The process color (four color CMYK) of #ee42dc color hex is 0.00, 0.72, 0.08, 0.07. Web safe color of #ee42dc is #ff33cc. Color #ee42dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 11011100
Octal 356 102 334
Decimal 238 66 220
Hex EE 42 DC

RGB Percentages of Color #ee42dc

%45.42
%12.60
%41.98

CMYK Percentages of Color #ee42dc

%0
%72
%8
%7

Triadic Colors of #ee42dc

#ee42dc #dcee42 #42dcee

Analogous Colors of #ee42dc

#ee42dc #ee4286 #aa42ee

Monochromatic Colors of #ee42dc

#ee42dc

Complementary Color

#ee42dc #42ee54

#ee42dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee42dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee42dc Color CSS Codes

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

#ee42dc Text Font Color

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

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


#ee42dc Background Color

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

This div background color is #ee42dc


#ee42dc Border Color

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

This div border color is #ee42dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee42dc


Comments

No comments written yet.

Please login to write comment.