Color Hex Logo

#a79dad Color Hex

#A79DAD
(167,157,173)
0 Favorites   0 Comments

Color spaces of #a79dad

RGB 167157173
HSL0.770.090.65
HSV278°68°
CMYK 0.030.090.00   0.32
XYZ35.536135.346644.4848
Yxy35.34660.30800.3064
Hunter Lab59.45302.6498-2.7457
CIE-Lab66.01766.6786-6.9948

#a79dad color RGB value is (167,157,173).

#a79dad hex color red value is 167, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a79dad hue: 0.77 , saturation: 0.09 and the lightness value of a79dad is 0.65.

The process color (four color CMYK) of #a79dad color hex is 0.03, 0.09, 0.00, 0.32. Web safe color of #a79dad is #999999. Color #a79dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011101 10101101
Octal 247 235 255
Decimal 167 157 173
Hex A7 9D AD

RGB Percentages of Color #a79dad

%33.60
%31.59
%34.81

CMYK Percentages of Color #a79dad

%3
%9
%0
%32

Triadic Colors of #a79dad

#a79dad #ada79d #9dada7

Analogous Colors of #a79dad

#a79dad #ad9dab #9f9dad

Monochromatic Colors of #a79dad

#a79dad

Complementary Color

#a79dad #a3ad9d

#a79dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79dad Color CSS Codes

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

#a79dad Text Font Color

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

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


#a79dad Background Color

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

This div background color is #a79dad


#a79dad Border Color

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

This div border color is #a79dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,157,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 #a79dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79dad


Comments

No comments written yet.

Please login to write comment.