Color Hex Logo

#a420ab Color Hex

#A420AB
(164,32,171)
0 Favorites   0 Comments

Color spaces of #a420ab

RGB 16432171
HSL0.820.680.40
HSV297°81°67°
CMYK 0.040.810.00   0.33
XYZ23.177011.865839.5968
Yxy11.86580.31050.1590
Hunter Lab34.446859.8192-44.0415
CIE-Lab41.002066.6766-44.4774

#a420ab color RGB value is (164,32,171).

#a420ab hex color red value is 164, green value is 32 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a420ab hue: 0.82 , saturation: 0.68 and the lightness value of a420ab is 0.40.

The process color (four color CMYK) of #a420ab color hex is 0.04, 0.81, 0.00, 0.33. Web safe color of #a420ab is #993399. Color #a420ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 10101011
Octal 244 40 253
Decimal 164 32 171
Hex A4 20 AB

RGB Percentages of Color #a420ab

%44.69
%8.72
%46.59

CMYK Percentages of Color #a420ab

%4
%81
%0
%33

Triadic Colors of #a420ab

#a420ab #aba420 #20aba4

Analogous Colors of #a420ab

#a420ab #ab206d #5f20ab

Monochromatic Colors of #a420ab

#a420ab

Complementary Color

#a420ab #27ab20

#a420ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a420ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a420ab Color CSS Codes

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

#a420ab Text Font Color

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

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


#a420ab Background Color

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

This div background color is #a420ab


#a420ab Border Color

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

This div border color is #a420ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a420ab


Comments

No comments written yet.

Please login to write comment.