Color spaces of #a06bbb
RGB | 160 | 107 | 187 |
---|---|---|---|
HSL | 0.78 | 0.37 | 0.58 |
HSV | 280° | 43° | 73° |
CMYK | 0.14 | 0.43 | 0.00 0.27 |
XYZ | 28.7245 | 21.5768 | 49.6645 |
Yxy | 21.5768 | 0.2873 | 0.2158 |
Hunter Lab | 46.4508 | 29.0928 | -30.8763 |
CIE-Lab | 53.5751 | 35.6452 | -33.9973 |
#a06bbb color RGB value is (160,107,187).
#a06bbb hex color red value is 160, green value is 107 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a06bbb hue: 0.78 , saturation: 0.37 and the lightness value of a06bbb is 0.58.
The process color (four color CMYK) of #a06bbb color hex is 0.14, 0.43, 0.00, 0.27. Web safe color of #a06bbb is #9966cc. Color #a06bbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01101011 | 10111011 |
Octal | 240 | 153 | 273 |
Decimal | 160 | 107 | 187 |
Hex | A0 | 6B | BB |
Shades of #a06bbb
Tints of #a06bbb
RGB Percentages of Color #a06bbb
CMYK Percentages of Color #a06bbb
Complementary Color
#a06bbb | #86bb6b |
#a06bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a06bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a06bbb Color CSS Codes
.mybgcolor {background-color:#a06bbb; } .myforecolor {color:#a06bbb; } .mybordercolor {border:3px solid #a06bbb; }
#a06bbb Text Font Color
<p style="color:#a06bbb">Text here</p>
This sample text font color is #a06bbb
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.
#a06bbb Background Color
<div style="background-color:#a06bbb">
Div content here</div>
This div background color is #a06bbb
#a06bbb Border Color
<div style="border:3px solid #a06bbb">
Div here</div>
This div border color is #a06bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,107,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a06bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a06bbb; -webkit-box-shadow: 1px 1px 3px 2px #a06bbb; box-shadow: 1px 1px 3px 2px #a06bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,107,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a06bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a06bbb; -webkit-box-shadow: 1px 1px 3px 2px #a06bbb; box-shadow: 1px 1px 3px 2px #a06bbb;">
Div content here</div>
This div box has shadow with color #a06bbb
Comments
No comments written yet.
Please login to write comment.