Color Hex Logo

#ee86dd Color Hex

#EE86DD
(238,134,221)
0 Favorites   0 Comments

Color spaces of #ee86dd

RGB 238134221
HSL0.860.750.73
HSV310°44°93°
CMYK 0.000.440.07   0.07
XYZ56.836140.447873.2182
Yxy40.44780.33330.2372
Hunter Lab63.598648.2224-23.7389
CIE-Lab69.787351.4695-27.3106

#ee86dd color RGB value is (238,134,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 11011101
Octal 356 206 335
Decimal 238 134 221
Hex EE 86 DD

RGB Percentages of Color #ee86dd

%40.13
%22.60
%37.27

CMYK Percentages of Color #ee86dd

%0
%44
%7
%7

Triadic Colors of #ee86dd

#ee86dd #ddee86 #86ddee

Analogous Colors of #ee86dd

#ee86dd #ee86a9 #cb86ee

Monochromatic Colors of #ee86dd

#ee86dd

Complementary Color

#ee86dd #86ee97

#ee86dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee86dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee86dd Color CSS Codes

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

#ee86dd Text Font Color

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

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


#ee86dd Background Color

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

This div background color is #ee86dd


#ee86dd Border Color

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

This div border color is #ee86dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee86dd


Comments

No comments written yet.

Please login to write comment.