Color Hex Logo

#a79dba Color Hex

#A79DBA
(167,157,186)
0 Favorites   0 Comments

Color spaces of #a79dba

RGB 167157186
HSL0.720.170.67
HSV261°16°73°
CMYK 0.100.160.00   0.27
XYZ36.856235.874651.4363
Yxy35.87460.29680.2889
Hunter Lab59.89545.0217-8.9896
CIE-Lab66.42409.3331-13.6535

#a79dba color RGB value is (167,157,186).

#a79dba hex color red value is 167, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a79dba hue: 0.72 , saturation: 0.17 and the lightness value of a79dba is 0.67.

The process color (four color CMYK) of #a79dba color hex is 0.10, 0.16, 0.00, 0.27. Web safe color of #a79dba is #9999cc. Color #a79dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011101 10111010
Octal 247 235 272
Decimal 167 157 186
Hex A7 9D BA

RGB Percentages of Color #a79dba

%32.75
%30.78
%36.47

CMYK Percentages of Color #a79dba

%10
%16
%0
%27

Triadic Colors of #a79dba

#a79dba #baa79d #9dbaa7

Analogous Colors of #a79dba

#a79dba #b69dba #9da2ba

Monochromatic Colors of #a79dba

#a79dba

Complementary Color

#a79dba #b0ba9d

#a79dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79dba Color CSS Codes

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

#a79dba Text Font Color

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

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


#a79dba Background Color

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

This div background color is #a79dba


#a79dba Border Color

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

This div border color is #a79dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79dba


Comments

No comments written yet.

Please login to write comment.