Color Hex Logo

#e09eaa Color Hex

#E09EAA
(224,158,170)
0 Favorites   0 Comments

Color spaces of #e09eaa

RGB 224158170
HSL0.970.520.75
HSV349°29°88°
CMYK 0.000.290.24   0.12
XYZ50.223043.203343.7222
Yxy43.20330.36620.3150
Hunter Lab65.729221.36386.5715
CIE-Lab71.692726.24053.6428

#e09eaa color RGB value is (224,158,170).

#e09eaa hex color red value is 224, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e09eaa hue: 0.97 , saturation: 0.52 and the lightness value of e09eaa is 0.75.

The process color (four color CMYK) of #e09eaa color hex is 0.00, 0.29, 0.24, 0.12. Web safe color of #e09eaa is #cc9999. Color #e09eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011110 10101010
Octal 340 236 252
Decimal 224 158 170
Hex E0 9E AA

RGB Percentages of Color #e09eaa

%40.58
%28.62
%30.80

CMYK Percentages of Color #e09eaa

%0
%29
%24
%12

Triadic Colors of #e09eaa

#e09eaa #aae09e #9eaae0

Analogous Colors of #e09eaa

#e09eaa #e0b39e #e09ecb

Monochromatic Colors of #e09eaa

#e09eaa

Complementary Color

#e09eaa #9ee0d4

#e09eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09eaa Color CSS Codes

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

#e09eaa Text Font Color

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

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


#e09eaa Background Color

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

This div background color is #e09eaa


#e09eaa Border Color

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

This div border color is #e09eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09eaa


Comments

No comments written yet.

Please login to write comment.