Color spaces of #ab80ad
RGB | 171 | 128 | 173 |
---|---|---|---|
HSL | 0.83 | 0.22 | 0.59 |
HSV | 297° | 26° | 68° |
CMYK | 0.01 | 0.26 | 0.00 0.32 |
XYZ | 32.0566 | 27.1134 | 43.0790 |
Yxy | 27.1134 | 0.3135 | 0.2652 |
Hunter Lab | 52.0705 | 18.7680 | -12.6024 |
CIE-Lab | 59.0791 | 24.4234 | -17.3777 |
#ab80ad color RGB value is (171,128,173).
#ab80ad hex color red value is 171, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ab80ad hue: 0.83 , saturation: 0.22 and the lightness value of ab80ad is 0.59.
The process color (four color CMYK) of #ab80ad color hex is 0.01, 0.26, 0.00, 0.32. Web safe color of #ab80ad is #999999. Color #ab80ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000000 | 10101101 |
Octal | 253 | 200 | 255 |
Decimal | 171 | 128 | 173 |
Hex | AB | 80 | AD |
Shades of #ab80ad
Tints of #ab80ad
RGB Percentages of Color #ab80ad
CMYK Percentages of Color #ab80ad
Complementary Color
#ab80ad | #82ad80 |
#ab80ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab80ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab80ad Color CSS Codes
.mybgcolor {background-color:#ab80ad; } .myforecolor {color:#ab80ad; } .mybordercolor {border:3px solid #ab80ad; }
#ab80ad Text Font Color
<p style="color:#ab80ad">Text here</p>
This sample text font color is #ab80ad
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.
#ab80ad Background Color
<div style="background-color:#ab80ad">
Div content here</div>
This div background color is #ab80ad
#ab80ad Border Color
<div style="border:3px solid #ab80ad">
Div here</div>
This div border color is #ab80ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,128,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab80ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab80ad; -webkit-box-shadow: 1px 1px 3px 2px #ab80ad; box-shadow: 1px 1px 3px 2px #ab80ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,128,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab80ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab80ad; -webkit-box-shadow: 1px 1px 3px 2px #ab80ad; box-shadow: 1px 1px 3px 2px #ab80ad;">
Div content here</div>
This div box has shadow with color #ab80ad
Comments
No comments written yet.
Please login to write comment.