Color Hex Logo

#a30ccc Color Hex

#A30CCC
(163,12,204)
0 Favorites   0 Comments

Color spaces of #a30ccc

RGB 16312204
HSL0.800.890.42
HSV287°94°80°
CMYK 0.200.940.00   0.20
XYZ26.134812.409158.1445
Yxy12.40910.27030.1283
Hunter Lab35.226670.7838-73.2047
CIE-Lab41.859175.7424-62.5035

#a30ccc color RGB value is (163,12,204).

#a30ccc hex color red value is 163, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a30ccc hue: 0.80 , saturation: 0.89 and the lightness value of a30ccc is 0.42.

The process color (four color CMYK) of #a30ccc color hex is 0.20, 0.94, 0.00, 0.20. Web safe color of #a30ccc is #9900cc. Color #a30ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001100 11001100
Octal 243 14 314
Decimal 163 12 204
Hex A3 C CC

RGB Percentages of Color #a30ccc

%43.01
%3.17
%53.83

CMYK Percentages of Color #a30ccc

%20
%94
%0
%20

Triadic Colors of #a30ccc

#a30ccc #cca30c #0ccca3

Analogous Colors of #a30ccc

#a30ccc #cc0c95 #430ccc

Monochromatic Colors of #a30ccc

#a30ccc

Complementary Color

#a30ccc #35cc0c

#a30ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30ccc Color CSS Codes

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

#a30ccc Text Font Color

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

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


#a30ccc Background Color

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

This div background color is #a30ccc


#a30ccc Border Color

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

This div border color is #a30ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30ccc


Comments

No comments written yet.

Please login to write comment.