Color spaces of #a06eff
RGB | 160 | 110 | 255 |
---|---|---|---|
HSL | 0.72 | 1.00 | 0.72 |
HSV | 261° | 57° | 100° |
CMYK | 0.37 | 0.57 | 0.00 0.00 |
XYZ | 38.1231 | 25.8454 | 97.5871 |
Yxy | 25.8454 | 0.2360 | 0.1600 |
Hunter Lab | 50.8384 | 44.8879 | -78.2236 |
CIE-Lab | 57.8900 | 50.2483 | -65.4332 |
#a06eff color RGB value is (160,110,255).
#a06eff hex color red value is 160, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a06eff hue: 0.72 , saturation: 1.00 and the lightness value of a06eff is 0.72.
The process color (four color CMYK) of #a06eff color hex is 0.37, 0.57, 0.00, 0.00. Web safe color of #a06eff is #9966ff. Color #a06eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01101110 | 11111111 |
Octal | 240 | 156 | 377 |
Decimal | 160 | 110 | 255 |
Hex | A0 | 6E | FF |
Shades of #a06eff
Tints of #a06eff
RGB Percentages of Color #a06eff
CMYK Percentages of Color #a06eff
Complementary Color
#a06eff | #cdff6e |
#a06eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a06eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a06eff Color CSS Codes
.mybgcolor {background-color:#a06eff; } .myforecolor {color:#a06eff; } .mybordercolor {border:3px solid #a06eff; }
#a06eff Text Font Color
<p style="color:#a06eff">Text here</p>
This sample text font color is #a06eff
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.
#a06eff Background Color
<div style="background-color:#a06eff">
Div content here</div>
This div background color is #a06eff
#a06eff Border Color
<div style="border:3px solid #a06eff">
Div here</div>
This div border color is #a06eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,110,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a06eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a06eff; -webkit-box-shadow: 1px 1px 3px 2px #a06eff; box-shadow: 1px 1px 3px 2px #a06eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,110,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 #a06eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a06eff; -webkit-box-shadow: 1px 1px 3px 2px #a06eff; box-shadow: 1px 1px 3px 2px #a06eff;">
Div content here</div>
This div box has shadow with color #a06eff
Comments
No comments written yet.
Please login to write comment.