Color Hex Logo

#a20eab Color Hex

#A20EAB
(162,14,171)
0 Favorites   0 Comments

Color spaces of #a20eab

RGB 16214171
HSL0.820.850.36
HSV297°92°67°
CMYK 0.050.920.00   0.33
XYZ22.408010.935739.4579
Yxy10.93570.30780.1502
Hunter Lab33.069263.0823-47.5960
CIE-Lab39.472069.7780-46.9483

#a20eab color RGB value is (162,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001110 10101011
Octal 242 16 253
Decimal 162 14 171
Hex A2 E AB

RGB Percentages of Color #a20eab

%46.69
%4.03
%49.28

CMYK Percentages of Color #a20eab

%5
%92
%0
%33

Triadic Colors of #a20eab

#a20eab #aba20e #0eaba2

Analogous Colors of #a20eab

#a20eab #ab0e66 #530eab

Monochromatic Colors of #a20eab

#a20eab

Complementary Color

#a20eab #17ab0e

#a20eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20eab Color CSS Codes

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

#a20eab Text Font Color

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

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


#a20eab Background Color

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

This div background color is #a20eab


#a20eab Border Color

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

This div border color is #a20eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,14,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a20eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20eab


Comments

No comments written yet.

Please login to write comment.