Color Hex Logo

#a320cc Color Hex

#A320CC
(163,32,204)
0 Favorites   0 Comments

Color spaces of #a320cc

RGB 16332204
HSL0.790.730.46
HSV286°84°80°
CMYK 0.200.840.00   0.20
XYZ26.519913.179258.2728
Yxy13.17920.27070.1345
Hunter Lab36.303266.8658-69.7584
CIE-Lab43.032072.2757-60.6004

#a320cc color RGB value is (163,32,204).

#a320cc hex color red value is 163, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a320cc hue: 0.79 , saturation: 0.73 and the lightness value of a320cc is 0.46.

The process color (four color CMYK) of #a320cc color hex is 0.20, 0.84, 0.00, 0.20. Web safe color of #a320cc is #9933cc. Color #a320cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100000 11001100
Octal 243 40 314
Decimal 163 32 204
Hex A3 20 CC

RGB Percentages of Color #a320cc

%40.85
%8.02
%51.13

CMYK Percentages of Color #a320cc

%20
%84
%0
%20

Triadic Colors of #a320cc

#a320cc #cca320 #20cca3

Analogous Colors of #a320cc

#a320cc #cc209f #4d20cc

Monochromatic Colors of #a320cc

#a320cc

Complementary Color

#a320cc #49cc20

#a320cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a320cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a320cc Color CSS Codes

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

#a320cc Text Font Color

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

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


#a320cc Background Color

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

This div background color is #a320cc


#a320cc Border Color

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

This div border color is #a320cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a320cc


Comments

No comments written yet.

Please login to write comment.