Color spaces of #ab72dd
RGB | 171 | 114 | 221 |
---|---|---|---|
HSL | 0.76 | 0.61 | 0.66 |
HSV | 272° | 48° | 87° |
CMYK | 0.23 | 0.48 | 0.00 0.13 |
XYZ | 35.8630 | 25.9130 | 71.5181 |
Yxy | 25.9130 | 0.2691 | 0.1944 |
Hunter Lab | 50.9048 | 36.6718 | -47.6654 |
CIE-Lab | 57.9544 | 42.5351 | -46.3454 |
#ab72dd color RGB value is (171,114,221).
#ab72dd hex color red value is 171, green value is 114 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab72dd hue: 0.76 , saturation: 0.61 and the lightness value of ab72dd is 0.66.
The process color (four color CMYK) of #ab72dd color hex is 0.23, 0.48, 0.00, 0.13. Web safe color of #ab72dd is #9966cc. Color #ab72dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01110010 | 11011101 |
Octal | 253 | 162 | 335 |
Decimal | 171 | 114 | 221 |
Hex | AB | 72 | DD |
Shades of #ab72dd
Tints of #ab72dd
RGB Percentages of Color #ab72dd
CMYK Percentages of Color #ab72dd
Complementary Color
#ab72dd | #a4dd72 |
#ab72dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab72dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab72dd Color CSS Codes
.mybgcolor {background-color:#ab72dd; } .myforecolor {color:#ab72dd; } .mybordercolor {border:3px solid #ab72dd; }
#ab72dd Text Font Color
<p style="color:#ab72dd">Text here</p>
This sample text font color is #ab72dd
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.
#ab72dd Background Color
<div style="background-color:#ab72dd">
Div content here</div>
This div background color is #ab72dd
#ab72dd Border Color
<div style="border:3px solid #ab72dd">
Div here</div>
This div border color is #ab72dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,114,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab72dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab72dd; -webkit-box-shadow: 1px 1px 3px 2px #ab72dd; box-shadow: 1px 1px 3px 2px #ab72dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,114,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab72dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab72dd; -webkit-box-shadow: 1px 1px 3px 2px #ab72dd; box-shadow: 1px 1px 3px 2px #ab72dd;">
Div content here</div>
This div box has shadow with color #ab72dd
#ab72dd Color Palettes
Comments
No comments written yet.
Please login to write comment.