Color Hex Logo

#a20eaa Color Hex

#A20EAA
(162,14,170)
0 Favorites   0 Comments

Color spaces of #a20eaa

RGB 16214170
HSL0.820.850.36
HSV297°92°67°
CMYK 0.050.920.00   0.33
XYZ22.313010.897738.9577
Yxy10.89770.30920.1510
Hunter Lab33.011762.8800-46.8611
CIE-Lab39.407669.6181-46.4541

#a20eaa color RGB value is (162,14,170).

#a20eaa hex color red value is 162, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a20eaa hue: 0.82 , saturation: 0.85 and the lightness value of a20eaa is 0.36.

The process color (four color CMYK) of #a20eaa color hex is 0.05, 0.92, 0.00, 0.33. Web safe color of #a20eaa is #990099. Color #a20eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001110 10101010
Octal 242 16 252
Decimal 162 14 170
Hex A2 E AA

RGB Percentages of Color #a20eaa

%46.82
%4.05
%49.13

CMYK Percentages of Color #a20eaa

%5
%92
%0
%33

Triadic Colors of #a20eaa

#a20eaa #aaa20e #0eaaa2

Analogous Colors of #a20eaa

#a20eaa #aa0e64 #540eaa

Monochromatic Colors of #a20eaa

#a20eaa

Complementary Color

#a20eaa #16aa0e

#a20eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20eaa Color CSS Codes

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

#a20eaa Text Font Color

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

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


#a20eaa Background Color

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

This div background color is #a20eaa


#a20eaa Border Color

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

This div border color is #a20eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20eaa


Comments

No comments written yet.

Please login to write comment.