Color Hex Logo

#a96edd Color Hex

#A96EDD
(169,110,221)
0 Favorites   0 Comments

Color spaces of #a96edd

RGB 169110221
HSL0.760.620.65
HSV272°50°87°
CMYK 0.240.500.00   0.13
XYZ34.989324.807371.3508
Yxy24.80730.26680.1892
Hunter Lab49.806938.2339-50.0709
CIE-Lab56.887244.1769-48.0497

#a96edd color RGB value is (169,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11011101
Octal 251 156 335
Decimal 169 110 221
Hex A9 6E DD

RGB Percentages of Color #a96edd

%33.80
%22.00
%44.20

CMYK Percentages of Color #a96edd

%24
%50
%0
%13

Triadic Colors of #a96edd

#a96edd #dda96e #6edda9

Analogous Colors of #a96edd

#a96edd #dd6eda #726edd

Monochromatic Colors of #a96edd

#a96edd

Complementary Color

#a96edd #a2dd6e

#a96edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96edd Color CSS Codes

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

#a96edd Text Font Color

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

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


#a96edd Background Color

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

This div background color is #a96edd


#a96edd Border Color

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

This div border color is #a96edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96edd


Comments

No comments written yet.

Please login to write comment.