Color Hex Logo

#ee86dc Color Hex

#EE86DC
(238,134,220)
0 Favorites   0 Comments

Color spaces of #ee86dc

RGB 238134220
HSL0.860.750.73
HSV310°44°93°
CMYK 0.000.440.08   0.07
XYZ56.703340.394672.5185
Yxy40.39460.33430.2382
Hunter Lab63.556748.0277-23.1604
CIE-Lab69.749751.3033-26.8155

#ee86dc color RGB value is (238,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 11011100
Octal 356 206 334
Decimal 238 134 220
Hex EE 86 DC

RGB Percentages of Color #ee86dc

%40.20
%22.64
%37.16

CMYK Percentages of Color #ee86dc

%0
%44
%8
%7

Triadic Colors of #ee86dc

#ee86dc #dcee86 #86dcee

Analogous Colors of #ee86dc

#ee86dc #ee86a8 #cc86ee

Monochromatic Colors of #ee86dc

#ee86dc

Complementary Color

#ee86dc #86ee98

#ee86dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee86dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee86dc Color CSS Codes

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

#ee86dc Text Font Color

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

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


#ee86dc Background Color

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

This div background color is #ee86dc


#ee86dc Border Color

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

This div border color is #ee86dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee86dc


Comments

No comments written yet.

Please login to write comment.