Color spaces of #a082db
RGB | 160 | 130 | 219 |
---|---|---|---|
HSL | 0.72 | 0.55 | 0.68 |
HSV | 260° | 41° | 86° |
CMYK | 0.27 | 0.41 | 0.00 0.14 |
XYZ | 35.2660 | 28.5533 | 70.6705 |
Yxy | 28.5533 | 0.2622 | 0.2123 |
Hunter Lab | 53.4353 | 24.2939 | -41.0089 |
CIE-Lab | 60.3854 | 30.0407 | -41.4645 |
#a082db color RGB value is (160,130,219).
#a082db hex color red value is 160, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a082db hue: 0.72 , saturation: 0.55 and the lightness value of a082db is 0.68.
The process color (four color CMYK) of #a082db color hex is 0.27, 0.41, 0.00, 0.14. Web safe color of #a082db is #9999cc. Color #a082db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10000010 | 11011011 |
Octal | 240 | 202 | 333 |
Decimal | 160 | 130 | 219 |
Hex | A0 | 82 | DB |
Shades of #a082db
Tints of #a082db
RGB Percentages of Color #a082db
CMYK Percentages of Color #a082db
Complementary Color
#a082db | #bddb82 |
#a082db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a082db Color Preview on White Background
Lorem ipsum dolor sit amet.
#a082db Color CSS Codes
.mybgcolor {background-color:#a082db; } .myforecolor {color:#a082db; } .mybordercolor {border:3px solid #a082db; }
#a082db Text Font Color
<p style="color:#a082db">Text here</p>
This sample text font color is #a082db
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.
#a082db Background Color
<div style="background-color:#a082db">
Div content here</div>
This div background color is #a082db
#a082db Border Color
<div style="border:3px solid #a082db">
Div here</div>
This div border color is #a082db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,130,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a082db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a082db; -webkit-box-shadow: 1px 1px 3px 2px #a082db; box-shadow: 1px 1px 3px 2px #a082db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,130,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 #a082db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a082db; -webkit-box-shadow: 1px 1px 3px 2px #a082db; box-shadow: 1px 1px 3px 2px #a082db;">
Div content here</div>
This div box has shadow with color #a082db
Comments
No comments written yet.
Please login to write comment.