Color Hex Logo

#e89aaa Color Hex

#E89AAA
(232,154,170)
0 Favorites   0 Comments

Color spaces of #e89aaa

RGB 232154170
HSL0.970.630.76
HSV348°34°91°
CMYK 0.000.340.27   0.09
XYZ52.090043.169343.6173
Yxy43.16930.37510.3108
Hunter Lab65.703326.53506.6326
CIE-Lab71.669731.28783.7212

#e89aaa color RGB value is (232,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011010 10101010
Octal 350 232 252
Decimal 232 154 170
Hex E8 9A AA

RGB Percentages of Color #e89aaa

%41.73
%27.70
%30.58

CMYK Percentages of Color #e89aaa

%0
%34
%27
%9

Triadic Colors of #e89aaa

#e89aaa #aae89a #9aaae8

Analogous Colors of #e89aaa

#e89aaa #e8b19a #e89ad1

Monochromatic Colors of #e89aaa

#e89aaa

Complementary Color

#e89aaa #9ae8d8

#e89aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89aaa Color CSS Codes

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

#e89aaa Text Font Color

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

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


#e89aaa Background Color

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

This div background color is #e89aaa


#e89aaa Border Color

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

This div border color is #e89aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89aaa


Comments

No comments written yet.

Please login to write comment.