Color Hex Logo

#a66cab Color Hex

#A66CAB
(166,108,171)
0 Favorites   0 Comments

Color spaces of #a66cab

RGB 166108171
HSL0.820.270.55
HSV295°37°67°
CMYK 0.030.370.00   0.33
XYZ28.439121.772441.2317
Yxy21.77240.31100.2381
Hunter Lab46.660927.1364-19.7287
CIE-Lab53.784733.6267-24.3767

#a66cab color RGB value is (166,108,171).

#a66cab hex color red value is 166, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a66cab hue: 0.82 , saturation: 0.27 and the lightness value of a66cab is 0.55.

The process color (four color CMYK) of #a66cab color hex is 0.03, 0.37, 0.00, 0.33. Web safe color of #a66cab is #996699. Color #a66cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101100 10101011
Octal 246 154 253
Decimal 166 108 171
Hex A6 6C AB

RGB Percentages of Color #a66cab

%37.30
%24.27
%38.43

CMYK Percentages of Color #a66cab

%3
%37
%0
%33

Triadic Colors of #a66cab

#a66cab #aba66c #6caba6

Analogous Colors of #a66cab

#a66cab #ab6c91 #876cab

Monochromatic Colors of #a66cab

#a66cab

Complementary Color

#a66cab #71ab6c

#a66cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66cab Color CSS Codes

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

#a66cab Text Font Color

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

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


#a66cab Background Color

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

This div background color is #a66cab


#a66cab Border Color

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

This div border color is #a66cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66cab


Comments

No comments written yet.

Please login to write comment.