Color spaces of #a06bfa
RGB | 160 | 107 | 250 |
---|---|---|---|
HSL | 0.73 | 0.93 | 0.70 |
HSV | 262° | 57° | 98° |
CMYK | 0.36 | 0.57 | 0.00 0.02 |
XYZ | 37.0102 | 24.8911 | 93.2963 |
Yxy | 24.8911 | 0.2385 | 0.1604 |
Hunter Lab | 49.8910 | 45.1059 | -75.9488 |
CIE-Lab | 56.9692 | 50.5939 | -64.1522 |
#a06bfa color RGB value is (160,107,250).
#a06bfa hex color red value is 160, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a06bfa hue: 0.73 , saturation: 0.93 and the lightness value of a06bfa is 0.70.
The process color (four color CMYK) of #a06bfa color hex is 0.36, 0.57, 0.00, 0.02. Web safe color of #a06bfa is #9966ff. Color #a06bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01101011 | 11111010 |
Octal | 240 | 153 | 372 |
Decimal | 160 | 107 | 250 |
Hex | A0 | 6B | FA |
Shades of #a06bfa
Tints of #a06bfa
RGB Percentages of Color #a06bfa
CMYK Percentages of Color #a06bfa
Complementary Color
#a06bfa | #c5fa6b |
#a06bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a06bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a06bfa Color CSS Codes
.mybgcolor {background-color:#a06bfa; } .myforecolor {color:#a06bfa; } .mybordercolor {border:3px solid #a06bfa; }
#a06bfa Text Font Color
<p style="color:#a06bfa">Text here</p>
This sample text font color is #a06bfa
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.
#a06bfa Background Color
<div style="background-color:#a06bfa">
Div content here</div>
This div background color is #a06bfa
#a06bfa Border Color
<div style="border:3px solid #a06bfa">
Div here</div>
This div border color is #a06bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,107,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a06bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a06bfa; -webkit-box-shadow: 1px 1px 3px 2px #a06bfa; box-shadow: 1px 1px 3px 2px #a06bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,107,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 #a06bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a06bfa; -webkit-box-shadow: 1px 1px 3px 2px #a06bfa; box-shadow: 1px 1px 3px 2px #a06bfa;">
Div content here</div>
This div box has shadow with color #a06bfa
Comments
No comments written yet.
Please login to write comment.