Color Hex Logo

#a032ba Color Hex

#A032BA
(160,50,186)
0 Favorites   0 Comments

Color spaces of #a032ba

RGB 16050186
HSL0.800.580.46
HSV289°73°73°
CMYK 0.140.730.00   0.27
XYZ24.500713.300047.7302
Yxy13.30000.28650.1555
Hunter Lab36.469256.0988-52.0693
CIE-Lab43.211862.9887-49.8398

#a032ba color RGB value is (160,50,186).

#a032ba hex color red value is 160, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a032ba hue: 0.80 , saturation: 0.58 and the lightness value of a032ba is 0.46.

The process color (four color CMYK) of #a032ba color hex is 0.14, 0.73, 0.00, 0.27. Web safe color of #a032ba is #9933cc. Color #a032ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 10111010
Octal 240 62 272
Decimal 160 50 186
Hex A0 32 BA

RGB Percentages of Color #a032ba

%40.40
%12.63
%46.97

CMYK Percentages of Color #a032ba

%14
%73
%0
%27

Triadic Colors of #a032ba

#a032ba #baa032 #32baa0

Analogous Colors of #a032ba

#a032ba #ba3290 #5c32ba

Monochromatic Colors of #a032ba

#a032ba

Complementary Color

#a032ba #4cba32

#a032ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032ba Color CSS Codes

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

#a032ba Text Font Color

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

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


#a032ba Background Color

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

This div background color is #a032ba


#a032ba Border Color

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

This div border color is #a032ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032ba


Comments

No comments written yet.

Please login to write comment.