Color Hex Logo

#e497aa Color Hex

#E497AA
(228,151,170)
0 Favorites   0 Comments

Color spaces of #e497aa

RGB 228151170
HSL0.960.590.74
HSV345°34°89°
CMYK 0.000.340.25   0.11
XYZ50.317241.529543.3942
Yxy41.52950.37210.3071
Hunter Lab64.443426.59635.1863
CIE-Lab70.545331.43892.0343

#e497aa color RGB value is (228,151,170).

#e497aa hex color red value is 228, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e497aa hue: 0.96 , saturation: 0.59 and the lightness value of e497aa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010111 10101010
Octal 344 227 252
Decimal 228 151 170
Hex E4 97 AA

RGB Percentages of Color #e497aa

%41.53
%27.50
%30.97

CMYK Percentages of Color #e497aa

%0
%34
%25
%11

Triadic Colors of #e497aa

#e497aa #aae497 #97aae4

Analogous Colors of #e497aa

#e497aa #e4ab97 #e497d1

Monochromatic Colors of #e497aa

#e497aa

Complementary Color

#e497aa #97e4d1

#e497aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e497aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e497aa Color CSS Codes

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

#e497aa Text Font Color

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

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


#e497aa Background Color

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

This div background color is #e497aa


#e497aa Border Color

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

This div border color is #e497aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e497aa


Comments

No comments written yet.

Please login to write comment.