Color Hex Logo

#a79fad Color Hex

#A79FAD
(167,159,173)
0 Favorites   0 Comments

Color spaces of #a79fad

RGB 167159173
HSL0.760.080.65
HSV274°68°
CMYK 0.030.080.00   0.32
XYZ35.877336.028944.5985
Yxy36.02890.30790.3092
Hunter Lab60.02411.6500-2.0362
CIE-Lab66.54205.5675-6.2171

#a79fad color RGB value is (167,159,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011111 10101101
Octal 247 237 255
Decimal 167 159 173
Hex A7 9F AD

RGB Percentages of Color #a79fad

%33.47
%31.86
%34.67

CMYK Percentages of Color #a79fad

%3
%8
%0
%32

Triadic Colors of #a79fad

#a79fad #ada79f #9fada7

Analogous Colors of #a79fad

#a79fad #ad9fac #a09fad

Monochromatic Colors of #a79fad

#a79fad

Complementary Color

#a79fad #a5ad9f

#a79fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79fad Color CSS Codes

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

#a79fad Text Font Color

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

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


#a79fad Background Color

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

This div background color is #a79fad


#a79fad Border Color

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

This div border color is #a79fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79fad


Comments

No comments written yet.

Please login to write comment.