Color Hex Logo

#ab778e Color Hex

#AB778E
(171,119,142)
0 Favorites   0 Comments

Color spaces of #ab778e

RGB 171119142
HSL0.930.240.57
HSV333°30°67°
CMYK 0.000.300.17   0.33
XYZ28.273923.804628.6957
Yxy23.80460.35000.2947
Hunter Lab48.790018.0588-0.7183
CIE-Lab55.891623.8963-4.2767

#ab778e color RGB value is (171,119,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 10001110
Octal 253 167 216
Decimal 171 119 142
Hex AB 77 8E

RGB Percentages of Color #ab778e

%39.58
%27.55
%32.87

CMYK Percentages of Color #ab778e

%0
%30
%17
%33

Triadic Colors of #ab778e

#ab778e #8eab77 #778eab

Analogous Colors of #ab778e

#ab778e #ab7a77 #ab77a8

Monochromatic Colors of #ab778e

#ab778e

Complementary Color

#ab778e #77ab94

#ab778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab778e Color CSS Codes

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

#ab778e Text Font Color

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

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


#ab778e Background Color

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

This div background color is #ab778e


#ab778e Border Color

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

This div border color is #ab778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab778e


Comments

No comments written yet.

Please login to write comment.