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