Color Hex Logo

#ab8587 Color Hex

#AB8587
(171,133,135)
0 Favorites   0 Comments

Color spaces of #ab8587

RGB 171133135
HSL0.990.180.60
HSV357°22°67°
CMYK 0.000.220.21   0.33
XYZ29.555327.182326.6106
Yxy27.18230.35460.3261
Hunter Lab52.13669.94926.2340
CIE-Lab59.142714.85114.5127

#ab8587 color RGB value is (171,133,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 10000111
Octal 253 205 207
Decimal 171 133 135
Hex AB 85 87

RGB Percentages of Color #ab8587

%38.95
%30.30
%30.75

CMYK Percentages of Color #ab8587

%0
%22
%21
%33

Triadic Colors of #ab8587

#ab8587 #87ab85 #8587ab

Analogous Colors of #ab8587

#ab8587 #ab9685 #ab859a

Monochromatic Colors of #ab8587

#ab8587

Complementary Color

#ab8587 #85aba9

#ab8587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8587 Color CSS Codes

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

#ab8587 Text Font Color

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

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


#ab8587 Background Color

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

This div background color is #ab8587


#ab8587 Border Color

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

This div border color is #ab8587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8587


Comments

No comments written yet.

Please login to write comment.