Color spaces of #a450db
RGB | 164 | 80 | 219 |
---|---|---|---|
HSL | 0.77 | 0.66 | 0.59 |
HSV | 276° | 63° | 86° |
CMYK | 0.25 | 0.63 | 0.00 0.14 |
XYZ | 30.9647 | 18.7443 | 69.0038 |
Yxy | 18.7443 | 0.2608 | 0.1579 |
Hunter Lab | 43.2947 | 51.8989 | -64.1911 |
CIE-Lab | 50.3867 | 57.8935 | -57.3314 |
#a450db color RGB value is (164,80,219).
#a450db hex color red value is 164, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a450db hue: 0.77 , saturation: 0.66 and the lightness value of a450db is 0.59.
The process color (four color CMYK) of #a450db color hex is 0.25, 0.63, 0.00, 0.14. Web safe color of #a450db is #9966cc. Color #a450db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01010000 | 11011011 |
Octal | 244 | 120 | 333 |
Decimal | 164 | 80 | 219 |
Hex | A4 | 50 | DB |
Shades of #a450db
Tints of #a450db
RGB Percentages of Color #a450db
CMYK Percentages of Color #a450db
Complementary Color
#a450db | #87db50 |
#a450db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a450db Color Preview on White Background
Lorem ipsum dolor sit amet.
#a450db Color CSS Codes
.mybgcolor {background-color:#a450db; } .myforecolor {color:#a450db; } .mybordercolor {border:3px solid #a450db; }
#a450db Text Font Color
<p style="color:#a450db">Text here</p>
This sample text font color is #a450db
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.
#a450db Background Color
<div style="background-color:#a450db">
Div content here</div>
This div background color is #a450db
#a450db Border Color
<div style="border:3px solid #a450db">
Div here</div>
This div border color is #a450db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,80,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a450db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a450db; -webkit-box-shadow: 1px 1px 3px 2px #a450db; box-shadow: 1px 1px 3px 2px #a450db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,80,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 #a450db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a450db; -webkit-box-shadow: 1px 1px 3px 2px #a450db; box-shadow: 1px 1px 3px 2px #a450db;">
Div content here</div>
This div box has shadow with color #a450db
Comments
No comments written yet.
Please login to write comment.