Color spaces of #a55adb
RGB | 165 | 90 | 219 |
---|---|---|---|
HSL | 0.76 | 0.64 | 0.61 |
HSV | 275° | 59° | 86° |
CMYK | 0.25 | 0.59 | 0.00 0.14 |
XYZ | 31.9594 | 20.4261 | 69.2760 |
Yxy | 20.4261 | 0.2627 | 0.1679 |
Hunter Lab | 45.1952 | 47.1330 | -59.2440 |
CIE-Lab | 52.3156 | 53.2246 | -54.2313 |
#a55adb color RGB value is (165,90,219).
#a55adb hex color red value is 165, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a55adb hue: 0.76 , saturation: 0.64 and the lightness value of a55adb is 0.61.
The process color (four color CMYK) of #a55adb color hex is 0.25, 0.59, 0.00, 0.14. Web safe color of #a55adb is #9966cc. Color #a55adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01011010 | 11011011 |
Octal | 245 | 132 | 333 |
Decimal | 165 | 90 | 219 |
Hex | A5 | 5A | DB |
Shades of #a55adb
Tints of #a55adb
RGB Percentages of Color #a55adb
CMYK Percentages of Color #a55adb
Complementary Color
#a55adb | #90db5a |
#a55adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a55adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a55adb Color CSS Codes
.mybgcolor {background-color:#a55adb; } .myforecolor {color:#a55adb; } .mybordercolor {border:3px solid #a55adb; }
#a55adb Text Font Color
<p style="color:#a55adb">Text here</p>
This sample text font color is #a55adb
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.
#a55adb Background Color
<div style="background-color:#a55adb">
Div content here</div>
This div background color is #a55adb
#a55adb Border Color
<div style="border:3px solid #a55adb">
Div here</div>
This div border color is #a55adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,90,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a55adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a55adb; -webkit-box-shadow: 1px 1px 3px 2px #a55adb; box-shadow: 1px 1px 3px 2px #a55adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,90,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 #a55adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a55adb; -webkit-box-shadow: 1px 1px 3px 2px #a55adb; box-shadow: 1px 1px 3px 2px #a55adb;">
Div content here</div>
This div box has shadow with color #a55adb
Comments
No comments written yet.
Please login to write comment.