Color Hex Logo

#e59aad Color Hex

#E59AAD
(229,154,173)
0 Favorites   0 Comments

Color spaces of #e59aad

RGB 229154173
HSL0.960.590.75
HSV345°33°90°
CMYK 0.000.330.24   0.10
XYZ51.411542.786345.0841
Yxy42.78630.36910.3072
Hunter Lab65.411225.82664.9228
CIE-Lab71.409730.62441.6384

#e59aad color RGB value is (229,154,173).

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

The process color (four color CMYK) of #e59aad color hex is 0.00, 0.33, 0.24, 0.10. Web safe color of #e59aad is #cc9999. Color #e59aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011010 10101101
Octal 345 232 255
Decimal 229 154 173
Hex E5 9A AD

RGB Percentages of Color #e59aad

%41.19
%27.70
%31.12

CMYK Percentages of Color #e59aad

%0
%33
%24
%10

Triadic Colors of #e59aad

#e59aad #ade59a #9aade5

Analogous Colors of #e59aad

#e59aad #e5ad9a #e59ad3

Monochromatic Colors of #e59aad

#e59aad

Complementary Color

#e59aad #9ae5d2

#e59aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59aad Color CSS Codes

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

#e59aad Text Font Color

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

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


#e59aad Background Color

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

This div background color is #e59aad


#e59aad Border Color

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

This div border color is #e59aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59aad


Comments

No comments written yet.

Please login to write comment.