Color spaces of #ab64df
RGB | 171 | 100 | 223 |
---|---|---|---|
HSL | 0.76 | 0.66 | 0.63 |
HSV | 275° | 55° | 87° |
CMYK | 0.23 | 0.55 | 0.00 0.13 |
XYZ | 34.6710 | 23.1000 | 72.4434 |
Yxy | 23.1000 | 0.2663 | 0.1774 |
Hunter Lab | 48.0625 | 44.6559 | -55.7227 |
CIE-Lab | 55.1752 | 50.4662 | -51.8836 |
#ab64df color RGB value is (171,100,223).
#ab64df hex color red value is 171, green value is 100 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab64df hue: 0.76 , saturation: 0.66 and the lightness value of ab64df is 0.63.
The process color (four color CMYK) of #ab64df color hex is 0.23, 0.55, 0.00, 0.13. Web safe color of #ab64df is #9966cc. Color #ab64df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01100100 | 11011111 |
Octal | 253 | 144 | 337 |
Decimal | 171 | 100 | 223 |
Hex | AB | 64 | DF |
Shades of #ab64df
Tints of #ab64df
RGB Percentages of Color #ab64df
CMYK Percentages of Color #ab64df
Complementary Color
#ab64df | #98df64 |
#ab64df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab64df Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab64df Color CSS Codes
.mybgcolor {background-color:#ab64df; } .myforecolor {color:#ab64df; } .mybordercolor {border:3px solid #ab64df; }
#ab64df Text Font Color
<p style="color:#ab64df">Text here</p>
This sample text font color is #ab64df
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.
#ab64df Background Color
<div style="background-color:#ab64df">
Div content here</div>
This div background color is #ab64df
#ab64df Border Color
<div style="border:3px solid #ab64df">
Div here</div>
This div border color is #ab64df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,100,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab64df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab64df; -webkit-box-shadow: 1px 1px 3px 2px #ab64df; box-shadow: 1px 1px 3px 2px #ab64df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,100,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab64df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab64df; -webkit-box-shadow: 1px 1px 3px 2px #ab64df; box-shadow: 1px 1px 3px 2px #ab64df;">
Div content here</div>
This div box has shadow with color #ab64df
Comments
No comments written yet.
Please login to write comment.