Color Hex Logo

#a32cca Color Hex

#A32CCA
(163,44,202)
0 Favorites   0 Comments

Color spaces of #a32cca

RGB 16344202
HSL0.790.640.48
HSV285°78°79°
CMYK 0.190.780.00   0.21
XYZ26.665613.852257.1454
Yxy13.85220.27300.1418
Hunter Lab37.218562.7557-64.9810
CIE-Lab44.020268.6135-57.8426

#a32cca color RGB value is (163,44,202).

#a32cca hex color red value is 163, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a32cca hue: 0.79 , saturation: 0.64 and the lightness value of a32cca is 0.48.

The process color (four color CMYK) of #a32cca color hex is 0.19, 0.78, 0.00, 0.21. Web safe color of #a32cca is #9933cc. Color #a32cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101100 11001010
Octal 243 54 312
Decimal 163 44 202
Hex A3 2C CA

RGB Percentages of Color #a32cca

%39.85
%10.76
%49.39

CMYK Percentages of Color #a32cca

%19
%78
%0
%21

Triadic Colors of #a32cca

#a32cca #caa32c #2ccaa3

Analogous Colors of #a32cca

#a32cca #ca2ca2 #542cca

Monochromatic Colors of #a32cca

#a32cca

Complementary Color

#a32cca #53ca2c

#a32cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32cca Color CSS Codes

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

#a32cca Text Font Color

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

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


#a32cca Background Color

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

This div background color is #a32cca


#a32cca Border Color

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

This div border color is #a32cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32cca


Comments

No comments written yet.

Please login to write comment.