Color Hex Logo

#ee86ea Color Hex

#EE86EA
(238,134,234)
0 Favorites   0 Comments

Color spaces of #ee86ea

RGB 238134234
HSL0.840.750.73
HSV302°44°93°
CMYK 0.000.440.02   0.07
XYZ58.636341.167982.6976
Yxy41.16790.32130.2256
Hunter Lab64.162250.8430-31.5043
CIE-Lab70.293453.6893-33.6951

#ee86ea color RGB value is (238,134,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 11101010
Octal 356 206 352
Decimal 238 134 234
Hex EE 86 EA

RGB Percentages of Color #ee86ea

%39.27
%22.11
%38.61

CMYK Percentages of Color #ee86ea

%0
%44
%2
%7

Triadic Colors of #ee86ea

#ee86ea #eaee86 #86eaee

Analogous Colors of #ee86ea

#ee86ea #ee86b6 #be86ee

Monochromatic Colors of #ee86ea

#ee86ea

Complementary Color

#ee86ea #86ee8a

#ee86ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee86ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee86ea Color CSS Codes

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

#ee86ea Text Font Color

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

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


#ee86ea Background Color

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

This div background color is #ee86ea


#ee86ea Border Color

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

This div border color is #ee86ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee86ea


Comments

No comments written yet.

Please login to write comment.