Color spaces of #ab8fdb
RGB | 171 | 143 | 219 |
---|---|---|---|
HSL | 0.73 | 0.51 | 0.71 |
HSV | 262° | 35° | 86° |
CMYK | 0.22 | 0.35 | 0.00 0.14 |
XYZ | 39.4032 | 33.4173 | 71.3912 |
Yxy | 33.4173 | 0.2732 | 0.2317 |
Hunter Lab | 57.8077 | 20.5067 | -32.7564 |
CIE-Lab | 64.4974 | 25.8501 | -34.9614 |
#ab8fdb color RGB value is (171,143,219).
#ab8fdb hex color red value is 171, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab8fdb hue: 0.73 , saturation: 0.51 and the lightness value of ab8fdb is 0.71.
The process color (four color CMYK) of #ab8fdb color hex is 0.22, 0.35, 0.00, 0.14. Web safe color of #ab8fdb is #9999cc. Color #ab8fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10001111 | 11011011 |
Octal | 253 | 217 | 333 |
Decimal | 171 | 143 | 219 |
Hex | AB | 8F | DB |
Shades of #ab8fdb
Tints of #ab8fdb
RGB Percentages of Color #ab8fdb
CMYK Percentages of Color #ab8fdb
Complementary Color
#ab8fdb | #bfdb8f |
#ab8fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab8fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab8fdb Color CSS Codes
.mybgcolor {background-color:#ab8fdb; } .myforecolor {color:#ab8fdb; } .mybordercolor {border:3px solid #ab8fdb; }
#ab8fdb Text Font Color
<p style="color:#ab8fdb">Text here</p>
This sample text font color is #ab8fdb
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.
#ab8fdb Background Color
<div style="background-color:#ab8fdb">
Div content here</div>
This div background color is #ab8fdb
#ab8fdb Border Color
<div style="border:3px solid #ab8fdb">
Div here</div>
This div border color is #ab8fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,143,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab8fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab8fdb; -webkit-box-shadow: 1px 1px 3px 2px #ab8fdb; box-shadow: 1px 1px 3px 2px #ab8fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,143,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab8fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab8fdb; -webkit-box-shadow: 1px 1px 3px 2px #ab8fdb; box-shadow: 1px 1px 3px 2px #ab8fdb;">
Div content here</div>
This div box has shadow with color #ab8fdb
Comments
No comments written yet.
Please login to write comment.