Color spaces of #ab9aff
RGB | 171 | 154 | 255 |
---|---|---|---|
HSL | 0.69 | 1.00 | 0.80 |
HSV | 250° | 40° | 100° |
CMYK | 0.33 | 0.40 | 0.00 0.00 |
XYZ | 46.4002 | 38.9891 | 99.6878 |
Yxy | 38.9891 | 0.2507 | 0.2107 |
Hunter Lab | 62.4413 | 23.3715 | -50.9479 |
CIE-Lab | 68.7434 | 28.4254 | -48.0944 |
#ab9aff color RGB value is (171,154,255).
#ab9aff hex color red value is 171, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ab9aff hue: 0.69 , saturation: 1.00 and the lightness value of ab9aff is 0.80.
The process color (four color CMYK) of #ab9aff color hex is 0.33, 0.40, 0.00, 0.00. Web safe color of #ab9aff is #9999ff. Color #ab9aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10011010 | 11111111 |
Octal | 253 | 232 | 377 |
Decimal | 171 | 154 | 255 |
Hex | AB | 9A | FF |
Shades of #ab9aff
Tints of #ab9aff
RGB Percentages of Color #ab9aff
CMYK Percentages of Color #ab9aff
Complementary Color
#ab9aff | #eeff9a |
#ab9aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab9aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab9aff Color CSS Codes
.mybgcolor {background-color:#ab9aff; } .myforecolor {color:#ab9aff; } .mybordercolor {border:3px solid #ab9aff; }
#ab9aff Text Font Color
<p style="color:#ab9aff">Text here</p>
This sample text font color is #ab9aff
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.
#ab9aff Background Color
<div style="background-color:#ab9aff">
Div content here</div>
This div background color is #ab9aff
#ab9aff Border Color
<div style="border:3px solid #ab9aff">
Div here</div>
This div border color is #ab9aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,154,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab9aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab9aff; -webkit-box-shadow: 1px 1px 3px 2px #ab9aff; box-shadow: 1px 1px 3px 2px #ab9aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,154,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 #ab9aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab9aff; -webkit-box-shadow: 1px 1px 3px 2px #ab9aff; box-shadow: 1px 1px 3px 2px #ab9aff;">
Div content here</div>
This div box has shadow with color #ab9aff
Comments
No comments written yet.
Please login to write comment.