Color Hex Logo

#a660cc Color Hex

#A660CC
(166,96,204)
0 Favorites   0 Comments

Color spaces of #a660cc

RGB 16696204
HSL0.770.510.59
HSV279°53°80°
CMYK 0.190.530.00   0.20
XYZ30.807820.832459.5240
Yxy20.83240.27710.1874
Hunter Lab45.642540.6095-45.3724
CIE-Lab52.765647.0576-44.9724

#a660cc color RGB value is (166,96,204).

#a660cc hex color red value is 166, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a660cc hue: 0.77 , saturation: 0.51 and the lightness value of a660cc is 0.59.

The process color (four color CMYK) of #a660cc color hex is 0.19, 0.53, 0.00, 0.20. Web safe color of #a660cc is #9966cc. Color #a660cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 11001100
Octal 246 140 314
Decimal 166 96 204
Hex A6 60 CC

RGB Percentages of Color #a660cc

%35.62
%20.60
%43.78

CMYK Percentages of Color #a660cc

%19
%53
%0
%20

Triadic Colors of #a660cc

#a660cc #cca660 #60cca6

Analogous Colors of #a660cc

#a660cc #cc60bc #7060cc

Monochromatic Colors of #a660cc

#a660cc

Complementary Color

#a660cc #86cc60

#a660cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a660cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a660cc Color CSS Codes

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

#a660cc Text Font Color

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

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


#a660cc Background Color

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

This div background color is #a660cc


#a660cc Border Color

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

This div border color is #a660cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a660cc


Comments

No comments written yet.

Please login to write comment.