Color Hex Logo

#e572ae Color Hex

#E572AE
(229,114,174)
0 Favorites   0 Comments

Color spaces of #e572ae

RGB 229114174
HSL0.910.690.67
HSV329°50°90°
CMYK 0.000.500.24   0.10
XYZ45.970431.748643.7496
Yxy31.74860.37850.2614
Hunter Lab56.345947.0258-6.5934
CIE-Lab63.134651.3819-11.1435

#e572ae color RGB value is (229,114,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 10101110
Octal 345 162 256
Decimal 229 114 174
Hex E5 72 AE

RGB Percentages of Color #e572ae

%44.29
%22.05
%33.66

CMYK Percentages of Color #e572ae

%0
%50
%24
%10

Triadic Colors of #e572ae

#e572ae #aee572 #72aee5

Analogous Colors of #e572ae

#e572ae #e57275 #e372e5

Monochromatic Colors of #e572ae

#e572ae

Complementary Color

#e572ae #72e5a9

#e572ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e572ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e572ae Color CSS Codes

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

#e572ae Text Font Color

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

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


#e572ae Background Color

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

This div background color is #e572ae


#e572ae Border Color

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

This div border color is #e572ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e572ae


Comments

No comments written yet.

Please login to write comment.