Color Hex Logo

#a97baf Color Hex

#A97BAF
(169,123,175)
0 Favorites   0 Comments

Color spaces of #a97baf

RGB 169123175
HSL0.810.250.58
HSV293°30°69°
CMYK 0.030.300.00   0.31
XYZ31.183025.696143.8738
Yxy25.69610.30950.2550
Hunter Lab50.691321.0953-15.8321
CIE-Lab57.747526.9727-20.5712

#a97baf color RGB value is (169,123,175).

#a97baf hex color red value is 169, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a97baf hue: 0.81 , saturation: 0.25 and the lightness value of a97baf is 0.58.

The process color (four color CMYK) of #a97baf color hex is 0.03, 0.30, 0.00, 0.31. Web safe color of #a97baf is #996699. Color #a97baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111011 10101111
Octal 251 173 257
Decimal 169 123 175
Hex A9 7B AF

RGB Percentages of Color #a97baf

%36.19
%26.34
%37.47

CMYK Percentages of Color #a97baf

%3
%30
%0
%31

Triadic Colors of #a97baf

#a97baf #afa97b #7bafa9

Analogous Colors of #a97baf

#a97baf #af7b9b #8f7baf

Monochromatic Colors of #a97baf

#a97baf

Complementary Color

#a97baf #81af7b

#a97baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97baf Color CSS Codes

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

#a97baf Text Font Color

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

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


#a97baf Background Color

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

This div background color is #a97baf


#a97baf Border Color

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

This div border color is #a97baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97baf


Comments

No comments written yet.

Please login to write comment.