Color Hex Logo

#ee86eb Color Hex

#EE86EB
(238,134,235)
0 Favorites   0 Comments

Color spaces of #ee86eb

RGB 238134235
HSL0.840.750.73
HSV302°44°93°
CMYK 0.000.440.01   0.07
XYZ58.780441.225583.4565
Yxy41.22550.32040.2247
Hunter Lab64.207151.0510-32.1203
CIE-Lab70.333653.8643-34.1822

#ee86eb color RGB value is (238,134,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 11101011
Octal 356 206 353
Decimal 238 134 235
Hex EE 86 EB

RGB Percentages of Color #ee86eb

%39.21
%22.08
%38.71

CMYK Percentages of Color #ee86eb

%0
%44
%1
%7

Triadic Colors of #ee86eb

#ee86eb #ebee86 #86ebee

Analogous Colors of #ee86eb

#ee86eb #ee86b7 #bd86ee

Monochromatic Colors of #ee86eb

#ee86eb

Complementary Color

#ee86eb #86ee89

#ee86eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee86eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee86eb Color CSS Codes

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

#ee86eb Text Font Color

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

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


#ee86eb Background Color

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

This div background color is #ee86eb


#ee86eb Border Color

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

This div border color is #ee86eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee86eb


Comments

No comments written yet.

Please login to write comment.