Color Hex Logo

#e099aa Color Hex

#E099AA
(224,153,170)
0 Favorites   0 Comments

Color spaces of #e099aa

RGB 224153170
HSL0.960.530.74
HSV346°32°88°
CMYK 0.000.320.24   0.12
XYZ49.387441.532043.4437
Yxy41.53200.36760.3091
Hunter Lab64.445324.01345.1433
CIE-Lab70.547128.92451.9814

#e099aa color RGB value is (224,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011001 10101010
Octal 340 231 252
Decimal 224 153 170
Hex E0 99 AA

RGB Percentages of Color #e099aa

%40.95
%27.97
%31.08

CMYK Percentages of Color #e099aa

%0
%32
%24
%12

Triadic Colors of #e099aa

#e099aa #aae099 #99aae0

Analogous Colors of #e099aa

#e099aa #e0ac99 #e099ce

Monochromatic Colors of #e099aa

#e099aa

Complementary Color

#e099aa #99e0cf

#e099aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e099aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e099aa Color CSS Codes

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

#e099aa Text Font Color

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

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


#e099aa Background Color

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

This div background color is #e099aa


#e099aa Border Color

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

This div border color is #e099aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e099aa


Comments

No comments written yet.

Please login to write comment.