Color Hex Logo

#a032bf Color Hex

#A032BF
(160,50,191)
0 Favorites   0 Comments

Color spaces of #a032bf

RGB 16050191
HSL0.800.590.47
HSV287°74°75°
CMYK 0.160.740.00   0.25
XYZ25.041813.516450.5793
Yxy13.51640.28090.1516
Hunter Lab36.764757.2450-55.8335
CIE-Lab43.531263.9374-52.2538

#a032bf color RGB value is (160,50,191).

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

The process color (four color CMYK) of #a032bf color hex is 0.16, 0.74, 0.00, 0.25. Web safe color of #a032bf is #9933cc. Color #a032bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 10111111
Octal 240 62 277
Decimal 160 50 191
Hex A0 32 BF

RGB Percentages of Color #a032bf

%39.90
%12.47
%47.63

CMYK Percentages of Color #a032bf

%16
%74
%0
%25

Triadic Colors of #a032bf

#a032bf #bfa032 #32bfa0

Analogous Colors of #a032bf

#a032bf #bf3298 #5932bf

Monochromatic Colors of #a032bf

#a032bf

Complementary Color

#a032bf #51bf32

#a032bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032bf Color CSS Codes

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

#a032bf Text Font Color

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

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


#a032bf Background Color

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

This div background color is #a032bf


#a032bf Border Color

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

This div border color is #a032bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032bf


Comments

No comments written yet.

Please login to write comment.