Color spaces of #ab869d
RGB | 171 | 134 | 157 |
---|---|---|---|
HSL | 0.90 | 0.18 | 0.60 |
HSV | 323° | 22° | 67° |
CMYK | 0.00 | 0.22 | 0.08 0.33 |
XYZ | 31.4055 | 28.1424 | 35.6751 |
Yxy | 28.1424 | 0.3298 | 0.2955 |
Hunter Lab | 53.0494 | 12.8364 | -2.7372 |
CIE-Lab | 60.0172 | 18.0077 | -6.8150 |
#ab869d color RGB value is (171,134,157).
#ab869d hex color red value is 171, green value is 134 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ab869d hue: 0.90 , saturation: 0.18 and the lightness value of ab869d is 0.60.
The process color (four color CMYK) of #ab869d color hex is 0.00, 0.22, 0.08, 0.33. Web safe color of #ab869d is #999999. Color #ab869d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000110 | 10011101 |
Octal | 253 | 206 | 235 |
Decimal | 171 | 134 | 157 |
Hex | AB | 86 | 9D |
Shades of #ab869d
Tints of #ab869d
RGB Percentages of Color #ab869d
CMYK Percentages of Color #ab869d
Complementary Color
#ab869d | #86ab94 |
#ab869d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab869d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab869d Color CSS Codes
.mybgcolor {background-color:#ab869d; } .myforecolor {color:#ab869d; } .mybordercolor {border:3px solid #ab869d; }
#ab869d Text Font Color
<p style="color:#ab869d">Text here</p>
This sample text font color is #ab869d
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.
#ab869d Background Color
<div style="background-color:#ab869d">
Div content here</div>
This div background color is #ab869d
#ab869d Border Color
<div style="border:3px solid #ab869d">
Div here</div>
This div border color is #ab869d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,134,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab869d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab869d; -webkit-box-shadow: 1px 1px 3px 2px #ab869d; box-shadow: 1px 1px 3px 2px #ab869d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,134,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab869d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab869d; -webkit-box-shadow: 1px 1px 3px 2px #ab869d; box-shadow: 1px 1px 3px 2px #ab869d;">
Div content here</div>
This div box has shadow with color #ab869d
Comments
No comments written yet.
Please login to write comment.