Color Hex Logo

#a96dda Color Hex

#A96DDA
(169,109,218)
0 Favorites   0 Comments

Color spaces of #a96dda

RGB 169109218
HSL0.760.600.64
HSV273°50°85°
CMYK 0.220.500.00   0.15
XYZ34.485724.434369.2284
Yxy24.43430.26910.1907
Hunter Lab49.431138.0266-48.4341
CIE-Lab56.520044.0319-46.9429

#a96dda color RGB value is (169,109,218).

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

The process color (four color CMYK) of #a96dda color hex is 0.22, 0.50, 0.00, 0.15. Web safe color of #a96dda is #9966cc. Color #a96dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101101 11011010
Octal 251 155 332
Decimal 169 109 218
Hex A9 6D DA

RGB Percentages of Color #a96dda

%34.07
%21.98
%43.95

CMYK Percentages of Color #a96dda

%22
%50
%0
%15

Triadic Colors of #a96dda

#a96dda #daa96d #6ddaa9

Analogous Colors of #a96dda

#a96dda #da6dd5 #736dda

Monochromatic Colors of #a96dda

#a96dda

Complementary Color

#a96dda #9eda6d

#a96dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96dda Color CSS Codes

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

#a96dda Text Font Color

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

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


#a96dda Background Color

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

This div background color is #a96dda


#a96dda Border Color

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

This div border color is #a96dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96dda


Comments

No comments written yet.

Please login to write comment.