Color Hex Logo

#a96ddb Color Hex

#A96DDB
(169,109,219)
0 Favorites   0 Comments

Color spaces of #a96ddb

RGB 169109219
HSL0.760.600.64
HSV273°50°86°
CMYK 0.230.500.00   0.14
XYZ34.617024.486869.9197
Yxy24.48680.26830.1898
Hunter Lab49.484138.2738-49.1362
CIE-Lab56.571944.2602-47.4239

#a96ddb color RGB value is (169,109,219).

#a96ddb hex color red value is 169, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a96ddb hue: 0.76 , saturation: 0.60 and the lightness value of a96ddb is 0.64.

The process color (four color CMYK) of #a96ddb color hex is 0.23, 0.50, 0.00, 0.14. Web safe color of #a96ddb is #9966cc. Color #a96ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101101 11011011
Octal 251 155 333
Decimal 169 109 219
Hex A9 6D DB

RGB Percentages of Color #a96ddb

%34.00
%21.93
%44.06

CMYK Percentages of Color #a96ddb

%23
%50
%0
%14

Triadic Colors of #a96ddb

#a96ddb #dba96d #6ddba9

Analogous Colors of #a96ddb

#a96ddb #db6dd6 #726ddb

Monochromatic Colors of #a96ddb

#a96ddb

Complementary Color

#a96ddb #9fdb6d

#a96ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ddb Color CSS Codes

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

#a96ddb Text Font Color

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

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


#a96ddb Background Color

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

This div background color is #a96ddb


#a96ddb Border Color

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

This div border color is #a96ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ddb

#a96ddb Color Palettes


Comments

No comments written yet.

Please login to write comment.