Color Hex Logo

#e564ac Color Hex

#E564AC
(229,100,172)
0 Favorites   0 Comments

Color spaces of #e564ac

RGB 229100172
HSL0.910.710.65
HSV327°56°90°
CMYK 0.000.560.25   0.10
XYZ44.316728.750942.2435
Yxy28.75090.38430.2493
Hunter Lab53.619953.6951-9.1767
CIE-Lab60.561257.7104-13.8671

#e564ac color RGB value is (229,100,172).

#e564ac hex color red value is 229, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e564ac hue: 0.91 , saturation: 0.71 and the lightness value of e564ac is 0.65.

The process color (four color CMYK) of #e564ac color hex is 0.00, 0.56, 0.25, 0.10. Web safe color of #e564ac is #cc6699. Color #e564ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100100 10101100
Octal 345 144 254
Decimal 229 100 172
Hex E5 64 AC

RGB Percentages of Color #e564ac

%45.71
%19.96
%34.33

CMYK Percentages of Color #e564ac

%0
%56
%25
%10

Triadic Colors of #e564ac

#e564ac #ace564 #64ace5

Analogous Colors of #e564ac

#e564ac #e5646c #de64e5

Monochromatic Colors of #e564ac

#e564ac

Complementary Color

#e564ac #64e59d

#e564ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e564ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e564ac Color CSS Codes

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

#e564ac Text Font Color

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

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


#e564ac Background Color

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

This div background color is #e564ac


#e564ac Border Color

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

This div border color is #e564ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e564ac


Comments

No comments written yet.

Please login to write comment.