Color spaces of #a084db
RGB | 160 | 132 | 219 |
---|---|---|---|
HSL | 0.72 | 0.55 | 0.69 |
HSV | 259° | 40° | 86° |
CMYK | 0.27 | 0.40 | 0.00 0.14 |
XYZ | 35.5347 | 29.0906 | 70.7600 |
Yxy | 29.0906 | 0.2625 | 0.2149 |
Hunter Lab | 53.9357 | 23.2145 | -40.0295 |
CIE-Lab | 60.8615 | 28.8985 | -40.7166 |
#a084db color RGB value is (160,132,219).
#a084db hex color red value is 160, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a084db hue: 0.72 , saturation: 0.55 and the lightness value of a084db is 0.69.
The process color (four color CMYK) of #a084db color hex is 0.27, 0.40, 0.00, 0.14. Web safe color of #a084db is #9999cc. Color #a084db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10000100 | 11011011 |
Octal | 240 | 204 | 333 |
Decimal | 160 | 132 | 219 |
Hex | A0 | 84 | DB |
Shades of #a084db
Tints of #a084db
RGB Percentages of Color #a084db
CMYK Percentages of Color #a084db
Complementary Color
#a084db | #bfdb84 |
#a084db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a084db Color Preview on White Background
Lorem ipsum dolor sit amet.
#a084db Color CSS Codes
.mybgcolor {background-color:#a084db; } .myforecolor {color:#a084db; } .mybordercolor {border:3px solid #a084db; }
#a084db Text Font Color
<p style="color:#a084db">Text here</p>
This sample text font color is #a084db
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.
#a084db Background Color
<div style="background-color:#a084db">
Div content here</div>
This div background color is #a084db
#a084db Border Color
<div style="border:3px solid #a084db">
Div here</div>
This div border color is #a084db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,132,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a084db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a084db; -webkit-box-shadow: 1px 1px 3px 2px #a084db; box-shadow: 1px 1px 3px 2px #a084db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,132,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 #a084db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a084db; -webkit-box-shadow: 1px 1px 3px 2px #a084db; box-shadow: 1px 1px 3px 2px #a084db;">
Div content here</div>
This div box has shadow with color #a084db
Comments
No comments written yet.
Please login to write comment.