Color spaces of #a056fe
RGB | 160 | 86 | 254 |
---|---|---|---|
HSL | 0.74 | 0.99 | 0.67 |
HSV | 266° | 66° | 100° |
CMYK | 0.37 | 0.66 | 0.00 0.00 |
XYZ | 35.7144 | 21.2849 | 95.9920 |
Yxy | 21.2849 | 0.2334 | 0.1391 |
Hunter Lab | 46.1356 | 57.4430 | -91.0669 |
CIE-Lab | 53.2599 | 62.2702 | -72.3598 |
#a056fe color RGB value is (160,86,254).
#a056fe hex color red value is 160, green value is 86 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a056fe hue: 0.74 , saturation: 0.99 and the lightness value of a056fe is 0.67.
The process color (four color CMYK) of #a056fe color hex is 0.37, 0.66, 0.00, 0.00. Web safe color of #a056fe is #9966ff. Color #a056fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01010110 | 11111110 |
Octal | 240 | 126 | 376 |
Decimal | 160 | 86 | 254 |
Hex | A0 | 56 | FE |
Shades of #a056fe
Tints of #a056fe
RGB Percentages of Color #a056fe
CMYK Percentages of Color #a056fe
Complementary Color
#a056fe | #b4fe56 |
#a056fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a056fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a056fe Color CSS Codes
.mybgcolor {background-color:#a056fe; } .myforecolor {color:#a056fe; } .mybordercolor {border:3px solid #a056fe; }
#a056fe Text Font Color
<p style="color:#a056fe">Text here</p>
This sample text font color is #a056fe
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.
#a056fe Background Color
<div style="background-color:#a056fe">
Div content here</div>
This div background color is #a056fe
#a056fe Border Color
<div style="border:3px solid #a056fe">
Div here</div>
This div border color is #a056fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,86,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a056fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a056fe; -webkit-box-shadow: 1px 1px 3px 2px #a056fe; box-shadow: 1px 1px 3px 2px #a056fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,86,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a056fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a056fe; -webkit-box-shadow: 1px 1px 3px 2px #a056fe; box-shadow: 1px 1px 3px 2px #a056fe;">
Div content here</div>
This div box has shadow with color #a056fe
Related Colors
Comments
No comments written yet.
Please login to write comment.