Color Hex Logo

#a97fbf Color Hex

#A97FBF
(169,127,191)
0 Favorites   0 Comments

Color spaces of #a97fbf

RGB 169127191
HSL0.780.330.62
HSV279°34°75°
CMYK 0.120.340.00   0.25
XYZ33.355527.375352.8162
Yxy27.37530.29380.2411
Hunter Lab52.321422.2333-23.2257
CIE-Lab59.320128.0234-27.2822

#a97fbf color RGB value is (169,127,191).

#a97fbf hex color red value is 169, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a97fbf hue: 0.78 , saturation: 0.33 and the lightness value of a97fbf is 0.62.

The process color (four color CMYK) of #a97fbf color hex is 0.12, 0.34, 0.00, 0.25. Web safe color of #a97fbf is #9966cc. Color #a97fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111111 10111111
Octal 251 177 277
Decimal 169 127 191
Hex A9 7F BF

RGB Percentages of Color #a97fbf

%34.70
%26.08
%39.22

CMYK Percentages of Color #a97fbf

%12
%34
%0
%25

Triadic Colors of #a97fbf

#a97fbf #bfa97f #7fbfa9

Analogous Colors of #a97fbf

#a97fbf #bf7fb5 #897fbf

Monochromatic Colors of #a97fbf

#a97fbf

Complementary Color

#a97fbf #95bf7f

#a97fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97fbf Color CSS Codes

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

#a97fbf Text Font Color

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

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


#a97fbf Background Color

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

This div background color is #a97fbf


#a97fbf Border Color

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

This div border color is #a97fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97fbf


Comments

No comments written yet.

Please login to write comment.