Color Hex Logo

#ab787a Color Hex

#AB787A
(171,120,122)
0 Favorites   0 Comments

Color spaces of #ab787a

RGB 171120122
HSL0.990.230.57
HSV358°30°67°
CMYK 0.000.300.29   0.33
XYZ27.023923.496021.5232
Yxy23.49600.37510.3261
Hunter Lab48.472714.68807.6045
CIE-Lab55.579620.24816.9078

#ab787a color RGB value is (171,120,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 01111010
Octal 253 170 172
Decimal 171 120 122
Hex AB 78 7A

RGB Percentages of Color #ab787a

%41.40
%29.06
%29.54

CMYK Percentages of Color #ab787a

%0
%30
%29
%33

Triadic Colors of #ab787a

#ab787a #7aab78 #787aab

Analogous Colors of #ab787a

#ab787a #ab9078 #ab7894

Monochromatic Colors of #ab787a

#ab787a

Complementary Color

#ab787a #78aba9

#ab787a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab787a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab787a Color CSS Codes

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

#ab787a Text Font Color

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

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


#ab787a Background Color

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

This div background color is #ab787a


#ab787a Border Color

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

This div border color is #ab787a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,120,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab787a


Comments

No comments written yet.

Please login to write comment.