Color Hex Logo

#a66ccd Color Hex

#A66CCD
(166,108,205)
0 Favorites   0 Comments

Color spaces of #a66ccd

RGB 166108205
HSL0.770.490.61
HSV276°47°80°
CMYK 0.190.470.00   0.20
XYZ32.107923.239960.5511
Yxy23.23990.27700.2005
Hunter Lab48.207834.5230-40.7254
CIE-Lab55.318640.8183-41.5059

#a66ccd color RGB value is (166,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101100 11001101
Octal 246 154 315
Decimal 166 108 205
Hex A6 6C CD

RGB Percentages of Color #a66ccd

%34.66
%22.55
%42.80

CMYK Percentages of Color #a66ccd

%19
%47
%0
%20

Triadic Colors of #a66ccd

#a66ccd #cda66c #6ccda6

Analogous Colors of #a66ccd

#a66ccd #cd6cc4 #766ccd

Monochromatic Colors of #a66ccd

#a66ccd

Complementary Color

#a66ccd #93cd6c

#a66ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66ccd Color CSS Codes

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

#a66ccd Text Font Color

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

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


#a66ccd Background Color

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

This div background color is #a66ccd


#a66ccd Border Color

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

This div border color is #a66ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,108,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a66ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66ccd


Comments

No comments written yet.

Please login to write comment.