Color Hex Logo

#e575af Color Hex

#E575AF
(229,117,175)
0 Favorites   0 Comments

Color spaces of #e575af

RGB 229117175
HSL0.910.680.68
HSV329°49°90°
CMYK 0.000.490.24   0.10
XYZ46.412332.475744.3797
Yxy32.47570.37650.2635
Hunter Lab56.987545.6477-6.2816
CIE-Lab63.734150.0513-10.8150

#e575af color RGB value is (229,117,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110101 10101111
Octal 345 165 257
Decimal 229 117 175
Hex E5 75 AF

RGB Percentages of Color #e575af

%43.95
%22.46
%33.59

CMYK Percentages of Color #e575af

%0
%49
%24
%10

Triadic Colors of #e575af

#e575af #afe575 #75afe5

Analogous Colors of #e575af

#e575af #e57577 #e375e5

Monochromatic Colors of #e575af

#e575af

Complementary Color

#e575af #75e5ab

#e575af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e575af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e575af Color CSS Codes

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

#e575af Text Font Color

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

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


#e575af Background Color

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

This div background color is #e575af


#e575af Border Color

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

This div border color is #e575af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e575af


Comments

No comments written yet.

Please login to write comment.