Color Hex Logo

#e093aa Color Hex

#E093AA
(224,147,170)
0 Favorites   0 Comments

Color spaces of #e093aa

RGB 224147170
HSL0.950.550.73
HSV342°34°88°
CMYK 0.000.340.24   0.12
XYZ48.429939.617043.1245
Yxy39.61700.36920.3020
Hunter Lab62.942027.19583.4371
CIE-Lab69.195932.13380.0133

#e093aa color RGB value is (224,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010011 10101010
Octal 340 223 252
Decimal 224 147 170
Hex E0 93 AA

RGB Percentages of Color #e093aa

%41.40
%27.17
%31.42

CMYK Percentages of Color #e093aa

%0
%34
%24
%12

Triadic Colors of #e093aa

#e093aa #aae093 #93aae0

Analogous Colors of #e093aa

#e093aa #e0a393 #e093d1

Monochromatic Colors of #e093aa

#e093aa

Complementary Color

#e093aa #93e0c9

#e093aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e093aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e093aa Color CSS Codes

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

#e093aa Text Font Color

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

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


#e093aa Background Color

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

This div background color is #e093aa


#e093aa Border Color

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

This div border color is #e093aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e093aa


Comments

No comments written yet.

Please login to write comment.