Color spaces of #ab80ff
RGB | 171 | 128 | 255 |
---|---|---|---|
HSL | 0.72 | 1.00 | 0.75 |
HSV | 260° | 50° | 100° |
CMYK | 0.33 | 0.50 | 0.00 0.00 |
XYZ | 42.5638 | 31.3163 | 98.4090 |
Yxy | 31.3163 | 0.2470 | 0.1818 |
Hunter Lab | 55.9610 | 37.8350 | -65.0905 |
CIE-Lab | 62.7737 | 42.9926 | -57.5528 |
#ab80ff color RGB value is (171,128,255).
#ab80ff hex color red value is 171, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ab80ff hue: 0.72 , saturation: 1.00 and the lightness value of ab80ff is 0.75.
The process color (four color CMYK) of #ab80ff color hex is 0.33, 0.50, 0.00, 0.00. Web safe color of #ab80ff is #9999ff. Color #ab80ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000000 | 11111111 |
Octal | 253 | 200 | 377 |
Decimal | 171 | 128 | 255 |
Hex | AB | 80 | FF |
Shades of #ab80ff
Tints of #ab80ff
RGB Percentages of Color #ab80ff
CMYK Percentages of Color #ab80ff
Complementary Color
#ab80ff | #d4ff80 |
#ab80ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab80ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab80ff Color CSS Codes
.mybgcolor {background-color:#ab80ff; } .myforecolor {color:#ab80ff; } .mybordercolor {border:3px solid #ab80ff; }
#ab80ff Text Font Color
<p style="color:#ab80ff">Text here</p>
This sample text font color is #ab80ff
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.
#ab80ff Background Color
<div style="background-color:#ab80ff">
Div content here</div>
This div background color is #ab80ff
#ab80ff Border Color
<div style="border:3px solid #ab80ff">
Div here</div>
This div border color is #ab80ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,128,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab80ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab80ff; -webkit-box-shadow: 1px 1px 3px 2px #ab80ff; box-shadow: 1px 1px 3px 2px #ab80ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,128,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab80ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab80ff; -webkit-box-shadow: 1px 1px 3px 2px #ab80ff; box-shadow: 1px 1px 3px 2px #ab80ff;">
Div content here</div>
This div box has shadow with color #ab80ff
Comments
No comments written yet.
Please login to write comment.