Color spaces of #ab868d
RGB | 171 | 134 | 141 |
---|---|---|---|
HSL | 0.97 | 0.18 | 0.60 |
HSV | 349° | 22° | 67° |
CMYK | 0.00 | 0.22 | 0.18 0.33 |
XYZ | 30.1274 | 27.6312 | 28.9448 |
Yxy | 27.6312 | 0.3475 | 0.3187 |
Hunter Lab | 52.5654 | 10.3163 | 4.1481 |
CIE-Lab | 59.5541 | 15.2495 | 1.6679 |
#ab868d color RGB value is (171,134,141).
#ab868d hex color red value is 171, green value is 134 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ab868d hue: 0.97 , saturation: 0.18 and the lightness value of ab868d is 0.60.
The process color (four color CMYK) of #ab868d color hex is 0.00, 0.22, 0.18, 0.33. Web safe color of #ab868d is #999999. Color #ab868d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000110 | 10001101 |
Octal | 253 | 206 | 215 |
Decimal | 171 | 134 | 141 |
Hex | AB | 86 | 8D |
Shades of #ab868d
Tints of #ab868d
RGB Percentages of Color #ab868d
CMYK Percentages of Color #ab868d
Complementary Color
#ab868d | #86aba4 |
#ab868d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab868d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab868d Color CSS Codes
.mybgcolor {background-color:#ab868d; } .myforecolor {color:#ab868d; } .mybordercolor {border:3px solid #ab868d; }
#ab868d Text Font Color
<p style="color:#ab868d">Text here</p>
This sample text font color is #ab868d
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.
#ab868d Background Color
<div style="background-color:#ab868d">
Div content here</div>
This div background color is #ab868d
#ab868d Border Color
<div style="border:3px solid #ab868d">
Div here</div>
This div border color is #ab868d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,134,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab868d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab868d; -webkit-box-shadow: 1px 1px 3px 2px #ab868d; box-shadow: 1px 1px 3px 2px #ab868d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,134,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab868d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab868d; -webkit-box-shadow: 1px 1px 3px 2px #ab868d; box-shadow: 1px 1px 3px 2px #ab868d;">
Div content here</div>
This div box has shadow with color #ab868d
Comments
No comments written yet.
Please login to write comment.