Color Hex Logo

#e891aa Color Hex

#E891AA
(232,145,170)
0 Favorites   0 Comments

Color spaces of #e891aa

RGB 232145170
HSL0.950.650.74
HSV343°38°91°
CMYK 0.000.380.27   0.09
XYZ50.659840.308943.1405
Yxy40.30890.37780.3006
Hunter Lab63.489331.32374.1554
CIE-Lab69.689036.04590.8453

#e891aa color RGB value is (232,145,170).

#e891aa hex color red value is 232, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e891aa hue: 0.95 , saturation: 0.65 and the lightness value of e891aa is 0.74.

The process color (four color CMYK) of #e891aa color hex is 0.00, 0.38, 0.27, 0.09. Web safe color of #e891aa is #ff9999. Color #e891aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010001 10101010
Octal 350 221 252
Decimal 232 145 170
Hex E8 91 AA

RGB Percentages of Color #e891aa

%42.41
%26.51
%31.08

CMYK Percentages of Color #e891aa

%0
%38
%27
%9

Triadic Colors of #e891aa

#e891aa #aae891 #91aae8

Analogous Colors of #e891aa

#e891aa #e8a491 #e891d6

Monochromatic Colors of #e891aa

#e891aa

Complementary Color

#e891aa #91e8cf

#e891aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e891aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e891aa Color CSS Codes

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

#e891aa Text Font Color

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

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


#e891aa Background Color

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

This div background color is #e891aa


#e891aa Border Color

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

This div border color is #e891aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e891aa


Comments

No comments written yet.

Please login to write comment.