Color Hex Logo

#e572a4 Color Hex

#E572A4
(229,114,164)
0 Favorites   0 Comments

Color spaces of #e572a4

RGB 229114164
HSL0.930.690.67
HSV334°50°90°
CMYK 0.000.500.28   0.10
XYZ45.031331.373038.8041
Yxy31.37300.39090.2723
Hunter Lab56.011645.4872-1.8672
CIE-Lab62.821350.0414-5.8990

#e572a4 color RGB value is (229,114,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 10100100
Octal 345 162 244
Decimal 229 114 164
Hex E5 72 A4

RGB Percentages of Color #e572a4

%45.17
%22.49
%32.35

CMYK Percentages of Color #e572a4

%0
%50
%28
%10

Triadic Colors of #e572a4

#e572a4 #a4e572 #72a4e5

Analogous Colors of #e572a4

#e572a4 #e57a72 #e572de

Monochromatic Colors of #e572a4

#e572a4

Complementary Color

#e572a4 #72e5b3

#e572a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e572a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e572a4 Color CSS Codes

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

#e572a4 Text Font Color

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

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


#e572a4 Background Color

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

This div background color is #e572a4


#e572a4 Border Color

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

This div border color is #e572a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e572a4


Comments

No comments written yet.

Please login to write comment.