Color Hex Logo

#ab788b Color Hex

#AB788B
(171,120,139)
0 Favorites   0 Comments

Color spaces of #ab788b

RGB 171120139
HSL0.940.230.57
HSV338°30°67°
CMYK 0.000.300.19   0.33
XYZ28.171323.954927.5651
Yxy23.95490.35350.3006
Hunter Lab48.943717.09040.8685
CIE-Lab56.042622.8412-2.3098

#ab788b color RGB value is (171,120,139).

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

The process color (four color CMYK) of #ab788b color hex is 0.00, 0.30, 0.19, 0.33. Web safe color of #ab788b is #996699. Color #ab788b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 10001011
Octal 253 170 213
Decimal 171 120 139
Hex AB 78 8B

RGB Percentages of Color #ab788b

%39.77
%27.91
%32.33

CMYK Percentages of Color #ab788b

%0
%30
%19
%33

Triadic Colors of #ab788b

#ab788b #8bab78 #788bab

Analogous Colors of #ab788b

#ab788b #ab7f78 #ab78a5

Monochromatic Colors of #ab788b

#ab788b

Complementary Color

#ab788b #78ab98

#ab788b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab788b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab788b Color CSS Codes

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

#ab788b Text Font Color

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

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


#ab788b Background Color

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

This div background color is #ab788b


#ab788b Border Color

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

This div border color is #ab788b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab788b


Comments

No comments written yet.

Please login to write comment.