Color Hex Logo

#a96dde Color Hex

#A96DDE
(169,109,222)
0 Favorites   0 Comments

Color spaces of #a96dde

RGB 169109222
HSL0.760.630.65
HSV272°51°87°
CMYK 0.240.510.00   0.13
XYZ35.015624.646272.0189
Yxy24.64620.26590.1872
Hunter Lab49.644939.0211-51.2593
CIE-Lab56.729144.9482-48.8628

#a96dde color RGB value is (169,109,222).

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

The process color (four color CMYK) of #a96dde color hex is 0.24, 0.51, 0.00, 0.13. Web safe color of #a96dde is #9966cc. Color #a96dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101101 11011110
Octal 251 155 336
Decimal 169 109 222
Hex A9 6D DE

RGB Percentages of Color #a96dde

%33.80
%21.80
%44.40

CMYK Percentages of Color #a96dde

%24
%51
%0
%13

Triadic Colors of #a96dde

#a96dde #dea96d #6ddea9

Analogous Colors of #a96dde

#a96dde #de6ddb #716dde

Monochromatic Colors of #a96dde

#a96dde

Complementary Color

#a96dde #a2de6d

#a96dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96dde Color CSS Codes

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

#a96dde Text Font Color

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

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


#a96dde Background Color

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

This div background color is #a96dde


#a96dde Border Color

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

This div border color is #a96dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96dde


Comments

No comments written yet.

Please login to write comment.