color codes Logo

#ee86cc color codes

#EE86CC
(238,134,204)
0 Favorites   0 Comments

Color spaces of #ee86cc

RGB 238134204
HSL0.890.750.73
HSV320°44°93°
CMYK 0.000.440.14   0.07
XYZ54.684139.587061.8856
Yxy39.58700.35020.2535
Hunter Lab62.918245.0329-14.2742
CIE-Lab69.174448.7264-18.8161

#ee86cc color RGB value is (238,134,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 11001100
Octal 356 206 314
Decimal 238 134 204
Hex EE 86 CC

RGB Percentages of Color #ee86cc

%41.32
%23.26
%35.42

CMYK Percentages of Color #ee86cc

%0
%44
%14
%7

Triadic Colors of #ee86cc

#ee86cc #ccee86 #86ccee

Analogous Colors of #ee86cc

#ee86cc #ee8698 #dc86ee

Monochromatic Colors of #ee86cc

#ee86cc

Complementary Color

#ee86cc #86eea8

#ee86cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee86cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee86cc Color CSS Codes

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

#ee86cc Text Font Color

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

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


#ee86cc Background Color

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

This div background color is #ee86cc


#ee86cc Border Color

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

This div border color is #ee86cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee86cc


Comments

No comments written yet.

Please login to write comment.