Color Hex Logo

#a032bb Color Hex

#A032BB
(160,50,187)
0 Favorites   0 Comments

Color spaces of #a032bb

RGB 16050187
HSL0.800.580.46
HSV288°73°73°
CMYK 0.140.730.00   0.27
XYZ24.607413.342648.2921
Yxy13.34260.28530.1547
Hunter Lab36.527556.3265-52.8165
CIE-Lab43.275063.1777-50.3247

#a032bb color RGB value is (160,50,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 10111011
Octal 240 62 273
Decimal 160 50 187
Hex A0 32 BB

RGB Percentages of Color #a032bb

%40.30
%12.59
%47.10

CMYK Percentages of Color #a032bb

%14
%73
%0
%27

Triadic Colors of #a032bb

#a032bb #bba032 #32bba0

Analogous Colors of #a032bb

#a032bb #bb3292 #5c32bb

Monochromatic Colors of #a032bb

#a032bb

Complementary Color

#a032bb #4dbb32

#a032bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032bb Color CSS Codes

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

#a032bb Text Font Color

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

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


#a032bb Background Color

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

This div background color is #a032bb


#a032bb Border Color

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

This div border color is #a032bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032bb


Comments

No comments written yet.

Please login to write comment.