color codes Logo

#a21dab color codes

#A21DAB
(162,29,171)
0 Favorites   0 Comments

Color spaces of #a21dab

RGB 16229171
HSL0.820.710.39
HSV296°83°67°
CMYK 0.050.830.00   0.33
XYZ22.690311.500439.5520
Yxy11.50040.30770.1560
Hunter Lab33.912260.0859-45.4116
CIE-Lab40.410867.0229-45.4429

#a21dab color RGB value is (162,29,171).

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

The process color (four color CMYK) of #a21dab color code is 0.05, 0.83, 0.00, 0.33. Web safe color of #a21dab is #993399. Color #a21dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011101 10101011
Octal 242 35 253
Decimal 162 29 171
Hex A2 1D AB

RGB Percentages of Color #a21dab

%44.75
%8.01
%47.24

CMYK Percentages of Color #a21dab

%5
%83
%0
%33

Triadic Colors of #a21dab

#a21dab #aba21d #1daba2

Analogous Colors of #a21dab

#a21dab #ab1d6d #5b1dab

Monochromatic Colors of #a21dab

#a21dab

Complementary Color

#a21dab #26ab1d

#a21dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21dab Color CSS Codes

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

#a21dab Text Font Color

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

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


#a21dab Background Color

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

This div background color is #a21dab


#a21dab Border Color

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

This div border color is #a21dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21dab


Comments

No comments written yet.

Please login to write comment.