Color spaces of #ab20a6
RGB | 171 | 32 | 166 |
---|---|---|---|
HSL | 0.84 | 0.68 | 0.40 |
HSV | 302° | 81° | 67° |
CMYK | 0.00 | 0.81 | 0.03 0.33 |
XYZ | 24.1940 | 12.4441 | 37.2032 |
Yxy | 12.4441 | 0.3276 | 0.1685 |
Hunter Lab | 35.2762 | 60.6900 | -37.8354 |
CIE-Lab | 41.9134 | 67.2520 | -39.9695 |
#ab20a6 color RGB value is (171,32,166).
#ab20a6 hex color red value is 171, green value is 32 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ab20a6 hue: 0.84 , saturation: 0.68 and the lightness value of ab20a6 is 0.40.
The process color (four color CMYK) of #ab20a6 color hex is 0.00, 0.81, 0.03, 0.33. Web safe color of #ab20a6 is #993399. Color #ab20a6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00100000 | 10100110 |
Octal | 253 | 40 | 246 |
Decimal | 171 | 32 | 166 |
Hex | AB | 20 | A6 |
Shades of #ab20a6
Tints of #ab20a6
RGB Percentages of Color #ab20a6
CMYK Percentages of Color #ab20a6
Complementary Color
#ab20a6 | #20ab25 |
#ab20a6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab20a6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab20a6 Color CSS Codes
.mybgcolor {background-color:#ab20a6; } .myforecolor {color:#ab20a6; } .mybordercolor {border:3px solid #ab20a6; }
#ab20a6 Text Font Color
<p style="color:#ab20a6">Text here</p>
This sample text font color is #ab20a6
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.
#ab20a6 Background Color
<div style="background-color:#ab20a6">
Div content here</div>
This div background color is #ab20a6
#ab20a6 Border Color
<div style="border:3px solid #ab20a6">
Div here</div>
This div border color is #ab20a6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,32,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab20a6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab20a6; -webkit-box-shadow: 1px 1px 3px 2px #ab20a6; box-shadow: 1px 1px 3px 2px #ab20a6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,32,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab20a6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab20a6; -webkit-box-shadow: 1px 1px 3px 2px #ab20a6; box-shadow: 1px 1px 3px 2px #ab20a6;">
Div content here</div>
This div box has shadow with color #ab20a6
Comments
No comments written yet.
Please login to write comment.