Color Hex Logo

#a79fbd Color Hex

#A79FBD
(167,159,189)
1 Favorites   0 Comments

Color spaces of #a79fbd

RGB 167159189
HSL0.710.190.68
HSV256°16°74°
CMYK 0.120.160.00   0.26
XYZ37.519836.685953.2477
Yxy36.68590.29440.2878
Hunter Lab60.56894.5775-9.7252
CIE-Lab67.04078.8502-14.3976

#a79fbd color RGB value is (167,159,189).

#a79fbd hex color red value is 167, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a79fbd hue: 0.71 , saturation: 0.19 and the lightness value of a79fbd is 0.68.

The process color (four color CMYK) of #a79fbd color hex is 0.12, 0.16, 0.00, 0.26. Web safe color of #a79fbd is #9999cc. Color #a79fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011111 10111101
Octal 247 237 275
Decimal 167 159 189
Hex A7 9F BD

RGB Percentages of Color #a79fbd

%32.43
%30.87
%36.70

CMYK Percentages of Color #a79fbd

%12
%16
%0
%26

Triadic Colors of #a79fbd

#a79fbd #bda79f #9fbda7

Analogous Colors of #a79fbd

#a79fbd #b69fbd #9fa6bd

Monochromatic Colors of #a79fbd

#a79fbd

Complementary Color

#a79fbd #b5bd9f

#a79fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79fbd Color CSS Codes

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

#a79fbd Text Font Color

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

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


#a79fbd Background Color

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

This div background color is #a79fbd


#a79fbd Border Color

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

This div border color is #a79fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79fbd


Comments

No comments written yet.

Please login to write comment.