Color Hex Logo

#e573af Color Hex

#E573AF
(229,115,175)
0 Favorites   0 Comments

Color spaces of #e573af

RGB 229115175
HSL0.910.690.67
HSV328°50°90°
CMYK 0.000.500.24   0.10
XYZ46.181732.014644.3028
Yxy32.01460.37700.2613
Hunter Lab56.581446.6739-6.8166
CIE-Lab63.354951.0324-11.3830

#e573af color RGB value is (229,115,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 10101111
Octal 345 163 257
Decimal 229 115 175
Hex E5 73 AF

RGB Percentages of Color #e573af

%44.12
%22.16
%33.72

CMYK Percentages of Color #e573af

%0
%50
%24
%10

Triadic Colors of #e573af

#e573af #afe573 #73afe5

Analogous Colors of #e573af

#e573af #e57376 #e273e5

Monochromatic Colors of #e573af

#e573af

Complementary Color

#e573af #73e5a9

#e573af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e573af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e573af Color CSS Codes

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

#e573af Text Font Color

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

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


#e573af Background Color

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

This div background color is #e573af


#e573af Border Color

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

This div border color is #e573af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,115,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e573af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e573af


Comments

No comments written yet.

Please login to write comment.