Color Hex Logo

#a79aad Color Hex

#A79AAD
(167,154,173)
0 Favorites   0 Comments

Color spaces of #a79aad

RGB 167154173
HSL0.780.100.64
HSV281°11°68°
CMYK 0.030.110.00   0.32
XYZ35.034834.343844.3177
Yxy34.34380.30810.3021
Hunter Lab58.60364.1558-3.8143
CIE-Lab65.23458.3521-8.1589

#a79aad color RGB value is (167,154,173).

#a79aad hex color red value is 167, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a79aad hue: 0.78 , saturation: 0.10 and the lightness value of a79aad is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011010 10101101
Octal 247 232 255
Decimal 167 154 173
Hex A7 9A AD

RGB Percentages of Color #a79aad

%33.81
%31.17
%35.02

CMYK Percentages of Color #a79aad

%3
%11
%0
%32

Triadic Colors of #a79aad

#a79aad #ada79a #9aada7

Analogous Colors of #a79aad

#a79aad #ad9aaa #9e9aad

Monochromatic Colors of #a79aad

#a79aad

Complementary Color

#a79aad #a0ad9a

#a79aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79aad Color CSS Codes

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

#a79aad Text Font Color

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

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


#a79aad Background Color

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

This div background color is #a79aad


#a79aad Border Color

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

This div border color is #a79aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79aad

#a79aad Color Palettes


Comments

No comments written yet.

Please login to write comment.