Color Hex Logo

#a96dcb Color Hex

#A96DCB
(169,109,203)
0 Favorites   0 Comments

Color spaces of #a96dcb

RGB 169109203
HSL0.770.470.61
HSV278°46°80°
CMYK 0.170.460.00   0.20
XYZ32.610323.684159.3526
Yxy23.68410.28200.2048
Hunter Lab48.666334.4431-38.2426
CIE-Lab55.770140.6789-39.6350

#a96dcb color RGB value is (169,109,203).

#a96dcb hex color red value is 169, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a96dcb hue: 0.77 , saturation: 0.47 and the lightness value of a96dcb is 0.61.

The process color (four color CMYK) of #a96dcb color hex is 0.17, 0.46, 0.00, 0.20. Web safe color of #a96dcb is #9966cc. Color #a96dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101101 11001011
Octal 251 155 313
Decimal 169 109 203
Hex A9 6D CB

RGB Percentages of Color #a96dcb

%35.14
%22.66
%42.20

CMYK Percentages of Color #a96dcb

%17
%46
%0
%20

Triadic Colors of #a96dcb

#a96dcb #cba96d #6dcba9

Analogous Colors of #a96dcb

#a96dcb #cb6dbe #7a6dcb

Monochromatic Colors of #a96dcb

#a96dcb

Complementary Color

#a96dcb #8fcb6d

#a96dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96dcb Color CSS Codes

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

#a96dcb Text Font Color

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

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


#a96dcb Background Color

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

This div background color is #a96dcb


#a96dcb Border Color

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

This div border color is #a96dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96dcb


Comments

No comments written yet.

Please login to write comment.