Color spaces of #ab719d
RGB | 171 | 113 | 157 |
---|---|---|---|
HSL | 0.87 | 0.26 | 0.56 |
HSV | 314° | 34° | 67° |
CMYK | 0.00 | 0.34 | 0.08 0.33 |
XYZ | 28.7855 | 22.9025 | 34.8018 |
Yxy | 22.9025 | 0.3328 | 0.2648 |
Hunter Lab | 47.8566 | 23.6180 | -9.6167 |
CIE-Lab | 54.9718 | 29.8623 | -14.3796 |
#ab719d color RGB value is (171,113,157).
#ab719d hex color red value is 171, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ab719d hue: 0.87 , saturation: 0.26 and the lightness value of ab719d is 0.56.
The process color (four color CMYK) of #ab719d color hex is 0.00, 0.34, 0.08, 0.33. Web safe color of #ab719d is #996699. Color #ab719d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01110001 | 10011101 |
Octal | 253 | 161 | 235 |
Decimal | 171 | 113 | 157 |
Hex | AB | 71 | 9D |
Shades of #ab719d
Tints of #ab719d
RGB Percentages of Color #ab719d
CMYK Percentages of Color #ab719d
Complementary Color
#ab719d | #71ab7f |
#ab719d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab719d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab719d Color CSS Codes
.mybgcolor {background-color:#ab719d; } .myforecolor {color:#ab719d; } .mybordercolor {border:3px solid #ab719d; }
#ab719d Text Font Color
<p style="color:#ab719d">Text here</p>
This sample text font color is #ab719d
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.
#ab719d Background Color
<div style="background-color:#ab719d">
Div content here</div>
This div background color is #ab719d
#ab719d Border Color
<div style="border:3px solid #ab719d">
Div here</div>
This div border color is #ab719d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,113,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab719d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab719d; -webkit-box-shadow: 1px 1px 3px 2px #ab719d; box-shadow: 1px 1px 3px 2px #ab719d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,113,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 #ab719d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab719d; -webkit-box-shadow: 1px 1px 3px 2px #ab719d; box-shadow: 1px 1px 3px 2px #ab719d;">
Div content here</div>
This div box has shadow with color #ab719d
Comments
No comments written yet.
Please login to write comment.