Color Hex Logo

#e490aa Color Hex

#E490AA
(228,144,170)
0 Favorites   0 Comments

Color spaces of #e490aa

RGB 228144170
HSL0.950.610.73
HSV341°37°89°
CMYK 0.000.370.25   0.11
XYZ49.223939.342843.0297
Yxy39.34280.37410.2990
Hunter Lab62.723830.31503.2327
CIE-Lab68.998935.1537-0.2187

#e490aa color RGB value is (228,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 10101010
Octal 344 220 252
Decimal 228 144 170
Hex E4 90 AA

RGB Percentages of Color #e490aa

%42.07
%26.57
%31.37

CMYK Percentages of Color #e490aa

%0
%37
%25
%11

Triadic Colors of #e490aa

#e490aa #aae490 #90aae4

Analogous Colors of #e490aa

#e490aa #e4a090 #e490d4

Monochromatic Colors of #e490aa

#e490aa

Complementary Color

#e490aa #90e4ca

#e490aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490aa Color CSS Codes

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

#e490aa Text Font Color

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

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


#e490aa Background Color

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

This div background color is #e490aa


#e490aa Border Color

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

This div border color is #e490aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490aa


Comments

No comments written yet.

Please login to write comment.