Color Hex Logo

#e003aa Color Hex

#E003AA
(224,3,170)
0 Favorites   0 Comments

Color spaces of #e003aa

RGB 2243170
HSL0.870.970.45
HSV315°99°88°
CMYK 0.000.990.24   0.12
XYZ38.028718.814739.6575
Yxy18.81470.39410.1950
Hunter Lab43.375980.5874-23.8442
CIE-Lab50.469781.9278-28.2267

#e003aa color RGB value is (224,3,170).

#e003aa hex color red value is 224, green value is 3 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e003aa hue: 0.87 , saturation: 0.97 and the lightness value of e003aa is 0.45.

The process color (four color CMYK) of #e003aa color hex is 0.00, 0.99, 0.24, 0.12. Web safe color of #e003aa is #cc0099. Color #e003aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000011 10101010
Octal 340 3 252
Decimal 224 3 170
Hex E0 3 AA

RGB Percentages of Color #e003aa

%56.42
%0.76
%42.82

CMYK Percentages of Color #e003aa

%0
%99
%24
%12

Triadic Colors of #e003aa

#e003aa #aae003 #03aae0

Analogous Colors of #e003aa

#e003aa #e0033b #a803e0

Monochromatic Colors of #e003aa

#e003aa

Complementary Color

#e003aa #03e039

#e003aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e003aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e003aa Color CSS Codes

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

#e003aa Text Font Color

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

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


#e003aa Background Color

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

This div background color is #e003aa


#e003aa Border Color

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

This div border color is #e003aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e003aa


Comments

No comments written yet.

Please login to write comment.