Color Hex Logo

#a21bab Color Hex

#A21BAB
(162,27,171)
0 Favorites   0 Comments

Color spaces of #a21bab

RGB 16227171
HSL0.820.730.39
HSV296°84°67°
CMYK 0.050.840.00   0.33
XYZ22.642911.405539.5361
Yxy11.40550.30770.1550
Hunter Lab33.772060.5766-45.7690
CIE-Lab40.255267.4775-45.6920

#a21bab color RGB value is (162,27,171).

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

The process color (four color CMYK) of #a21bab color hex is 0.05, 0.84, 0.00, 0.33. Web safe color of #a21bab is #993399. Color #a21bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011011 10101011
Octal 242 33 253
Decimal 162 27 171
Hex A2 1B AB

RGB Percentages of Color #a21bab

%45.00
%7.50
%47.50

CMYK Percentages of Color #a21bab

%5
%84
%0
%33

Triadic Colors of #a21bab

#a21bab #aba21b #1baba2

Analogous Colors of #a21bab

#a21bab #ab1b6c #5a1bab

Monochromatic Colors of #a21bab

#a21bab

Complementary Color

#a21bab #24ab1b

#a21bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21bab Color CSS Codes

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

#a21bab Text Font Color

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

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


#a21bab Background Color

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

This div background color is #a21bab


#a21bab Border Color

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

This div border color is #a21bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21bab


Comments

No comments written yet.

Please login to write comment.