Color Hex Logo

#e020aa Color Hex

#E020AA
(224,32,170)
0 Favorites   0 Comments

Color spaces of #e020aa

RGB 22432170
HSL0.880.760.50
HSV317°86°88°
CMYK 0.000.860.24   0.12
XYZ38.512719.782639.8188
Yxy19.78260.39250.2016
Hunter Lab44.477676.7253-21.9453
CIE-Lab51.590578.6531-26.4877

#e020aa color RGB value is (224,32,170).

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

The process color (four color CMYK) of #e020aa color hex is 0.00, 0.86, 0.24, 0.12. Web safe color of #e020aa is #cc3399. Color #e020aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100000 10101010
Octal 340 40 252
Decimal 224 32 170
Hex E0 20 AA

RGB Percentages of Color #e020aa

%52.58
%7.51
%39.91

CMYK Percentages of Color #e020aa

%0
%86
%24
%12

Triadic Colors of #e020aa

#e020aa #aae020 #20aae0

Analogous Colors of #e020aa

#e020aa #e0204a #b620e0

Monochromatic Colors of #e020aa

#e020aa

Complementary Color

#e020aa #20e056

#e020aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e020aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e020aa Color CSS Codes

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

#e020aa Text Font Color

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

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


#e020aa Background Color

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

This div background color is #e020aa


#e020aa Border Color

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

This div border color is #e020aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e020aa


Comments

No comments written yet.

Please login to write comment.