Color Hex Logo

#e09aae Color Hex

#E09AAE
(224,154,174)
0 Favorites   0 Comments

Color spaces of #e09aae

RGB 224154174
HSL0.950.530.74
HSV343°31°88°
CMYK 0.000.310.22   0.12
XYZ49.936142.014545.5221
Yxy42.01450.36320.3056
Hunter Lab64.818624.08353.7336
CIE-Lab70.880928.96860.2455

#e09aae color RGB value is (224,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011010 10101110
Octal 340 232 256
Decimal 224 154 174
Hex E0 9A AE

RGB Percentages of Color #e09aae

%40.58
%27.90
%31.52

CMYK Percentages of Color #e09aae

%0
%31
%22
%12

Triadic Colors of #e09aae

#e09aae #aee09a #9aaee0

Analogous Colors of #e09aae

#e09aae #e0a99a #e09ad1

Monochromatic Colors of #e09aae

#e09aae

Complementary Color

#e09aae #9ae0cc

#e09aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09aae Color CSS Codes

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

#e09aae Text Font Color

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

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


#e09aae Background Color

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

This div background color is #e09aae


#e09aae Border Color

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

This div border color is #e09aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09aae


Comments

No comments written yet.

Please login to write comment.