Color Hex Logo

#a96bcc Color Hex

#A96BCC
(169,107,204)
0 Favorites   0 Comments

Color spaces of #a96bcc

RGB 169107204
HSL0.770.490.61
HSV278°48°80°
CMYK 0.170.480.00   0.20
XYZ32.519023.310059.9121
Yxy23.31000.28100.2014
Hunter Lab48.280435.7369-39.7778
CIE-Lab55.390241.9894-40.8018

#a96bcc color RGB value is (169,107,204).

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

The process color (four color CMYK) of #a96bcc color hex is 0.17, 0.48, 0.00, 0.20. Web safe color of #a96bcc is #9966cc. Color #a96bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101011 11001100
Octal 251 153 314
Decimal 169 107 204
Hex A9 6B CC

RGB Percentages of Color #a96bcc

%35.21
%22.29
%42.50

CMYK Percentages of Color #a96bcc

%17
%48
%0
%20

Triadic Colors of #a96bcc

#a96bcc #cca96b #6bcca9

Analogous Colors of #a96bcc

#a96bcc #cc6bbf #796bcc

Monochromatic Colors of #a96bcc

#a96bcc

Complementary Color

#a96bcc #8ecc6b

#a96bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96bcc Color CSS Codes

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

#a96bcc Text Font Color

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

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


#a96bcc Background Color

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

This div background color is #a96bcc


#a96bcc Border Color

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

This div border color is #a96bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96bcc


Comments

No comments written yet.

Please login to write comment.