Color Hex Logo

#e560aa Color Hex

#E560AA
(229,96,170)
0 Favorites   0 Comments

Color spaces of #e560aa

RGB 22996170
HSL0.910.720.64
HSV327°58°90°
CMYK 0.000.580.26   0.10
XYZ43.751727.926041.1145
Yxy27.92600.38790.2476
Hunter Lab52.845155.3056-9.1373
CIE-Lab59.821859.2424-13.8306

#e560aa color RGB value is (229,96,170).

#e560aa hex color red value is 229, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e560aa hue: 0.91 , saturation: 0.72 and the lightness value of e560aa is 0.64.

The process color (four color CMYK) of #e560aa color hex is 0.00, 0.58, 0.26, 0.10. Web safe color of #e560aa is #cc6699. Color #e560aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100000 10101010
Octal 345 140 252
Decimal 229 96 170
Hex E5 60 AA

RGB Percentages of Color #e560aa

%46.26
%19.39
%34.34

CMYK Percentages of Color #e560aa

%0
%58
%26
%10

Triadic Colors of #e560aa

#e560aa #aae560 #60aae5

Analogous Colors of #e560aa

#e560aa #e56068 #de60e5

Monochromatic Colors of #e560aa

#e560aa

Complementary Color

#e560aa #60e59b

#e560aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e560aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e560aa Color CSS Codes

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

#e560aa Text Font Color

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

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


#e560aa Background Color

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

This div background color is #e560aa


#e560aa Border Color

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

This div border color is #e560aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e560aa


Comments

No comments written yet.

Please login to write comment.