Color spaces of #a052db
RGB | 160 | 82 | 219 |
---|---|---|---|
HSL | 0.76 | 0.66 | 0.59 |
HSV | 274° | 63° | 86° |
CMYK | 0.27 | 0.63 | 0.00 0.14 |
XYZ | 30.3007 | 18.6226 | 69.0153 |
Yxy | 18.6226 | 0.2569 | 0.1579 |
Hunter Lab | 43.1539 | 49.8152 | -64.6137 |
CIE-Lab | 50.2427 | 56.0372 | -57.5892 |
#a052db color RGB value is (160,82,219).
#a052db hex color red value is 160, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a052db hue: 0.76 , saturation: 0.66 and the lightness value of a052db is 0.59.
The process color (four color CMYK) of #a052db color hex is 0.27, 0.63, 0.00, 0.14. Web safe color of #a052db is #9966cc. Color #a052db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01010010 | 11011011 |
Octal | 240 | 122 | 333 |
Decimal | 160 | 82 | 219 |
Hex | A0 | 52 | DB |
Shades of #a052db
Tints of #a052db
RGB Percentages of Color #a052db
CMYK Percentages of Color #a052db
Complementary Color
#a052db | #8ddb52 |
#a052db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a052db Color Preview on White Background
Lorem ipsum dolor sit amet.
#a052db Color CSS Codes
.mybgcolor {background-color:#a052db; } .myforecolor {color:#a052db; } .mybordercolor {border:3px solid #a052db; }
#a052db Text Font Color
<p style="color:#a052db">Text here</p>
This sample text font color is #a052db
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.
#a052db Background Color
<div style="background-color:#a052db">
Div content here</div>
This div background color is #a052db
#a052db Border Color
<div style="border:3px solid #a052db">
Div here</div>
This div border color is #a052db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,82,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a052db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a052db; -webkit-box-shadow: 1px 1px 3px 2px #a052db; box-shadow: 1px 1px 3px 2px #a052db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,82,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 #a052db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a052db; -webkit-box-shadow: 1px 1px 3px 2px #a052db; box-shadow: 1px 1px 3px 2px #a052db;">
Div content here</div>
This div box has shadow with color #a052db
Comments
No comments written yet.
Please login to write comment.