Color Hex Logo

#a20bab Color Hex

#A20BAB
(162,11,171)
0 Favorites   0 Comments

Color spaces of #a20bab

RGB 16211171
HSL0.820.880.36
HSV297°94°67°
CMYK 0.050.940.00   0.33
XYZ22.370610.861039.4454
Yxy10.86100.30780.1494
Hunter Lab32.956063.4930-47.8956
CIE-Lab39.345470.1517-47.1515

#a20bab color RGB value is (162,11,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001011 10101011
Octal 242 13 253
Decimal 162 11 171
Hex A2 B AB

RGB Percentages of Color #a20bab

%47.09
%3.20
%49.71

CMYK Percentages of Color #a20bab

%5
%94
%0
%33

Triadic Colors of #a20bab

#a20bab #aba20b #0baba2

Analogous Colors of #a20bab

#a20bab #ab0b64 #520bab

Monochromatic Colors of #a20bab

#a20bab

Complementary Color

#a20bab #14ab0b

#a20bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20bab Color CSS Codes

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

#a20bab Text Font Color

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

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


#a20bab Background Color

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

This div background color is #a20bab


#a20bab Border Color

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

This div border color is #a20bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20bab


Comments

No comments written yet.

Please login to write comment.