Color Hex Logo

#a96eda Color Hex

#A96EDA
(169,110,218)
0 Favorites   0 Comments

Color spaces of #a96eda

RGB 169110218
HSL0.760.590.64
HSV273°50°85°
CMYK 0.220.500.00   0.15
XYZ34.593024.648869.2641
Yxy24.64880.26920.1918
Hunter Lab49.647637.4905-47.9631
CIE-Lab56.731643.4894-46.6076

#a96eda color RGB value is (169,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11011010
Octal 251 156 332
Decimal 169 110 218
Hex A9 6E DA

RGB Percentages of Color #a96eda

%34.00
%22.13
%43.86

CMYK Percentages of Color #a96eda

%22
%50
%0
%15

Triadic Colors of #a96eda

#a96eda #daa96e #6edaa9

Analogous Colors of #a96eda

#a96eda #da6ed5 #736eda

Monochromatic Colors of #a96eda

#a96eda

Complementary Color

#a96eda #9fda6e

#a96eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96eda Color CSS Codes

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

#a96eda Text Font Color

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

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


#a96eda Background Color

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

This div background color is #a96eda


#a96eda Border Color

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

This div border color is #a96eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96eda


Comments

No comments written yet.

Please login to write comment.