Color spaces of #a059dc
RGB | 160 | 89 | 220 |
---|---|---|---|
HSL | 0.76 | 0.65 | 0.61 |
HSV | 273° | 60° | 86° |
CMYK | 0.27 | 0.60 | 0.00 0.14 |
XYZ | 30.9879 | 19.7856 | 69.8959 |
Yxy | 19.7856 | 0.2568 | 0.1640 |
Hunter Lab | 44.4810 | 46.5111 | -62.0295 |
CIE-Lab | 51.5939 | 52.7758 | -55.9871 |
#a059dc color RGB value is (160,89,220).
#a059dc hex color red value is 160, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a059dc hue: 0.76 , saturation: 0.65 and the lightness value of a059dc is 0.61.
The process color (four color CMYK) of #a059dc color hex is 0.27, 0.60, 0.00, 0.14. Web safe color of #a059dc is #9966cc. Color #a059dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01011001 | 11011100 |
Octal | 240 | 131 | 334 |
Decimal | 160 | 89 | 220 |
Hex | A0 | 59 | DC |
Shades of #a059dc
Tints of #a059dc
RGB Percentages of Color #a059dc
CMYK Percentages of Color #a059dc
Complementary Color
#a059dc | #95dc59 |
#a059dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a059dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a059dc Color CSS Codes
.mybgcolor {background-color:#a059dc; } .myforecolor {color:#a059dc; } .mybordercolor {border:3px solid #a059dc; }
#a059dc Text Font Color
<p style="color:#a059dc">Text here</p>
This sample text font color is #a059dc
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.
#a059dc Background Color
<div style="background-color:#a059dc">
Div content here</div>
This div background color is #a059dc
#a059dc Border Color
<div style="border:3px solid #a059dc">
Div here</div>
This div border color is #a059dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,89,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a059dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a059dc; -webkit-box-shadow: 1px 1px 3px 2px #a059dc; box-shadow: 1px 1px 3px 2px #a059dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,89,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a059dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a059dc; -webkit-box-shadow: 1px 1px 3px 2px #a059dc; box-shadow: 1px 1px 3px 2px #a059dc;">
Div content here</div>
This div box has shadow with color #a059dc
Comments
No comments written yet.
Please login to write comment.