Color Hex Logo

#e09aac Color Hex

#E09AAC
(224,154,172)
0 Favorites   0 Comments

Color spaces of #e09aac

RGB 224154172
HSL0.960.530.74
HSV345°31°88°
CMYK 0.000.310.23   0.12
XYZ49.742541.937144.5027
Yxy41.93710.36530.3079
Hunter Lab64.758923.78124.5867
CIE-Lab70.827528.67661.2782

#e09aac color RGB value is (224,154,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011010 10101100
Octal 340 232 254
Decimal 224 154 172
Hex E0 9A AC

RGB Percentages of Color #e09aac

%40.73
%28.00
%31.27

CMYK Percentages of Color #e09aac

%0
%31
%23
%12

Triadic Colors of #e09aac

#e09aac #ace09a #9aace0

Analogous Colors of #e09aac

#e09aac #e0ab9a #e09acf

Monochromatic Colors of #e09aac

#e09aac

Complementary Color

#e09aac #9ae0ce

#e09aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09aac Color CSS Codes

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

#e09aac Text Font Color

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

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


#e09aac Background Color

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

This div background color is #e09aac


#e09aac Border Color

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

This div border color is #e09aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09aac


Comments

No comments written yet.

Please login to write comment.