Color spaces of #ab56ac
RGB | 171 | 86 | 172 |
---|---|---|---|
HSL | 0.83 | 0.34 | 0.51 |
HSV | 299° | 50° | 67° |
CMYK | 0.01 | 0.50 | 0.00 0.33 |
XYZ | 27.5688 | 18.2921 | 41.1074 |
Yxy | 18.2921 | 0.3170 | 0.2103 |
Hunter Lab | 42.7693 | 40.2138 | -27.0477 |
CIE-Lab | 49.8485 | 47.1463 | -31.0176 |
#ab56ac color RGB value is (171,86,172).
#ab56ac hex color red value is 171, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ab56ac hue: 0.83 , saturation: 0.34 and the lightness value of ab56ac is 0.51.
The process color (four color CMYK) of #ab56ac color hex is 0.01, 0.50, 0.00, 0.33. Web safe color of #ab56ac is #996699. Color #ab56ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01010110 | 10101100 |
Octal | 253 | 126 | 254 |
Decimal | 171 | 86 | 172 |
Hex | AB | 56 | AC |
Shades of #ab56ac
Tints of #ab56ac
RGB Percentages of Color #ab56ac
CMYK Percentages of Color #ab56ac
Complementary Color
#ab56ac | #57ac56 |
#ab56ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab56ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab56ac Color CSS Codes
.mybgcolor {background-color:#ab56ac; } .myforecolor {color:#ab56ac; } .mybordercolor {border:3px solid #ab56ac; }
#ab56ac Text Font Color
<p style="color:#ab56ac">Text here</p>
This sample text font color is #ab56ac
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.
#ab56ac Background Color
<div style="background-color:#ab56ac">
Div content here</div>
This div background color is #ab56ac
#ab56ac Border Color
<div style="border:3px solid #ab56ac">
Div here</div>
This div border color is #ab56ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,86,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab56ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab56ac; -webkit-box-shadow: 1px 1px 3px 2px #ab56ac; box-shadow: 1px 1px 3px 2px #ab56ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,86,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab56ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab56ac; -webkit-box-shadow: 1px 1px 3px 2px #ab56ac; box-shadow: 1px 1px 3px 2px #ab56ac;">
Div content here</div>
This div box has shadow with color #ab56ac
Comments
No comments written yet.
Please login to write comment.