Color spaces of #ab96dc
RGB | 171 | 150 | 220 |
---|---|---|---|
HSL | 0.72 | 0.50 | 0.73 |
HSV | 258° | 32° | 86° |
CMYK | 0.22 | 0.32 | 0.00 0.14 |
XYZ | 40.6192 | 35.6379 | 72.4481 |
Yxy | 35.6379 | 0.2732 | 0.2397 |
Hunter Lab | 59.6975 | 16.9839 | -30.1653 |
CIE-Lab | 66.2423 | 22.1252 | -32.8061 |
#ab96dc color RGB value is (171,150,220).
#ab96dc hex color red value is 171, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab96dc hue: 0.72 , saturation: 0.50 and the lightness value of ab96dc is 0.73.
The process color (four color CMYK) of #ab96dc color hex is 0.22, 0.32, 0.00, 0.14. Web safe color of #ab96dc is #9999cc. Color #ab96dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010110 | 11011100 |
Octal | 253 | 226 | 334 |
Decimal | 171 | 150 | 220 |
Hex | AB | 96 | DC |
Shades of #ab96dc
Tints of #ab96dc
RGB Percentages of Color #ab96dc
CMYK Percentages of Color #ab96dc
Complementary Color
#ab96dc | #c7dc96 |
#ab96dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab96dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab96dc Color CSS Codes
.mybgcolor {background-color:#ab96dc; } .myforecolor {color:#ab96dc; } .mybordercolor {border:3px solid #ab96dc; }
#ab96dc Text Font Color
<p style="color:#ab96dc">Text here</p>
This sample text font color is #ab96dc
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.
#ab96dc Background Color
<div style="background-color:#ab96dc">
Div content here</div>
This div background color is #ab96dc
#ab96dc Border Color
<div style="border:3px solid #ab96dc">
Div here</div>
This div border color is #ab96dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,150,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab96dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab96dc; -webkit-box-shadow: 1px 1px 3px 2px #ab96dc; box-shadow: 1px 1px 3px 2px #ab96dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,150,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab96dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab96dc; -webkit-box-shadow: 1px 1px 3px 2px #ab96dc; box-shadow: 1px 1px 3px 2px #ab96dc;">
Div content here</div>
This div box has shadow with color #ab96dc
Comments
No comments written yet.
Please login to write comment.