Color Hex Logo

#a97dad Color Hex

#A97DAD
(169,125,173)
0 Favorites   0 Comments

Color spaces of #a97dad

RGB 169125173
HSL0.820.230.58
HSV295°28°68°
CMYK 0.020.280.00   0.32
XYZ31.238626.119442.9303
Yxy26.11940.31150.2604
Hunter Lab51.107119.6684-14.0289
CIE-Lab58.150225.4415-18.8102

#a97dad color RGB value is (169,125,173).

#a97dad hex color red value is 169, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a97dad hue: 0.82 , saturation: 0.23 and the lightness value of a97dad is 0.58.

The process color (four color CMYK) of #a97dad color hex is 0.02, 0.28, 0.00, 0.32. Web safe color of #a97dad is #996699. Color #a97dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111101 10101101
Octal 251 175 255
Decimal 169 125 173
Hex A9 7D AD

RGB Percentages of Color #a97dad

%36.19
%26.77
%37.04

CMYK Percentages of Color #a97dad

%2
%28
%0
%32

Triadic Colors of #a97dad

#a97dad #ada97d #7dada9

Analogous Colors of #a97dad

#a97dad #ad7d99 #917dad

Monochromatic Colors of #a97dad

#a97dad

Complementary Color

#a97dad #81ad7d

#a97dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97dad Color CSS Codes

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

#a97dad Text Font Color

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

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


#a97dad Background Color

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

This div background color is #a97dad


#a97dad Border Color

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

This div border color is #a97dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97dad


Comments

No comments written yet.

Please login to write comment.