Color Hex Logo

#a97fac Color Hex

#A97FAC
(169,127,172)
0 Favorites   0 Comments

Color spaces of #a97fac

RGB 169127172
HSL0.820.210.59
HSV296°26°67°
CMYK 0.020.260.00   0.33
XYZ31.398026.592342.5077
Yxy26.59230.31240.2646
Hunter Lab51.567718.4396-12.7758
CIE-Lab58.595024.1101-17.5604

#a97fac color RGB value is (169,127,172).

#a97fac hex color red value is 169, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a97fac hue: 0.82 , saturation: 0.21 and the lightness value of a97fac is 0.59.

The process color (four color CMYK) of #a97fac color hex is 0.02, 0.26, 0.00, 0.33. Web safe color of #a97fac is #996699. Color #a97fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111111 10101100
Octal 251 177 254
Decimal 169 127 172
Hex A9 7F AC

RGB Percentages of Color #a97fac

%36.11
%27.14
%36.75

CMYK Percentages of Color #a97fac

%2
%26
%0
%33

Triadic Colors of #a97fac

#a97fac #aca97f #7faca9

Analogous Colors of #a97fac

#a97fac #ac7f99 #937fac

Monochromatic Colors of #a97fac

#a97fac

Complementary Color

#a97fac #82ac7f

#a97fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97fac Color CSS Codes

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

#a97fac Text Font Color

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

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


#a97fac Background Color

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

This div background color is #a97fac


#a97fac Border Color

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

This div border color is #a97fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97fac


Comments

No comments written yet.

Please login to write comment.