Color Hex Logo

#ab877d Color Hex

#AB877D
(171,135,125)
0 Favorites   0 Comments

Color spaces of #ab877d

RGB 171135125
HSL0.040.210.58
HSV13°27°67°
CMYK 0.000.210.27   0.33
XYZ29.160227.466523.1667
Yxy27.46650.36540.3442
Hunter Lab52.40857.602910.4773
CIE-Lab59.403712.209910.6080

#ab877d color RGB value is (171,135,125).

#ab877d hex color red value is 171, green value is 135 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ab877d hue: 0.04 , saturation: 0.21 and the lightness value of ab877d is 0.58.

The process color (four color CMYK) of #ab877d color hex is 0.00, 0.21, 0.27, 0.33. Web safe color of #ab877d is #999966. Color #ab877d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 01111101
Octal 253 207 175
Decimal 171 135 125
Hex AB 87 7D

RGB Percentages of Color #ab877d

%39.68
%31.32
%29.00

CMYK Percentages of Color #ab877d

%0
%21
%27
%33

Triadic Colors of #ab877d

#ab877d #7dab87 #877dab

Analogous Colors of #ab877d

#ab877d #ab9e7d #ab7d8a

Monochromatic Colors of #ab877d

#ab877d

Complementary Color

#ab877d #7da1ab

#ab877d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab877d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab877d Color CSS Codes

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

#ab877d Text Font Color

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

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


#ab877d Background Color

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

This div background color is #ab877d


#ab877d Border Color

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

This div border color is #ab877d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab877d


Comments

No comments written yet.

Please login to write comment.