Color Hex Logo

#e092aa Color Hex

#E092AA
(224,146,170)
0 Favorites   0 Comments

Color spaces of #e092aa

RGB 224146170
HSL0.950.560.73
HSV342°35°88°
CMYK 0.000.350.24   0.12
XYZ48.275139.307343.0729
Yxy39.30730.36950.3008
Hunter Lab62.695527.72653.1536
CIE-Lab68.973332.6673-0.3119

#e092aa color RGB value is (224,146,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010010 10101010
Octal 340 222 252
Decimal 224 146 170
Hex E0 92 AA

RGB Percentages of Color #e092aa

%41.48
%27.04
%31.48

CMYK Percentages of Color #e092aa

%0
%35
%24
%12

Triadic Colors of #e092aa

#e092aa #aae092 #92aae0

Analogous Colors of #e092aa

#e092aa #e0a192 #e092d1

Monochromatic Colors of #e092aa

#e092aa

Complementary Color

#e092aa #92e0c8

#e092aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e092aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e092aa Color CSS Codes

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

#e092aa Text Font Color

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

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


#e092aa Background Color

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

This div background color is #e092aa


#e092aa Border Color

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

This div border color is #e092aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e092aa


Comments

No comments written yet.

Please login to write comment.