Color Hex Logo

#e492aa Color Hex

#E492AA
(228,146,170)
0 Favorites   0 Comments

Color spaces of #e492aa

RGB 228146170
HSL0.950.600.73
HSV342°36°89°
CMYK 0.000.360.25   0.11
XYZ49.529539.954043.1316
Yxy39.95400.37350.3013
Hunter Lab63.209229.25313.7891
CIE-Lab69.436834.09540.4205

#e492aa color RGB value is (228,146,170).

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

The process color (four color CMYK) of #e492aa color hex is 0.00, 0.36, 0.25, 0.11. Web safe color of #e492aa is #cc9999. Color #e492aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010010 10101010
Octal 344 222 252
Decimal 228 146 170
Hex E4 92 AA

RGB Percentages of Color #e492aa

%41.91
%26.84
%31.25

CMYK Percentages of Color #e492aa

%0
%36
%25
%11

Triadic Colors of #e492aa

#e492aa #aae492 #92aae4

Analogous Colors of #e492aa

#e492aa #e4a392 #e492d3

Monochromatic Colors of #e492aa

#e492aa

Complementary Color

#e492aa #92e4cc

#e492aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e492aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e492aa Color CSS Codes

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

#e492aa Text Font Color

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

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


#e492aa Background Color

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

This div background color is #e492aa


#e492aa Border Color

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

This div border color is #e492aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e492aa


Comments

No comments written yet.

Please login to write comment.