Color Hex Logo

#ab778a Color Hex

#AB778A
(171,119,138)
0 Favorites   0 Comments

Color spaces of #ab778a

RGB 171119138
HSL0.940.240.57
HSV338°30°67°
CMYK 0.000.300.19   0.33
XYZ27.978923.686627.1421
Yxy23.68660.35500.3006
Hunter Lab48.668917.44601.0028
CIE-Lab55.772623.2443-2.1247

#ab778a color RGB value is (171,119,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 10001010
Octal 253 167 212
Decimal 171 119 138
Hex AB 77 8A

RGB Percentages of Color #ab778a

%39.95
%27.80
%32.24

CMYK Percentages of Color #ab778a

%0
%30
%19
%33

Triadic Colors of #ab778a

#ab778a #8aab77 #778aab

Analogous Colors of #ab778a

#ab778a #ab7e77 #ab77a4

Monochromatic Colors of #ab778a

#ab778a

Complementary Color

#ab778a #77ab98

#ab778a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab778a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab778a Color CSS Codes

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

#ab778a Text Font Color

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

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


#ab778a Background Color

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

This div background color is #ab778a


#ab778a Border Color

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

This div border color is #ab778a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab778a


Comments

No comments written yet.

Please login to write comment.