Color Hex Logo

#a60ccc Color Hex

#A60CCC
(166,12,204)
0 Favorites   0 Comments

Color spaces of #a60ccc

RGB 16612204
HSL0.800.890.42
HSV288°94°80°
CMYK 0.190.940.00   0.20
XYZ26.756412.729658.1736
Yxy12.72960.27400.1303
Hunter Lab35.678671.4249-71.6969
CIE-Lab42.353076.1711-61.6790

#a60ccc color RGB value is (166,12,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001100 11001100
Octal 246 14 314
Decimal 166 12 204
Hex A6 C CC

RGB Percentages of Color #a60ccc

%43.46
%3.14
%53.40

CMYK Percentages of Color #a60ccc

%19
%94
%0
%20

Triadic Colors of #a60ccc

#a60ccc #cca60c #0ccca6

Analogous Colors of #a60ccc

#a60ccc #cc0c92 #460ccc

Monochromatic Colors of #a60ccc

#a60ccc

Complementary Color

#a60ccc #32cc0c

#a60ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60ccc Color CSS Codes

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

#a60ccc Text Font Color

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

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


#a60ccc Background Color

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

This div background color is #a60ccc


#a60ccc Border Color

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

This div border color is #a60ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60ccc


Comments

No comments written yet.

Please login to write comment.