Color Hex Logo

#e522aa Color Hex

#E522AA
(229,34,170)
0 Favorites   0 Comments

Color spaces of #e522aa

RGB 22934170
HSL0.880.790.52
HSV318°85°90°
CMYK 0.000.850.26   0.10
XYZ40.140820.704339.9109
Yxy20.70430.39840.2055
Hunter Lab45.502077.8401-20.1533
CIE-Lab52.624379.3390-24.8154

#e522aa color RGB value is (229,34,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 10101010
Octal 345 42 252
Decimal 229 34 170
Hex E5 22 AA

RGB Percentages of Color #e522aa

%52.89
%7.85
%39.26

CMYK Percentages of Color #e522aa

%0
%85
%26
%10

Triadic Colors of #e522aa

#e522aa #aae522 #22aae5

Analogous Colors of #e522aa

#e522aa #e52249 #bf22e5

Monochromatic Colors of #e522aa

#e522aa

Complementary Color

#e522aa #22e55d

#e522aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e522aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e522aa Color CSS Codes

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

#e522aa Text Font Color

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

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


#e522aa Background Color

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

This div background color is #e522aa


#e522aa Border Color

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

This div border color is #e522aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e522aa


Comments

No comments written yet.

Please login to write comment.