Color spaces of #a56fff
RGB | 165 | 111 | 255 |
---|---|---|---|
HSL | 0.73 | 1.00 | 0.72 |
HSV | 263° | 56° | 100° |
CMYK | 0.35 | 0.56 | 0.00 0.00 |
XYZ | 39.2515 | 26.5882 | 97.6710 |
Yxy | 26.5882 | 0.2401 | 0.1626 |
Hunter Lab | 51.5637 | 45.6417 | -76.2113 |
CIE-Lab | 58.5912 | 50.8287 | -64.2795 |
#a56fff color RGB value is (165,111,255).
#a56fff hex color red value is 165, green value is 111 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a56fff hue: 0.73 , saturation: 1.00 and the lightness value of a56fff is 0.72.
The process color (four color CMYK) of #a56fff color hex is 0.35, 0.56, 0.00, 0.00. Web safe color of #a56fff is #9966ff. Color #a56fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01101111 | 11111111 |
Octal | 245 | 157 | 377 |
Decimal | 165 | 111 | 255 |
Hex | A5 | 6F | FF |
Shades of #a56fff
Tints of #a56fff
RGB Percentages of Color #a56fff
CMYK Percentages of Color #a56fff
Complementary Color
#a56fff | #c9ff6f |
#a56fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a56fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a56fff Color CSS Codes
.mybgcolor {background-color:#a56fff; } .myforecolor {color:#a56fff; } .mybordercolor {border:3px solid #a56fff; }
#a56fff Text Font Color
<p style="color:#a56fff">Text here</p>
This sample text font color is #a56fff
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.
#a56fff Background Color
<div style="background-color:#a56fff">
Div content here</div>
This div background color is #a56fff
#a56fff Border Color
<div style="border:3px solid #a56fff">
Div here</div>
This div border color is #a56fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,111,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a56fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a56fff; -webkit-box-shadow: 1px 1px 3px 2px #a56fff; box-shadow: 1px 1px 3px 2px #a56fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,111,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a56fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a56fff; -webkit-box-shadow: 1px 1px 3px 2px #a56fff; box-shadow: 1px 1px 3px 2px #a56fff;">
Div content here</div>
This div box has shadow with color #a56fff
Related Colors
Comments
No comments written yet.
Please login to write comment.