Color Hex Logo

#e89aad Color Hex

#E89AAD
(232,154,173)
0 Favorites   0 Comments

Color spaces of #e89aad

RGB 232154173
HSL0.960.630.76
HSV345°34°91°
CMYK 0.000.340.25   0.09
XYZ52.377143.284145.1293
Yxy43.28410.37200.3074
Hunter Lab65.790726.97345.3833
CIE-Lab71.747431.70352.1708

#e89aad color RGB value is (232,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011010 10101101
Octal 350 232 255
Decimal 232 154 173
Hex E8 9A AD

RGB Percentages of Color #e89aad

%41.50
%27.55
%30.95

CMYK Percentages of Color #e89aad

%0
%34
%25
%9

Triadic Colors of #e89aad

#e89aad #ade89a #9aade8

Analogous Colors of #e89aad

#e89aad #e8ae9a #e89ad4

Monochromatic Colors of #e89aad

#e89aad

Complementary Color

#e89aad #9ae8d5

#e89aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89aad Color CSS Codes

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

#e89aad Text Font Color

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

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


#e89aad Background Color

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

This div background color is #e89aad


#e89aad Border Color

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

This div border color is #e89aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89aad

#e89aad Color Palettes


Comments

No comments written yet.

Please login to write comment.