Color spaces of #a56ffa
RGB | 165 | 111 | 250 |
---|---|---|---|
HSL | 0.73 | 0.93 | 0.71 |
HSV | 263° | 56° | 98° |
CMYK | 0.34 | 0.56 | 0.00 0.02 |
XYZ | 38.4568 | 26.2703 | 93.4863 |
Yxy | 26.2703 | 0.2431 | 0.1660 |
Hunter Lab | 51.2546 | 44.2348 | -72.2644 |
CIE-Lab | 58.2927 | 49.5852 | -61.9991 |
#a56ffa color RGB value is (165,111,250).
#a56ffa hex color red value is 165, green value is 111 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a56ffa hue: 0.73 , saturation: 0.93 and the lightness value of a56ffa is 0.71.
The process color (four color CMYK) of #a56ffa color hex is 0.34, 0.56, 0.00, 0.02. Web safe color of #a56ffa is #9966ff. Color #a56ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01101111 | 11111010 |
Octal | 245 | 157 | 372 |
Decimal | 165 | 111 | 250 |
Hex | A5 | 6F | FA |
Shades of #a56ffa
Tints of #a56ffa
RGB Percentages of Color #a56ffa
CMYK Percentages of Color #a56ffa
Complementary Color
#a56ffa | #c4fa6f |
#a56ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a56ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a56ffa Color CSS Codes
.mybgcolor {background-color:#a56ffa; } .myforecolor {color:#a56ffa; } .mybordercolor {border:3px solid #a56ffa; }
#a56ffa Text Font Color
<p style="color:#a56ffa">Text here</p>
This sample text font color is #a56ffa
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.
#a56ffa Background Color
<div style="background-color:#a56ffa">
Div content here</div>
This div background color is #a56ffa
#a56ffa Border Color
<div style="border:3px solid #a56ffa">
Div here</div>
This div border color is #a56ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,111,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a56ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a56ffa; -webkit-box-shadow: 1px 1px 3px 2px #a56ffa; box-shadow: 1px 1px 3px 2px #a56ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,111,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a56ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a56ffa; -webkit-box-shadow: 1px 1px 3px 2px #a56ffa; box-shadow: 1px 1px 3px 2px #a56ffa;">
Div content here</div>
This div box has shadow with color #a56ffa
Comments
No comments written yet.
Please login to write comment.