Color Hex Logo

#ab797d Color Hex

#AB797D
(171,121,125)
0 Favorites   0 Comments

Color spaces of #ab797d

RGB 171121125
HSL0.990.230.57
HSV355°29°67°
CMYK 0.000.290.27   0.33
XYZ27.333623.813322.5578
Yxy23.81330.37090.3231
Hunter Lab48.798914.58486.7518
CIE-Lab55.900420.11665.6233

#ab797d color RGB value is (171,121,125).

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

The process color (four color CMYK) of #ab797d color hex is 0.00, 0.29, 0.27, 0.33. Web safe color of #ab797d is #996666. Color #ab797d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 01111101
Octal 253 171 175
Decimal 171 121 125
Hex AB 79 7D

RGB Percentages of Color #ab797d

%41.01
%29.02
%29.98

CMYK Percentages of Color #ab797d

%0
%29
%27
%33

Triadic Colors of #ab797d

#ab797d #7dab79 #797dab

Analogous Colors of #ab797d

#ab797d #ab8e79 #ab7996

Monochromatic Colors of #ab797d

#ab797d

Complementary Color

#ab797d #79aba7

#ab797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab797d Color CSS Codes

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

#ab797d Text Font Color

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

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


#ab797d Background Color

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

This div background color is #ab797d


#ab797d Border Color

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

This div border color is #ab797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab797d


Comments

No comments written yet.

Please login to write comment.