Color Hex Logo

#a49fad Color Hex

#A49FAD
(164,159,173)
0 Favorites   0 Comments

Color spaces of #a49fad

RGB 164159173
HSL0.730.080.65
HSV261°68°
CMYK 0.050.080.00   0.32
XYZ35.250835.705944.5692
Yxy35.70590.30510.3091
Hunter Lab59.75440.7319-2.3947
CIE-Lab66.29464.5182-6.6111

#a49fad color RGB value is (164,159,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 10101101
Octal 244 237 255
Decimal 164 159 173
Hex A4 9F AD

RGB Percentages of Color #a49fad

%33.06
%32.06
%34.88

CMYK Percentages of Color #a49fad

%5
%8
%0
%32

Triadic Colors of #a49fad

#a49fad #ada49f #9fada4

Analogous Colors of #a49fad

#a49fad #ab9fad #9fa1ad

Monochromatic Colors of #a49fad

#a49fad

Complementary Color

#a49fad #a8ad9f

#a49fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fad Color CSS Codes

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

#a49fad Text Font Color

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

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


#a49fad Background Color

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

This div background color is #a49fad


#a49fad Border Color

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

This div border color is #a49fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fad


Comments

No comments written yet.

Please login to write comment.