Color spaces of #ab46da
RGB | 171 | 70 | 218 |
---|---|---|---|
HSL | 0.78 | 0.67 | 0.56 |
HSV | 281° | 68° | 85° |
CMYK | 0.22 | 0.68 | 0.00 0.15 |
XYZ | 31.6396 | 18.1002 | 68.1558 |
Yxy | 18.1002 | 0.2684 | 0.1535 |
Hunter Lab | 42.5443 | 58.2953 | -65.2012 |
CIE-Lab | 49.6174 | 63.6910 | -57.9511 |
#ab46da color RGB value is (171,70,218).
#ab46da hex color red value is 171, green value is 70 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab46da hue: 0.78 , saturation: 0.67 and the lightness value of ab46da is 0.56.
The process color (four color CMYK) of #ab46da color hex is 0.22, 0.68, 0.00, 0.15. Web safe color of #ab46da is #9933cc. Color #ab46da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01000110 | 11011010 |
Octal | 253 | 106 | 332 |
Decimal | 171 | 70 | 218 |
Hex | AB | 46 | DA |
Shades of #ab46da
Tints of #ab46da
RGB Percentages of Color #ab46da
CMYK Percentages of Color #ab46da
Complementary Color
#ab46da | #75da46 |
#ab46da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab46da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab46da Color CSS Codes
.mybgcolor {background-color:#ab46da; } .myforecolor {color:#ab46da; } .mybordercolor {border:3px solid #ab46da; }
#ab46da Text Font Color
<p style="color:#ab46da">Text here</p>
This sample text font color is #ab46da
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.
#ab46da Background Color
<div style="background-color:#ab46da">
Div content here</div>
This div background color is #ab46da
#ab46da Border Color
<div style="border:3px solid #ab46da">
Div here</div>
This div border color is #ab46da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,70,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab46da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab46da; -webkit-box-shadow: 1px 1px 3px 2px #ab46da; box-shadow: 1px 1px 3px 2px #ab46da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,70,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab46da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab46da; -webkit-box-shadow: 1px 1px 3px 2px #ab46da; box-shadow: 1px 1px 3px 2px #ab46da;">
Div content here</div>
This div box has shadow with color #ab46da
Comments
No comments written yet.
Please login to write comment.