Color spaces of #a06ddb
RGB | 160 | 109 | 219 |
---|---|---|---|
HSL | 0.74 | 0.60 | 0.64 |
HSV | 268° | 50° | 86° |
CMYK | 0.27 | 0.50 | 0.00 0.14 |
XYZ | 32.7520 | 23.5253 | 69.8325 |
Yxy | 23.5253 | 0.2597 | 0.1865 |
Hunter Lab | 48.5029 | 35.6536 | -51.4113 |
CIE-Lab | 55.6093 | 41.8781 | -49.0118 |
#a06ddb color RGB value is (160,109,219).
#a06ddb hex color red value is 160, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a06ddb hue: 0.74 , saturation: 0.60 and the lightness value of a06ddb is 0.64.
The process color (four color CMYK) of #a06ddb color hex is 0.27, 0.50, 0.00, 0.14. Web safe color of #a06ddb is #9966cc. Color #a06ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01101101 | 11011011 |
Octal | 240 | 155 | 333 |
Decimal | 160 | 109 | 219 |
Hex | A0 | 6D | DB |
Shades of #a06ddb
Tints of #a06ddb
RGB Percentages of Color #a06ddb
CMYK Percentages of Color #a06ddb
Complementary Color
#a06ddb | #a8db6d |
#a06ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a06ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a06ddb Color CSS Codes
.mybgcolor {background-color:#a06ddb; } .myforecolor {color:#a06ddb; } .mybordercolor {border:3px solid #a06ddb; }
#a06ddb Text Font Color
<p style="color:#a06ddb">Text here</p>
This sample text font color is #a06ddb
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.
#a06ddb Background Color
<div style="background-color:#a06ddb">
Div content here</div>
This div background color is #a06ddb
#a06ddb Border Color
<div style="border:3px solid #a06ddb">
Div here</div>
This div border color is #a06ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,109,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a06ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a06ddb; -webkit-box-shadow: 1px 1px 3px 2px #a06ddb; box-shadow: 1px 1px 3px 2px #a06ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,109,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a06ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a06ddb; -webkit-box-shadow: 1px 1px 3px 2px #a06ddb; box-shadow: 1px 1px 3px 2px #a06ddb;">
Div content here</div>
This div box has shadow with color #a06ddb
Comments
No comments written yet.
Please login to write comment.