Color Hex Logo

#a96ecd Color Hex

#A96ECD
(169,110,205)
0 Favorites   0 Comments

Color spaces of #a96ecd

RGB 169110205
HSL0.770.490.62
HSV277°46°80°
CMYK 0.180.460.00   0.20
XYZ32.957623.994760.6520
Yxy23.99470.28020.2040
Hunter Lab48.984434.3754-39.1232
CIE-Lab56.082540.5707-40.2801

#a96ecd color RGB value is (169,110,205).

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

The process color (four color CMYK) of #a96ecd color hex is 0.18, 0.46, 0.00, 0.20. Web safe color of #a96ecd is #9966cc. Color #a96ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11001101
Octal 251 156 315
Decimal 169 110 205
Hex A9 6E CD

RGB Percentages of Color #a96ecd

%34.92
%22.73
%42.36

CMYK Percentages of Color #a96ecd

%18
%46
%0
%20

Triadic Colors of #a96ecd

#a96ecd #cda96e #6ecda9

Analogous Colors of #a96ecd

#a96ecd #cd6ec2 #7a6ecd

Monochromatic Colors of #a96ecd

#a96ecd

Complementary Color

#a96ecd #92cd6e

#a96ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ecd Color CSS Codes

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

#a96ecd Text Font Color

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

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


#a96ecd Background Color

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

This div background color is #a96ecd


#a96ecd Border Color

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

This div border color is #a96ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ecd


Comments

No comments written yet.

Please login to write comment.