Color Hex Logo

#a032ab Color Hex

#A032AB
(160,50,171)
0 Favorites   0 Comments

Color spaces of #a032ab

RGB 16050171
HSL0.820.550.43
HSV295°71°67°
CMYK 0.060.710.00   0.33
XYZ22.988512.695139.7668
Yxy12.69510.30470.1683
Hunter Lab35.630252.8149-41.2324
CIE-Lab42.300260.2319-42.4432

#a032ab color RGB value is (160,50,171).

#a032ab hex color red value is 160, green value is 50 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a032ab hue: 0.82 , saturation: 0.55 and the lightness value of a032ab is 0.43.

The process color (four color CMYK) of #a032ab color hex is 0.06, 0.71, 0.00, 0.33. Web safe color of #a032ab is #993399. Color #a032ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 10101011
Octal 240 62 253
Decimal 160 50 171
Hex A0 32 AB

RGB Percentages of Color #a032ab

%41.99
%13.12
%44.88

CMYK Percentages of Color #a032ab

%6
%71
%0
%33

Triadic Colors of #a032ab

#a032ab #aba032 #32aba0

Analogous Colors of #a032ab

#a032ab #ab327a #6332ab

Monochromatic Colors of #a032ab

#a032ab

Complementary Color

#a032ab #3dab32

#a032ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032ab Color CSS Codes

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

#a032ab Text Font Color

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

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


#a032ab Background Color

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

This div background color is #a032ab


#a032ab Border Color

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

This div border color is #a032ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032ab


Comments

No comments written yet.

Please login to write comment.