Color Hex Logo

#a66cbb Color Hex

#A66CBB
(166,108,187)
0 Favorites   0 Comments

Color spaces of #a66cbb

RGB 166108187
HSL0.790.370.58
HSV284°42°73°
CMYK 0.110.420.00   0.27
XYZ30.058122.420049.7570
Yxy22.42000.29400.2193
Hunter Lab47.349830.4515-29.1594
CIE-Lab54.469836.9028-32.5502

#a66cbb color RGB value is (166,108,187).

#a66cbb hex color red value is 166, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a66cbb hue: 0.79 , saturation: 0.37 and the lightness value of a66cbb is 0.58.

The process color (four color CMYK) of #a66cbb color hex is 0.11, 0.42, 0.00, 0.27. Web safe color of #a66cbb is #9966cc. Color #a66cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101100 10111011
Octal 246 154 273
Decimal 166 108 187
Hex A6 6C BB

RGB Percentages of Color #a66cbb

%36.01
%23.43
%40.56

CMYK Percentages of Color #a66cbb

%11
%42
%0
%27

Triadic Colors of #a66cbb

#a66cbb #bba66c #6cbba6

Analogous Colors of #a66cbb

#a66cbb #bb6ca9 #7f6cbb

Monochromatic Colors of #a66cbb

#a66cbb

Complementary Color

#a66cbb #81bb6c

#a66cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66cbb Color CSS Codes

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

#a66cbb Text Font Color

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

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


#a66cbb Background Color

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

This div background color is #a66cbb


#a66cbb Border Color

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

This div border color is #a66cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66cbb


Comments

No comments written yet.

Please login to write comment.