Color Hex Logo

#a96ede Color Hex

#A96EDE
(169,110,222)
0 Favorites   0 Comments

Color spaces of #a96ede

RGB 169110222
HSL0.750.630.65
HSV272°50°87°
CMYK 0.240.500.00   0.13
XYZ35.122924.860872.0547
Yxy24.86080.26600.1883
Hunter Lab49.860638.4832-50.7789
CIE-Lab56.939544.4067-48.5288

#a96ede color RGB value is (169,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11011110
Octal 251 156 336
Decimal 169 110 222
Hex A9 6E DE

RGB Percentages of Color #a96ede

%33.73
%21.96
%44.31

CMYK Percentages of Color #a96ede

%24
%50
%0
%13

Triadic Colors of #a96ede

#a96ede #dea96e #6edea9

Analogous Colors of #a96ede

#a96ede #de6edb #716ede

Monochromatic Colors of #a96ede

#a96ede

Complementary Color

#a96ede #a3de6e

#a96ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ede Color CSS Codes

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

#a96ede Text Font Color

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

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


#a96ede Background Color

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

This div background color is #a96ede


#a96ede Border Color

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

This div border color is #a96ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ede


Comments

No comments written yet.

Please login to write comment.