Color Hex Logo

#e579aa Color Hex

#E579AA
(229,121,170)
0 Favorites   0 Comments

Color spaces of #e579aa

RGB 229121170
HSL0.920.680.69
HSV333°47°90°
CMYK 0.000.470.26   0.10
XYZ46.406233.235041.9993
Yxy33.23500.38150.2732
Hunter Lab57.649842.7995-2.8394
CIE-Lab64.350747.3761-7.0517

#e579aa color RGB value is (229,121,170).

#e579aa hex color red value is 229, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e579aa hue: 0.92 , saturation: 0.68 and the lightness value of e579aa is 0.69.

The process color (four color CMYK) of #e579aa color hex is 0.00, 0.47, 0.26, 0.10. Web safe color of #e579aa is #cc6699. Color #e579aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111001 10101010
Octal 345 171 252
Decimal 229 121 170
Hex E5 79 AA

RGB Percentages of Color #e579aa

%44.04
%23.27
%32.69

CMYK Percentages of Color #e579aa

%0
%47
%26
%10

Triadic Colors of #e579aa

#e579aa #aae579 #79aae5

Analogous Colors of #e579aa

#e579aa #e57e79 #e579e0

Monochromatic Colors of #e579aa

#e579aa

Complementary Color

#e579aa #79e5b4

#e579aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e579aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e579aa Color CSS Codes

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

#e579aa Text Font Color

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

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


#e579aa Background Color

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

This div background color is #e579aa


#e579aa Border Color

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

This div border color is #e579aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e579aa

#e579aa Color Palettes


Comments

No comments written yet.

Please login to write comment.