Color Hex Logo

#a96fbd Color Hex

#A96FBD
(169,111,189)
0 Favorites   0 Comments

Color spaces of #a96fbd

RGB 169111189
HSL0.790.370.59
HSV285°41°74°
CMYK 0.110.410.00   0.26
XYZ31.231923.478051.0297
Yxy23.47800.29540.2220
Hunter Lab48.454130.2605-28.5237
CIE-Lab55.561336.5759-31.9707

#a96fbd color RGB value is (169,111,189).

#a96fbd hex color red value is 169, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a96fbd hue: 0.79 , saturation: 0.37 and the lightness value of a96fbd is 0.59.

The process color (four color CMYK) of #a96fbd color hex is 0.11, 0.41, 0.00, 0.26. Web safe color of #a96fbd is #9966cc. Color #a96fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 10111101
Octal 251 157 275
Decimal 169 111 189
Hex A9 6F BD

RGB Percentages of Color #a96fbd

%36.03
%23.67
%40.30

CMYK Percentages of Color #a96fbd

%11
%41
%0
%26

Triadic Colors of #a96fbd

#a96fbd #bda96f #6fbda9

Analogous Colors of #a96fbd

#a96fbd #bd6faa #826fbd

Monochromatic Colors of #a96fbd

#a96fbd

Complementary Color

#a96fbd #83bd6f

#a96fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96fbd Color CSS Codes

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

#a96fbd Text Font Color

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

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


#a96fbd Background Color

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

This div background color is #a96fbd


#a96fbd Border Color

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

This div border color is #a96fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96fbd


Comments

No comments written yet.

Please login to write comment.