Color Hex Logo

#e86aab Color Hex

#E86AAB
(232,106,171)
0 Favorites   0 Comments

Color spaces of #e86aab

RGB 232106171
HSL0.910.730.66
HSV329°54°91°
CMYK 0.000.540.26   0.09
XYZ45.783430.404141.9836
Yxy30.40410.38740.2573
Hunter Lab55.139951.7161-6.5455
CIE-Lab62.001355.7336-11.0843

#e86aab color RGB value is (232,106,171).

#e86aab hex color red value is 232, green value is 106 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e86aab hue: 0.91 , saturation: 0.73 and the lightness value of e86aab is 0.66.

The process color (four color CMYK) of #e86aab color hex is 0.00, 0.54, 0.26, 0.09. Web safe color of #e86aab is #ff6699. Color #e86aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101010 10101011
Octal 350 152 253
Decimal 232 106 171
Hex E8 6A AB

RGB Percentages of Color #e86aab

%45.58
%20.83
%33.60

CMYK Percentages of Color #e86aab

%0
%54
%26
%9

Triadic Colors of #e86aab

#e86aab #abe86a #6aabe8

Analogous Colors of #e86aab

#e86aab #e86a6c #e66ae8

Monochromatic Colors of #e86aab

#e86aab

Complementary Color

#e86aab #6ae8a7

#e86aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86aab Color CSS Codes

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

#e86aab Text Font Color

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

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


#e86aab Background Color

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

This div background color is #e86aab


#e86aab Border Color

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

This div border color is #e86aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,106,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e86aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e86aab;
  -webkit-box-shadow: 1px 1px 3px 2px #e86aab;
  box-shadow:         1px 1px 3px 2px #e86aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,106,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86aab


Comments

No comments written yet.

Please login to write comment.