Color Hex Logo

#e502aa Color Hex

#E502AA
(229,2,170)
0 Favorites   0 Comments

Color spaces of #e502aa

RGB 2292170
HSL0.880.980.45
HSV316°99°90°
CMYK 0.000.990.26   0.10
XYZ39.590519.603739.7275
Yxy19.60370.40020.1982
Hunter Lab44.276182.1269-22.2058
CIE-Lab51.386282.9538-26.7306

#e502aa color RGB value is (229,2,170).

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

The process color (four color CMYK) of #e502aa color hex is 0.00, 0.99, 0.26, 0.10. Web safe color of #e502aa is #cc0099. Color #e502aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 10101010
Octal 345 2 252
Decimal 229 2 170
Hex E5 2 AA

RGB Percentages of Color #e502aa

%57.11
%0.50
%42.39

CMYK Percentages of Color #e502aa

%0
%99
%26
%10

Triadic Colors of #e502aa

#e502aa #aae502 #02aae5

Analogous Colors of #e502aa

#e502aa #e50238 #af02e5

Monochromatic Colors of #e502aa

#e502aa

Complementary Color

#e502aa #02e53d

#e502aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e502aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e502aa Color CSS Codes

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

#e502aa Text Font Color

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

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


#e502aa Background Color

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

This div background color is #e502aa


#e502aa Border Color

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

This div border color is #e502aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e502aa


Comments

No comments written yet.

Please login to write comment.