Color Hex Logo

#a9719f Color Hex

#A9719F
(169,113,159)
0 Favorites   0 Comments

Color spaces of #a9719f

RGB 169113159
HSL0.860.250.55
HSV311°33°66°
CMYK 0.000.330.06   0.34
XYZ28.525322.748535.6883
Yxy22.74850.32800.2616
Hunter Lab47.695423.2890-10.9773
CIE-Lab54.812329.5347-15.8058

#a9719f color RGB value is (169,113,159).

#a9719f hex color red value is 169, green value is 113 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a9719f hue: 0.86 , saturation: 0.25 and the lightness value of a9719f is 0.55.

The process color (four color CMYK) of #a9719f color hex is 0.00, 0.33, 0.06, 0.34. Web safe color of #a9719f is #996699. Color #a9719f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 10011111
Octal 251 161 237
Decimal 169 113 159
Hex A9 71 9F

RGB Percentages of Color #a9719f

%38.32
%25.62
%36.05

CMYK Percentages of Color #a9719f

%0
%33
%6
%34

Triadic Colors of #a9719f

#a9719f #9fa971 #719fa9

Analogous Colors of #a9719f

#a9719f #a97183 #9771a9

Monochromatic Colors of #a9719f

#a9719f

Complementary Color

#a9719f #71a97b

#a9719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9719f Color CSS Codes

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

#a9719f Text Font Color

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

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


#a9719f Background Color

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

This div background color is #a9719f


#a9719f Border Color

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

This div border color is #a9719f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9719f


Comments

No comments written yet.

Please login to write comment.