Color Hex Logo

#a66ccc Color Hex

#A66CCC
(166,108,204)
0 Favorites   0 Comments

Color spaces of #a66ccc

RGB 166108204
HSL0.770.480.61
HSV276°47°80°
CMYK 0.190.470.00   0.20
XYZ31.987523.191759.9173
Yxy23.19170.27790.2015
Hunter Lab48.157834.2877-40.0575
CIE-Lab55.269240.5951-41.0151

#a66ccc color RGB value is (166,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101100 11001100
Octal 246 154 314
Decimal 166 108 204
Hex A6 6C CC

RGB Percentages of Color #a66ccc

%34.73
%22.59
%42.68

CMYK Percentages of Color #a66ccc

%19
%47
%0
%20

Triadic Colors of #a66ccc

#a66ccc #cca66c #6ccca6

Analogous Colors of #a66ccc

#a66ccc #cc6cc2 #766ccc

Monochromatic Colors of #a66ccc

#a66ccc

Complementary Color

#a66ccc #92cc6c

#a66ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66ccc Color CSS Codes

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

#a66ccc Text Font Color

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

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


#a66ccc Background Color

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

This div background color is #a66ccc


#a66ccc Border Color

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

This div border color is #a66ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66ccc


Comments

No comments written yet.

Please login to write comment.