Color Hex Logo

#e577aa Color Hex

#E577AA
(229,119,170)
0 Favorites   0 Comments

Color spaces of #e577aa

RGB 229119170
HSL0.920.680.68
HSV332°48°90°
CMYK 0.000.480.26   0.10
XYZ46.165632.753941.9192
Yxy32.75390.38200.2711
Hunter Lab57.231043.8333-3.3656
CIE-Lab63.961148.3738-7.6308

#e577aa color RGB value is (229,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110111 10101010
Octal 345 167 252
Decimal 229 119 170
Hex E5 77 AA

RGB Percentages of Color #e577aa

%44.21
%22.97
%32.82

CMYK Percentages of Color #e577aa

%0
%48
%26
%10

Triadic Colors of #e577aa

#e577aa #aae577 #77aae5

Analogous Colors of #e577aa

#e577aa #e57b77 #e577e1

Monochromatic Colors of #e577aa

#e577aa

Complementary Color

#e577aa #77e5b2

#e577aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e577aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e577aa Color CSS Codes

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

#e577aa Text Font Color

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

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


#e577aa Background Color

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

This div background color is #e577aa


#e577aa Border Color

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

This div border color is #e577aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e577aa


Comments

No comments written yet.

Please login to write comment.