Color Hex Logo

#ee86df Color Hex

#EE86DF
(238,134,223)
0 Favorites   0 Comments

Color spaces of #ee86df

RGB 238134223
HSL0.860.750.73
HSV309°44°93°
CMYK 0.000.440.06   0.07
XYZ57.104340.555174.6302
Yxy40.55510.33140.2354
Hunter Lab63.682948.6155-24.9041
CIE-Lab69.863151.8043-28.2991

#ee86df color RGB value is (238,134,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 11011111
Octal 356 206 337
Decimal 238 134 223
Hex EE 86 DF

RGB Percentages of Color #ee86df

%40.00
%22.52
%37.48

CMYK Percentages of Color #ee86df

%0
%44
%6
%7

Triadic Colors of #ee86df

#ee86df #dfee86 #86dfee

Analogous Colors of #ee86df

#ee86df #ee86ab #c986ee

Monochromatic Colors of #ee86df

#ee86df

Complementary Color

#ee86df #86ee95

#ee86df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee86df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee86df Color CSS Codes

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

#ee86df Text Font Color

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

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


#ee86df Background Color

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

This div background color is #ee86df


#ee86df Border Color

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

This div border color is #ee86df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee86df


Comments

No comments written yet.

Please login to write comment.