Color Hex Logo

#a32abc Color Hex

#A32ABC
(163,42,188)
0 Favorites   0 Comments

Color spaces of #a32abc

RGB 16342188
HSL0.800.630.45
HSV290°78°74°
CMYK 0.130.780.00   0.26
XYZ25.009313.073348.7822
Yxy13.07330.28790.1505
Hunter Lab36.157060.1912-54.6828
CIE-Lab42.873566.6339-51.5312

#a32abc color RGB value is (163,42,188).

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

The process color (four color CMYK) of #a32abc color hex is 0.13, 0.78, 0.00, 0.26. Web safe color of #a32abc is #9933cc. Color #a32abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101010 10111100
Octal 243 52 274
Decimal 163 42 188
Hex A3 2A BC

RGB Percentages of Color #a32abc

%41.48
%10.69
%47.84

CMYK Percentages of Color #a32abc

%13
%78
%0
%26

Triadic Colors of #a32abc

#a32abc #bca32a #2abca3

Analogous Colors of #a32abc

#a32abc #bc2a8c #5a2abc

Monochromatic Colors of #a32abc

#a32abc

Complementary Color

#a32abc #43bc2a

#a32abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32abc Color CSS Codes

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

#a32abc Text Font Color

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

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


#a32abc Background Color

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

This div background color is #a32abc


#a32abc Border Color

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

This div border color is #a32abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,42,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32abc


Comments

No comments written yet.

Please login to write comment.