Color Hex Logo

#e520aa Color Hex

#E520AA
(229,32,170)
0 Favorites   0 Comments

Color spaces of #e520aa

RGB 22932170
HSL0.880.790.51
HSV318°86°90°
CMYK 0.000.860.26   0.10
XYZ40.085320.593339.8924
Yxy20.59330.39860.2048
Hunter Lab45.379878.2594-20.3546
CIE-Lab52.501579.6955-25.0051

#e520aa color RGB value is (229,32,170).

#e520aa hex color red value is 229, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e520aa hue: 0.88 , saturation: 0.79 and the lightness value of e520aa is 0.51.

The process color (four color CMYK) of #e520aa color hex is 0.00, 0.86, 0.26, 0.10. Web safe color of #e520aa is #cc3399. Color #e520aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100000 10101010
Octal 345 40 252
Decimal 229 32 170
Hex E5 20 AA

RGB Percentages of Color #e520aa

%53.13
%7.42
%39.44

CMYK Percentages of Color #e520aa

%0
%86
%26
%10

Triadic Colors of #e520aa

#e520aa #aae520 #20aae5

Analogous Colors of #e520aa

#e520aa #e52047 #be20e5

Monochromatic Colors of #e520aa

#e520aa

Complementary Color

#e520aa #20e55b

#e520aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e520aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e520aa Color CSS Codes

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

#e520aa Text Font Color

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

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


#e520aa Background Color

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

This div background color is #e520aa


#e520aa Border Color

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

This div border color is #e520aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e520aa


Comments

No comments written yet.

Please login to write comment.