Color Hex Logo

#a96dbd Color Hex

#A96DBD
(169,109,189)
0 Favorites   0 Comments

Color spaces of #a96dbd

RGB 169109189
HSL0.790.380.58
HSV285°42°74°
CMYK 0.110.420.00   0.26
XYZ31.016123.046450.9578
Yxy23.04640.29530.2194
Hunter Lab48.006731.3134-29.3301
CIE-Lab55.120137.6812-32.6584

#a96dbd color RGB value is (169,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101101 10111101
Octal 251 155 275
Decimal 169 109 189
Hex A9 6D BD

RGB Percentages of Color #a96dbd

%36.19
%23.34
%40.47

CMYK Percentages of Color #a96dbd

%11
%42
%0
%26

Triadic Colors of #a96dbd

#a96dbd #bda96d #6dbda9

Analogous Colors of #a96dbd

#a96dbd #bd6da9 #816dbd

Monochromatic Colors of #a96dbd

#a96dbd

Complementary Color

#a96dbd #81bd6d

#a96dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96dbd Color CSS Codes

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

#a96dbd Text Font Color

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

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


#a96dbd Background Color

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

This div background color is #a96dbd


#a96dbd Border Color

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

This div border color is #a96dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,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 #a96dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96dbd


Comments

No comments written yet.

Please login to write comment.