Color Hex Logo

#a32abb Color Hex

#A32ABB
(163,42,187)
0 Favorites   0 Comments

Color spaces of #a32abb

RGB 16342187
HSL0.810.630.45
HSV290°78°73°
CMYK 0.130.780.00   0.27
XYZ24.901913.030348.2163
Yxy13.03030.28910.1513
Hunter Lab36.097559.9678-53.9268
CIE-Lab42.808966.4531-51.0486

#a32abb color RGB value is (163,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101010 10111011
Octal 243 52 273
Decimal 163 42 187
Hex A3 2A BB

RGB Percentages of Color #a32abb

%41.58
%10.71
%47.70

CMYK Percentages of Color #a32abb

%13
%78
%0
%27

Triadic Colors of #a32abb

#a32abb #bba32a #2abba3

Analogous Colors of #a32abb

#a32abb #bb2a8b #5a2abb

Monochromatic Colors of #a32abb

#a32abb

Complementary Color

#a32abb #42bb2a

#a32abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32abb Color CSS Codes

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

#a32abb Text Font Color

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

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


#a32abb Background Color

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

This div background color is #a32abb


#a32abb Border Color

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

This div border color is #a32abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32abb


Comments

No comments written yet.

Please login to write comment.