Color Hex Logo

#e89aae Color Hex

#E89AAE
(232,154,174)
0 Favorites   0 Comments

Color spaces of #e89aae

RGB 232154174
HSL0.960.630.76
HSV345°34°91°
CMYK 0.000.340.25   0.09
XYZ52.474343.323045.6409
Yxy43.32300.37100.3063
Hunter Lab65.820227.12144.9614
CIE-Lab71.773731.84371.6547

#e89aae color RGB value is (232,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011010 10101110
Octal 350 232 256
Decimal 232 154 174
Hex E8 9A AE

RGB Percentages of Color #e89aae

%41.43
%27.50
%31.07

CMYK Percentages of Color #e89aae

%0
%34
%25
%9

Triadic Colors of #e89aae

#e89aae #aee89a #9aaee8

Analogous Colors of #e89aae

#e89aae #e8ad9a #e89ad5

Monochromatic Colors of #e89aae

#e89aae

Complementary Color

#e89aae #9ae8d4

#e89aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89aae Color CSS Codes

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

#e89aae Text Font Color

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

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


#e89aae Background Color

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

This div background color is #e89aae


#e89aae Border Color

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

This div border color is #e89aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89aae


Comments

No comments written yet.

Please login to write comment.