Color Hex Logo

#e095aa Color Hex

#E095AA
(224,149,170)
0 Favorites   0 Comments

Color spaces of #e095aa

RGB 224149170
HSL0.950.550.73
HSV343°33°88°
CMYK 0.000.330.24   0.12
XYZ48.743640.244543.2291
Yxy40.24450.36870.3044
Hunter Lab63.438626.13474.0048
CIE-Lab69.643331.06560.6661

#e095aa color RGB value is (224,149,170).

#e095aa hex color red value is 224, green value is 149 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e095aa hue: 0.95 , saturation: 0.55 and the lightness value of e095aa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010101 10101010
Octal 340 225 252
Decimal 224 149 170
Hex E0 95 AA

RGB Percentages of Color #e095aa

%41.25
%27.44
%31.31

CMYK Percentages of Color #e095aa

%0
%33
%24
%12

Triadic Colors of #e095aa

#e095aa #aae095 #95aae0

Analogous Colors of #e095aa

#e095aa #e0a695 #e095d0

Monochromatic Colors of #e095aa

#e095aa

Complementary Color

#e095aa #95e0cb

#e095aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e095aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e095aa Color CSS Codes

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

#e095aa Text Font Color

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

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


#e095aa Background Color

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

This div background color is #e095aa


#e095aa Border Color

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

This div border color is #e095aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e095aa


Comments

No comments written yet.

Please login to write comment.