Color Hex Logo

#ab779b Color Hex

#AB779B
(171,119,155)
0 Favorites   0 Comments

Color spaces of #ab779b

RGB 171119155
HSL0.880.240.57
HSV318°30°67°
CMYK 0.000.300.09   0.33
XYZ29.307824.218134.1402
Yxy24.21810.33430.2763
Hunter Lab49.211920.1836-6.6835
CIE-Lab56.305526.1321-11.2080

#ab779b color RGB value is (171,119,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 10011011
Octal 253 167 233
Decimal 171 119 155
Hex AB 77 9B

RGB Percentages of Color #ab779b

%38.43
%26.74
%34.83

CMYK Percentages of Color #ab779b

%0
%30
%9
%33

Triadic Colors of #ab779b

#ab779b #9bab77 #779bab

Analogous Colors of #ab779b

#ab779b #ab7781 #a177ab

Monochromatic Colors of #ab779b

#ab779b

Complementary Color

#ab779b #77ab87

#ab779b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab779b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab779b Color CSS Codes

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

#ab779b Text Font Color

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

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


#ab779b Background Color

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

This div background color is #ab779b


#ab779b Border Color

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

This div border color is #ab779b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab779b


Comments

No comments written yet.

Please login to write comment.