Color spaces of #5a01dd
RGB | 90 | 1 | 221 |
---|---|---|---|
HSL | 0.73 | 0.99 | 0.44 |
HSV | 264° | 100° | 87° |
CMYK | 0.59 | 1.00 | 0.00 0.13 |
XYZ | 17.2784 | 7.4158 | 68.9273 |
Yxy | 7.4158 | 0.1846 | 0.0792 |
Hunter Lab | 27.2320 | 65.6005 | -131.0076 |
CIE-Lab | 32.7353 | 73.1764 | -87.7013 |
#5a01dd color RGB value is (90,1,221).
#5a01dd hex color red value is 90, green value is 1 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5a01dd hue: 0.73 , saturation: 0.99 and the lightness value of 5a01dd is 0.44.
The process color (four color CMYK) of #5a01dd color hex is 0.59, 1.00, 0.00, 0.13. Web safe color of #5a01dd is #6600cc. Color #5a01dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 00000001 | 11011101 |
Octal | 132 | 1 | 335 |
Decimal | 90 | 1 | 221 |
Hex | 5A | 1 | DD |
Shades of #5a01dd
Tints of #5a01dd
RGB Percentages of Color #5a01dd
CMYK Percentages of Color #5a01dd
Complementary Color
#5a01dd | #84dd01 |
#5a01dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5a01dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5a01dd Color CSS Codes
.mybgcolor {background-color:#5a01dd; } .myforecolor {color:#5a01dd; } .mybordercolor {border:3px solid #5a01dd; }
#5a01dd Text Font Color
<p style="color:#5a01dd">Text here</p>
This sample text font color is #5a01dd
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.
#5a01dd Background Color
<div style="background-color:#5a01dd">
Div content here</div>
This div background color is #5a01dd
#5a01dd Border Color
<div style="border:3px solid #5a01dd">
Div here</div>
This div border color is #5a01dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,1,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5a01dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5a01dd; -webkit-box-shadow: 1px 1px 3px 2px #5a01dd; box-shadow: 1px 1px 3px 2px #5a01dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,1,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5a01dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5a01dd; -webkit-box-shadow: 1px 1px 3px 2px #5a01dd; box-shadow: 1px 1px 3px 2px #5a01dd;">
Div content here</div>
This div box has shadow with color #5a01dd
Comments
No comments written yet.
Please login to write comment.