Color Hex Logo

#a60bcc Color Hex

#A60BCC
(166,11,204)
0 Favorites   0 Comments

Color spaces of #a60bcc

RGB 16611204
HSL0.800.900.42
HSV288°95°80°
CMYK 0.190.950.00   0.20
XYZ26.744612.706058.1696
Yxy12.70600.27400.1302
Hunter Lab35.645571.5480-71.8031
CIE-Lab42.316976.2784-61.7375

#a60bcc color RGB value is (166,11,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001011 11001100
Octal 246 13 314
Decimal 166 11 204
Hex A6 B CC

RGB Percentages of Color #a60bcc

%43.57
%2.89
%53.54

CMYK Percentages of Color #a60bcc

%19
%95
%0
%20

Triadic Colors of #a60bcc

#a60bcc #cca60b #0bcca6

Analogous Colors of #a60bcc

#a60bcc #cc0b92 #460bcc

Monochromatic Colors of #a60bcc

#a60bcc

Complementary Color

#a60bcc #31cc0b

#a60bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60bcc Color CSS Codes

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

#a60bcc Text Font Color

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

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


#a60bcc Background Color

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

This div background color is #a60bcc


#a60bcc Border Color

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

This div border color is #a60bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60bcc


Comments

No comments written yet.

Please login to write comment.