Color Hex Logo

#ab778d Color Hex

#AB778D
(171,119,141)
0 Favorites   0 Comments

Color spaces of #ab778d

RGB 171119141
HSL0.930.240.57
HSV335°30°67°
CMYK 0.000.300.18   0.33
XYZ28.199123.774728.3020
Yxy23.77470.35130.2962
Hunter Lab48.759317.9036-0.2830
CIE-Lab55.861523.7315-3.7395

#ab778d color RGB value is (171,119,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 10001101
Octal 253 167 215
Decimal 171 119 141
Hex AB 77 8D

RGB Percentages of Color #ab778d

%39.68
%27.61
%32.71

CMYK Percentages of Color #ab778d

%0
%30
%18
%33

Triadic Colors of #ab778d

#ab778d #8dab77 #778dab

Analogous Colors of #ab778d

#ab778d #ab7b77 #ab77a7

Monochromatic Colors of #ab778d

#ab778d

Complementary Color

#ab778d #77ab95

#ab778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab778d Color CSS Codes

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

#ab778d Text Font Color

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

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


#ab778d Background Color

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

This div background color is #ab778d


#ab778d Border Color

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

This div border color is #ab778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab778d


Comments

No comments written yet.

Please login to write comment.