Color Hex Logo

#ab787d Color Hex

#AB787D
(171,120,125)
0 Favorites   0 Comments

Color spaces of #ab787d

RGB 171120125
HSL0.980.230.57
HSV354°30°67°
CMYK 0.000.300.27   0.33
XYZ27.212723.571522.5175
Yxy23.57150.37120.3216
Hunter Lab48.550515.08646.4869
CIE-Lab55.656220.68195.2728

#ab787d color RGB value is (171,120,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 01111101
Octal 253 170 175
Decimal 171 120 125
Hex AB 78 7D

RGB Percentages of Color #ab787d

%41.11
%28.85
%30.05

CMYK Percentages of Color #ab787d

%0
%30
%27
%33

Triadic Colors of #ab787d

#ab787d #7dab78 #787dab

Analogous Colors of #ab787d

#ab787d #ab8d78 #ab7897

Monochromatic Colors of #ab787d

#ab787d

Complementary Color

#ab787d #78aba6

#ab787d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab787d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab787d Color CSS Codes

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

#ab787d Text Font Color

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

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


#ab787d Background Color

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

This div background color is #ab787d


#ab787d Border Color

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

This div border color is #ab787d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab787d


Comments

No comments written yet.

Please login to write comment.