Color Hex Logo

#ad797d Color Hex

#AD797D
(173,121,125)
0 Favorites   0 Comments

Color spaces of #ad797d

RGB 173121125
HSL0.990.240.58
HSV355°30°68°
CMYK 0.000.300.28   0.32
XYZ27.772624.039622.5784
Yxy24.03960.37330.3232
Hunter Lab49.030215.30657.0181
CIE-Lab56.127420.89555.9787

#ad797d color RGB value is (173,121,125).

#ad797d hex color red value is 173, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ad797d hue: 0.99 , saturation: 0.24 and the lightness value of ad797d is 0.58.

The process color (four color CMYK) of #ad797d color hex is 0.00, 0.30, 0.28, 0.32. Web safe color of #ad797d is #996666. Color #ad797d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111001 01111101
Octal 255 171 175
Decimal 173 121 125
Hex AD 79 7D

RGB Percentages of Color #ad797d

%41.29
%28.88
%29.83

CMYK Percentages of Color #ad797d

%0
%30
%28
%32

Triadic Colors of #ad797d

#ad797d #7dad79 #797dad

Analogous Colors of #ad797d

#ad797d #ad8f79 #ad7997

Monochromatic Colors of #ad797d

#ad797d

Complementary Color

#ad797d #79ada9

#ad797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad797d Color CSS Codes

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

#ad797d Text Font Color

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

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


#ad797d Background Color

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

This div background color is #ad797d


#ad797d Border Color

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

This div border color is #ad797d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,121,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad797d


Comments

No comments written yet.

Please login to write comment.