Color Hex Logo

#ab788d Color Hex

#AB788D
(171,120,141)
0 Favorites   0 Comments

Color spaces of #ab788d

RGB 171120141
HSL0.930.230.57
HSV335°30°67°
CMYK 0.000.300.18   0.33
XYZ28.318824.014028.3419
Yxy24.01400.35100.2977
Hunter Lab49.004117.39560.0120
CIE-Lab56.101823.1669-3.3852

#ab788d color RGB value is (171,120,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 10001101
Octal 253 170 215
Decimal 171 120 141
Hex AB 78 8D

RGB Percentages of Color #ab788d

%39.58
%27.78
%32.64

CMYK Percentages of Color #ab788d

%0
%30
%18
%33

Triadic Colors of #ab788d

#ab788d #8dab78 #788dab

Analogous Colors of #ab788d

#ab788d #ab7d78 #ab78a7

Monochromatic Colors of #ab788d

#ab788d

Complementary Color

#ab788d #78ab96

#ab788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab788d Color CSS Codes

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

#ab788d Text Font Color

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

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


#ab788d Background Color

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

This div background color is #ab788d


#ab788d Border Color

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

This div border color is #ab788d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab788d


Comments

No comments written yet.

Please login to write comment.