Color Hex Logo

#a32aba Color Hex

#A32ABA
(163,42,186)
0 Favorites   0 Comments

Color spaces of #a32aba

RGB 16342186
HSL0.810.630.45
HSV290°77°73°
CMYK 0.120.770.00   0.27
XYZ24.795112.987647.6544
Yxy12.98760.29020.1520
Hunter Lab36.038359.7446-53.1739
CIE-Lab42.744666.2723-50.5649

#a32aba color RGB value is (163,42,186).

#a32aba hex color red value is 163, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a32aba hue: 0.81 , saturation: 0.63 and the lightness value of a32aba is 0.45.

The process color (four color CMYK) of #a32aba color hex is 0.12, 0.77, 0.00, 0.27. Web safe color of #a32aba is #9933cc. Color #a32aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101010 10111010
Octal 243 52 272
Decimal 163 42 186
Hex A3 2A BA

RGB Percentages of Color #a32aba

%41.69
%10.74
%47.57

CMYK Percentages of Color #a32aba

%12
%77
%0
%27

Triadic Colors of #a32aba

#a32aba #baa32a #2abaa3

Analogous Colors of #a32aba

#a32aba #ba2a89 #5b2aba

Monochromatic Colors of #a32aba

#a32aba

Complementary Color

#a32aba #41ba2a

#a32aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32aba Color CSS Codes

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

#a32aba Text Font Color

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

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


#a32aba Background Color

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

This div background color is #a32aba


#a32aba Border Color

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

This div border color is #a32aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,42,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 #a32aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32aba


Comments

No comments written yet.

Please login to write comment.