Color Hex Logo

#a66dbd Color Hex

#A66DBD
(166,109,189)
0 Favorites   0 Comments

Color spaces of #a66dbd

RGB 166109189
HSL0.790.380.58
HSV283°42°74°
CMYK 0.120.420.00   0.26
XYZ30.379822.718450.9280
Yxy22.71840.29200.2184
Hunter Lab47.663830.3600-29.9857
CIE-Lab54.781136.7722-33.2127

#a66dbd color RGB value is (166,109,189).

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

The process color (four color CMYK) of #a66dbd color hex is 0.12, 0.42, 0.00, 0.26. Web safe color of #a66dbd is #9966cc. Color #a66dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101101 10111101
Octal 246 155 275
Decimal 166 109 189
Hex A6 6D BD

RGB Percentages of Color #a66dbd

%35.78
%23.49
%40.73

CMYK Percentages of Color #a66dbd

%12
%42
%0
%26

Triadic Colors of #a66dbd

#a66dbd #bda66d #6dbda6

Analogous Colors of #a66dbd

#a66dbd #bd6dac #7e6dbd

Monochromatic Colors of #a66dbd

#a66dbd

Complementary Color

#a66dbd #84bd6d

#a66dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66dbd Color CSS Codes

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

#a66dbd Text Font Color

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

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


#a66dbd Background Color

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

This div background color is #a66dbd


#a66dbd Border Color

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

This div border color is #a66dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66dbd


Comments

No comments written yet.

Please login to write comment.