Color Hex Logo

#a96bab Color Hex

#A96BAB
(169,107,171)
0 Favorites   0 Comments

Color spaces of #a96bab

RGB 169107171
HSL0.830.280.55
HSV298°37°67°
CMYK 0.010.370.00   0.33
XYZ28.970621.890741.2265
Yxy21.89070.31460.2377
Hunter Lab46.787528.6482-19.4917
CIE-Lab53.910835.1534-24.1530

#a96bab color RGB value is (169,107,171).

#a96bab hex color red value is 169, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a96bab hue: 0.83 , saturation: 0.28 and the lightness value of a96bab is 0.55.

The process color (four color CMYK) of #a96bab color hex is 0.01, 0.37, 0.00, 0.33. Web safe color of #a96bab is #996699. Color #a96bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101011 10101011
Octal 251 153 253
Decimal 169 107 171
Hex A9 6B AB

RGB Percentages of Color #a96bab

%37.81
%23.94
%38.26

CMYK Percentages of Color #a96bab

%1
%37
%0
%33

Triadic Colors of #a96bab

#a96bab #aba96b #6baba9

Analogous Colors of #a96bab

#a96bab #ab6b8d #896bab

Monochromatic Colors of #a96bab

#a96bab

Complementary Color

#a96bab #6dab6b

#a96bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96bab Color CSS Codes

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

#a96bab Text Font Color

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

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


#a96bab Background Color

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

This div background color is #a96bab


#a96bab Border Color

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

This div border color is #a96bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96bab


Comments

No comments written yet.

Please login to write comment.