Color Hex Logo

#e508aa Color Hex

#E508AA
(229,8,170)
0 Favorites   0 Comments

Color spaces of #e508aa

RGB 2298170
HSL0.880.930.46
HSV316°97°90°
CMYK 0.000.970.26   0.10
XYZ39.655619.734039.7492
Yxy19.73400.40000.1991
Hunter Lab44.423081.6036-21.9560
CIE-Lab51.535182.5163-26.4998

#e508aa color RGB value is (229,8,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001000 10101010
Octal 345 10 252
Decimal 229 8 170
Hex E5 8 AA

RGB Percentages of Color #e508aa

%56.27
%1.97
%41.77

CMYK Percentages of Color #e508aa

%0
%97
%26
%10

Triadic Colors of #e508aa

#e508aa #aae508 #08aae5

Analogous Colors of #e508aa

#e508aa #e5083c #b208e5

Monochromatic Colors of #e508aa

#e508aa

Complementary Color

#e508aa #08e543

#e508aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e508aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e508aa Color CSS Codes

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

#e508aa Text Font Color

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

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


#e508aa Background Color

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

This div background color is #e508aa


#e508aa Border Color

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

This div border color is #e508aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e508aa


Comments

No comments written yet.

Please login to write comment.