Color Hex Logo

#e573aa Color Hex

#E573AA
(229,115,170)
0 Favorites   0 Comments

Color spaces of #e573aa

RGB 229115170
HSL0.920.690.67
HSV331°50°90°
CMYK 0.000.500.26   0.10
XYZ45.699531.821841.7638
Yxy31.82180.38310.2668
Hunter Lab56.410845.8874-4.4078
CIE-Lab63.195350.3475-8.7712

#e573aa color RGB value is (229,115,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 10101010
Octal 345 163 252
Decimal 229 115 170
Hex E5 73 AA

RGB Percentages of Color #e573aa

%44.55
%22.37
%33.07

CMYK Percentages of Color #e573aa

%0
%50
%26
%10

Triadic Colors of #e573aa

#e573aa #aae573 #73aae5

Analogous Colors of #e573aa

#e573aa #e57573 #e573e3

Monochromatic Colors of #e573aa

#e573aa

Complementary Color

#e573aa #73e5ae

#e573aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e573aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e573aa Color CSS Codes

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

#e573aa Text Font Color

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

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


#e573aa Background Color

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

This div background color is #e573aa


#e573aa Border Color

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

This div border color is #e573aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e573aa


Comments

No comments written yet.

Please login to write comment.