Color Hex Logo

#a032ac Color Hex

#A032AC
(160,50,172)
0 Favorites   0 Comments

Color spaces of #a032ac

RGB 16050172
HSL0.820.550.44
HSV294°71°67°
CMYK 0.070.710.00   0.33
XYZ23.084212.733340.2708
Yxy12.73330.30340.1673
Hunter Lab35.683753.0270-41.9329
CIE-Lab42.358660.4118-42.9439

#a032ac color RGB value is (160,50,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 10101100
Octal 240 62 254
Decimal 160 50 172
Hex A0 32 AC

RGB Percentages of Color #a032ac

%41.88
%13.09
%45.03

CMYK Percentages of Color #a032ac

%7
%71
%0
%33

Triadic Colors of #a032ac

#a032ac #aca032 #32aca0

Analogous Colors of #a032ac

#a032ac #ac327b #6332ac

Monochromatic Colors of #a032ac

#a032ac

Complementary Color

#a032ac #3eac32

#a032ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032ac Color CSS Codes

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

#a032ac Text Font Color

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

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


#a032ac Background Color

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

This div background color is #a032ac


#a032ac Border Color

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

This div border color is #a032ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,50,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a032ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032ac


Comments

No comments written yet.

Please login to write comment.