Color Hex Logo

#a79db1 Color Hex

#A79DB1
(167,157,177)
0 Favorites   0 Comments

Color spaces of #a79db1

RGB 167157177
HSL0.750.110.65
HSV270°11°69°
CMYK 0.060.110.00   0.31
XYZ35.929135.503846.5542
Yxy35.50380.30450.3009
Hunter Lab59.58513.3596-4.6141
CIE-Lab66.13907.4782-9.0519

#a79db1 color RGB value is (167,157,177).

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

The process color (four color CMYK) of #a79db1 color hex is 0.06, 0.11, 0.00, 0.31. Web safe color of #a79db1 is #999999. Color #a79db1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011101 10110001
Octal 247 235 261
Decimal 167 157 177
Hex A7 9D B1

RGB Percentages of Color #a79db1

%33.33
%31.34
%35.33

CMYK Percentages of Color #a79db1

%6
%11
%0
%31

Triadic Colors of #a79db1

#a79db1 #b1a79d #9db1a7

Analogous Colors of #a79db1

#a79db1 #b19db1 #9d9db1

Monochromatic Colors of #a79db1

#a79db1

Complementary Color

#a79db1 #a7b19d

#a79db1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79db1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79db1 Color CSS Codes

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

#a79db1 Text Font Color

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

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


#a79db1 Background Color

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

This div background color is #a79db1


#a79db1 Border Color

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

This div border color is #a79db1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,157,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79db1


Comments

No comments written yet.

Please login to write comment.