Color Hex Logo

#a96cbb Color Hex

#A96CBB
(169,108,187)
0 Favorites   0 Comments

Color spaces of #a96cbb

RGB 169108187
HSL0.800.370.58
HSV286°42°73°
CMYK 0.100.420.00   0.27
XYZ30.694422.748049.7867
Yxy22.74800.29730.2204
Hunter Lab47.694931.4091-28.5040
CIE-Lab54.811837.8157-31.9912

#a96cbb color RGB value is (169,108,187).

#a96cbb hex color red value is 169, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a96cbb hue: 0.80 , saturation: 0.37 and the lightness value of a96cbb is 0.58.

The process color (four color CMYK) of #a96cbb color hex is 0.10, 0.42, 0.00, 0.27. Web safe color of #a96cbb is #9966cc. Color #a96cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 10111011
Octal 251 154 273
Decimal 169 108 187
Hex A9 6C BB

RGB Percentages of Color #a96cbb

%36.42
%23.28
%40.30

CMYK Percentages of Color #a96cbb

%10
%42
%0
%27

Triadic Colors of #a96cbb

#a96cbb #bba96c #6cbba9

Analogous Colors of #a96cbb

#a96cbb #bb6ca6 #826cbb

Monochromatic Colors of #a96cbb

#a96cbb

Complementary Color

#a96cbb #7ebb6c

#a96cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cbb Color CSS Codes

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

#a96cbb Text Font Color

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

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


#a96cbb Background Color

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

This div background color is #a96cbb


#a96cbb Border Color

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

This div border color is #a96cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cbb


Comments

No comments written yet.

Please login to write comment.