Color Hex Logo

#ab897f Color Hex

#AB897F
(171,137,127)
0 Favorites   0 Comments

Color spaces of #ab897f

RGB 171137127
HSL0.040.210.58
HSV14°26°67°
CMYK 0.000.200.26   0.33
XYZ29.571028.081623.9404
Yxy28.08160.36240.3442
Hunter Lab52.99216.871710.3088
CIE-Lab59.962411.377810.2567

#ab897f color RGB value is (171,137,127).

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

The process color (four color CMYK) of #ab897f color hex is 0.00, 0.20, 0.26, 0.33. Web safe color of #ab897f is #999966. Color #ab897f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001001 01111111
Octal 253 211 177
Decimal 171 137 127
Hex AB 89 7F

RGB Percentages of Color #ab897f

%39.31
%31.49
%29.20

CMYK Percentages of Color #ab897f

%0
%20
%26
%33

Triadic Colors of #ab897f

#ab897f #7fab89 #897fab

Analogous Colors of #ab897f

#ab897f #ab9f7f #ab7f8b

Monochromatic Colors of #ab897f

#ab897f

Complementary Color

#ab897f #7fa1ab

#ab897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab897f Color CSS Codes

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

#ab897f Text Font Color

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

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


#ab897f Background Color

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

This div background color is #ab897f


#ab897f Border Color

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

This div border color is #ab897f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab897f


Comments

No comments written yet.

Please login to write comment.