Color Hex Logo

#a032ad Color Hex

#A032AD
(160,50,173)
0 Favorites   0 Comments

Color spaces of #a032ad

RGB 16050173
HSL0.820.550.44
HSV294°71°68°
CMYK 0.080.710.00   0.32
XYZ23.180612.771940.7786
Yxy12.77190.30210.1665
Hunter Lab35.737853.2393-42.6364
CIE-Lab42.417560.5915-43.4432

#a032ad color RGB value is (160,50,173).

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

The process color (four color CMYK) of #a032ad color hex is 0.08, 0.71, 0.00, 0.32. Web safe color of #a032ad is #993399. Color #a032ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 10101101
Octal 240 62 255
Decimal 160 50 173
Hex A0 32 AD

RGB Percentages of Color #a032ad

%41.78
%13.05
%45.17

CMYK Percentages of Color #a032ad

%8
%71
%0
%32

Triadic Colors of #a032ad

#a032ad #ada032 #32ada0

Analogous Colors of #a032ad

#a032ad #ad327d #6232ad

Monochromatic Colors of #a032ad

#a032ad

Complementary Color

#a032ad #3fad32

#a032ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032ad Color CSS Codes

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

#a032ad Text Font Color

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

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


#a032ad Background Color

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

This div background color is #a032ad


#a032ad Border Color

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

This div border color is #a032ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032ad


Comments

No comments written yet.

Please login to write comment.