Color spaces of #ab086c
RGB | 171 | 8 | 108 |
---|---|---|---|
HSL | 0.90 | 0.91 | 0.35 |
HSV | 323° | 95° | 67° |
CMYK | 0.00 | 0.95 | 0.37 0.33 |
XYZ | 19.5882 | 9.9143 | 15.0686 |
Yxy | 9.9143 | 0.4395 | 0.2224 |
Hunter Lab | 31.4870 | 55.9435 | -6.3333 |
CIE-Lab | 37.6882 | 63.9253 | -10.8851 |
#ab086c color RGB value is (171,8,108).
#ab086c hex color red value is 171, green value is 8 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ab086c hue: 0.90 , saturation: 0.91 and the lightness value of ab086c is 0.35.
The process color (four color CMYK) of #ab086c color hex is 0.00, 0.95, 0.37, 0.33. Web safe color of #ab086c is #990066. Color #ab086c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00001000 | 01101100 |
Octal | 253 | 10 | 154 |
Decimal | 171 | 8 | 108 |
Hex | AB | 8 | 6C |
Shades of #ab086c
Tints of #ab086c
RGB Percentages of Color #ab086c
CMYK Percentages of Color #ab086c
Complementary Color
#ab086c | #08ab47 |
#ab086c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab086c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab086c Color CSS Codes
.mybgcolor {background-color:#ab086c; } .myforecolor {color:#ab086c; } .mybordercolor {border:3px solid #ab086c; }
#ab086c Text Font Color
<p style="color:#ab086c">Text here</p>
This sample text font color is #ab086c
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.
#ab086c Background Color
<div style="background-color:#ab086c">
Div content here</div>
This div background color is #ab086c
#ab086c Border Color
<div style="border:3px solid #ab086c">
Div here</div>
This div border color is #ab086c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,8,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab086c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab086c; -webkit-box-shadow: 1px 1px 3px 2px #ab086c; box-shadow: 1px 1px 3px 2px #ab086c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,8,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab086c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab086c; -webkit-box-shadow: 1px 1px 3px 2px #ab086c; box-shadow: 1px 1px 3px 2px #ab086c;">
Div content here</div>
This div box has shadow with color #ab086c
Comments
No comments written yet.
Please login to write comment.