Color Hex Logo

#ee85cd Color Hex

#EE85CD
(238,133,205)
0 Favorites   0 Comments

Color spaces of #ee85cd

RGB 238133205
HSL0.890.760.73
HSV319°44°93°
CMYK 0.000.440.14   0.07
XYZ54.666939.360062.4736
Yxy39.36000.34930.2515
Hunter Lab62.737545.7468-15.1243
CIE-Lab69.011249.3858-19.6204

#ee85cd color RGB value is (238,133,205).

#ee85cd hex color red value is 238, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ee85cd hue: 0.89 , saturation: 0.76 and the lightness value of ee85cd is 0.73.

The process color (four color CMYK) of #ee85cd color hex is 0.00, 0.44, 0.14, 0.07. Web safe color of #ee85cd is #ff99cc. Color #ee85cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000101 11001101
Octal 356 205 315
Decimal 238 133 205
Hex EE 85 CD

RGB Percentages of Color #ee85cd

%41.32
%23.09
%35.59

CMYK Percentages of Color #ee85cd

%0
%44
%14
%7

Triadic Colors of #ee85cd

#ee85cd #cdee85 #85cdee

Analogous Colors of #ee85cd

#ee85cd #ee8599 #db85ee

Monochromatic Colors of #ee85cd

#ee85cd

Complementary Color

#ee85cd #85eea6

#ee85cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee85cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee85cd Color CSS Codes

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

#ee85cd Text Font Color

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

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


#ee85cd Background Color

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

This div background color is #ee85cd


#ee85cd Border Color

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

This div border color is #ee85cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee85cd


Comments

No comments written yet.

Please login to write comment.