Color Hex Logo

#ab879b Color Hex

#AB879B
(171,135,155)
0 Favorites   0 Comments

Color spaces of #ab879b

RGB 171135155
HSL0.910.180.60
HSV327°21°67°
CMYK 0.000.210.09   0.33
XYZ31.375028.352434.8293
Yxy28.35240.33180.2998
Hunter Lab53.247011.9963-1.5092
CIE-Lab60.205817.0828-5.3914

#ab879b color RGB value is (171,135,155).

#ab879b hex color red value is 171, green value is 135 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ab879b hue: 0.91 , saturation: 0.18 and the lightness value of ab879b is 0.60.

The process color (four color CMYK) of #ab879b color hex is 0.00, 0.21, 0.09, 0.33. Web safe color of #ab879b is #999999. Color #ab879b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 10011011
Octal 253 207 233
Decimal 171 135 155
Hex AB 87 9B

RGB Percentages of Color #ab879b

%37.09
%29.28
%33.62

CMYK Percentages of Color #ab879b

%0
%21
%9
%33

Triadic Colors of #ab879b

#ab879b #9bab87 #879bab

Analogous Colors of #ab879b

#ab879b #ab8789 #a987ab

Monochromatic Colors of #ab879b

#ab879b

Complementary Color

#ab879b #87ab97

#ab879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab879b Color CSS Codes

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

#ab879b Text Font Color

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

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


#ab879b Background Color

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

This div background color is #ab879b


#ab879b Border Color

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

This div border color is #ab879b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab879b


Comments

No comments written yet.

Please login to write comment.