Color Hex Logo

#ee86cb Color Hex

#EE86CB
(238,134,203)
0 Favorites   0 Comments

Color spaces of #ee86cb

RGB 238134203
HSL0.890.750.73
HSV320°44°93°
CMYK 0.000.440.15   0.07
XYZ54.564539.539161.2559
Yxy39.53910.35120.2545
Hunter Lab62.880144.8539-13.7424
CIE-Lab69.140048.5711-18.3116

#ee86cb color RGB value is (238,134,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 11001011
Octal 356 206 313
Decimal 238 134 203
Hex EE 86 CB

RGB Percentages of Color #ee86cb

%41.39
%23.30
%35.30

CMYK Percentages of Color #ee86cb

%0
%44
%15
%7

Triadic Colors of #ee86cb

#ee86cb #cbee86 #86cbee

Analogous Colors of #ee86cb

#ee86cb #ee8697 #dd86ee

Monochromatic Colors of #ee86cb

#ee86cb

Complementary Color

#ee86cb #86eea9

#ee86cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee86cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee86cb Color CSS Codes

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

#ee86cb Text Font Color

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

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


#ee86cb Background Color

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

This div background color is #ee86cb


#ee86cb Border Color

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

This div border color is #ee86cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee86cb


Comments

No comments written yet.

Please login to write comment.