Color Hex Logo

#a66cba Color Hex

#A66CBA
(166,108,186)
0 Favorites   0 Comments

Color spaces of #a66cba

RGB 166108186
HSL0.790.360.58
HSV285°42°73°
CMYK 0.110.420.00   0.27
XYZ29.951422.377349.1950
Yxy22.37730.29500.2204
Hunter Lab47.304730.2359-28.5460
CIE-Lab54.425136.6922-32.0452

#a66cba color RGB value is (166,108,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101100 10111010
Octal 246 154 272
Decimal 166 108 186
Hex A6 6C BA

RGB Percentages of Color #a66cba

%36.09
%23.48
%40.43

CMYK Percentages of Color #a66cba

%11
%42
%0
%27

Triadic Colors of #a66cba

#a66cba #baa66c #6cbaa6

Analogous Colors of #a66cba

#a66cba #ba6ca7 #7f6cba

Monochromatic Colors of #a66cba

#a66cba

Complementary Color

#a66cba #80ba6c

#a66cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66cba Color CSS Codes

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

#a66cba Text Font Color

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

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


#a66cba Background Color

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

This div background color is #a66cba


#a66cba Border Color

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

This div border color is #a66cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66cba


Comments

No comments written yet.

Please login to write comment.