Color Hex Logo

#e09aad Color Hex

#E09AAD
(224,154,173)
0 Favorites   0 Comments

Color spaces of #e09aad

RGB 224154173
HSL0.950.530.74
HSV344°31°88°
CMYK 0.000.310.23   0.12
XYZ49.838941.975645.0105
Yxy41.97560.36430.3068
Hunter Lab64.788623.93194.1615
CIE-Lab70.854128.82220.7616

#e09aad color RGB value is (224,154,173).

#e09aad hex color red value is 224, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e09aad hue: 0.95 , saturation: 0.53 and the lightness value of e09aad is 0.74.

The process color (four color CMYK) of #e09aad color hex is 0.00, 0.31, 0.23, 0.12. Web safe color of #e09aad is #cc9999. Color #e09aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011010 10101101
Octal 340 232 255
Decimal 224 154 173
Hex E0 9A AD

RGB Percentages of Color #e09aad

%40.65
%27.95
%31.40

CMYK Percentages of Color #e09aad

%0
%31
%23
%12

Triadic Colors of #e09aad

#e09aad #ade09a #9aade0

Analogous Colors of #e09aad

#e09aad #e0aa9a #e09ad0

Monochromatic Colors of #e09aad

#e09aad

Complementary Color

#e09aad #9ae0cd

#e09aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09aad Color CSS Codes

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

#e09aad Text Font Color

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

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


#e09aad Background Color

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

This div background color is #e09aad


#e09aad Border Color

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

This div border color is #e09aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09aad


Comments

No comments written yet.

Please login to write comment.