Color Hex Logo

#e89caa Color Hex

#E89CAA
(232,156,170)
0 Favorites   0 Comments

Color spaces of #e89caa

RGB 232156170
HSL0.970.620.76
HSV349°33°91°
CMYK 0.000.330.27   0.09
XYZ52.422943.835043.7282
Yxy43.83500.37450.3131
Hunter Lab66.208025.47077.1865
CIE-Lab72.118130.22514.3693

#e89caa color RGB value is (232,156,170).

#e89caa hex color red value is 232, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e89caa hue: 0.97 , saturation: 0.62 and the lightness value of e89caa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011100 10101010
Octal 350 234 252
Decimal 232 156 170
Hex E8 9C AA

RGB Percentages of Color #e89caa

%41.58
%27.96
%30.47

CMYK Percentages of Color #e89caa

%0
%33
%27
%9

Triadic Colors of #e89caa

#e89caa #aae89c #9caae8

Analogous Colors of #e89caa

#e89caa #e8b49c #e89cd0

Monochromatic Colors of #e89caa

#e89caa

Complementary Color

#e89caa #9ce8da

#e89caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89caa Color CSS Codes

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

#e89caa Text Font Color

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

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


#e89caa Background Color

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

This div background color is #e89caa


#e89caa Border Color

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

This div border color is #e89caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,156,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 #e89caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89caa


Comments

No comments written yet.

Please login to write comment.