Color Hex Logo

#ee86ce Color Hex

#EE86CE
(238,134,206)
0 Favorites   0 Comments

Color spaces of #ee86ce

RGB 238134206
HSL0.880.750.73
HSV318°44°93°
CMYK 0.000.440.13   0.07
XYZ54.925639.683663.1573
Yxy39.68360.34810.2515
Hunter Lab62.994945.3940-15.3464
CIE-Lab69.243649.0393-19.8239

#ee86ce color RGB value is (238,134,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 11001110
Octal 356 206 316
Decimal 238 134 206
Hex EE 86 CE

RGB Percentages of Color #ee86ce

%41.18
%23.18
%35.64

CMYK Percentages of Color #ee86ce

%0
%44
%13
%7

Triadic Colors of #ee86ce

#ee86ce #ceee86 #86ceee

Analogous Colors of #ee86ce

#ee86ce #ee869a #da86ee

Monochromatic Colors of #ee86ce

#ee86ce

Complementary Color

#ee86ce #86eea6

#ee86ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee86ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee86ce Color CSS Codes

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

#ee86ce Text Font Color

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

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


#ee86ce Background Color

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

This div background color is #ee86ce


#ee86ce Border Color

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

This div border color is #ee86ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee86ce


Comments

No comments written yet.

Please login to write comment.