Color Hex Logo

#a96ccd Color Hex

#A96CCD
(169,108,205)
0 Favorites   0 Comments

Color spaces of #a96ccd

RGB 169108205
HSL0.770.490.61
HSV278°47°80°
CMYK 0.180.470.00   0.20
XYZ32.744223.567960.5809
Yxy23.56790.28010.2016
Hunter Lab48.546835.4392-40.0045
CIE-Lab55.652541.6641-40.9571

#a96ccd color RGB value is (169,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11001101
Octal 251 154 315
Decimal 169 108 205
Hex A9 6C CD

RGB Percentages of Color #a96ccd

%35.06
%22.41
%42.53

CMYK Percentages of Color #a96ccd

%18
%47
%0
%20

Triadic Colors of #a96ccd

#a96ccd #cda96c #6ccda9

Analogous Colors of #a96ccd

#a96ccd #cd6cc1 #796ccd

Monochromatic Colors of #a96ccd

#a96ccd

Complementary Color

#a96ccd #90cd6c

#a96ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ccd Color CSS Codes

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

#a96ccd Text Font Color

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

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


#a96ccd Background Color

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

This div background color is #a96ccd


#a96ccd Border Color

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

This div border color is #a96ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ccd


Comments

No comments written yet.

Please login to write comment.