Color spaces of #901dda
RGB | 144 | 29 | 218 |
---|---|---|---|
HSL | 0.77 | 0.77 | 0.48 |
HSV | 277° | 87° | 85° |
CMYK | 0.34 | 0.87 | 0.00 0.15 |
XYZ | 24.5959 | 11.8700 | 67.3245 |
Yxy | 11.8700 | 0.2370 | 0.1144 |
Hunter Lab | 34.4529 | 67.1386 | -91.7418 |
CIE-Lab | 41.0088 | 72.8963 | -72.0952 |
#901dda color RGB value is (144,29,218).
#901dda hex color red value is 144, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #901dda hue: 0.77 , saturation: 0.77 and the lightness value of 901dda is 0.48.
The process color (four color CMYK) of #901dda color hex is 0.34, 0.87, 0.00, 0.15. Web safe color of #901dda is #9933cc. Color #901dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00011101 | 11011010 |
Octal | 220 | 35 | 332 |
Decimal | 144 | 29 | 218 |
Hex | 90 | 1D | DA |
Shades of #901dda
Tints of #901dda
RGB Percentages of Color #901dda
CMYK Percentages of Color #901dda
Complementary Color
#901dda | #67da1d |
#901dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#901dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#901dda Color CSS Codes
.mybgcolor {background-color:#901dda; } .myforecolor {color:#901dda; } .mybordercolor {border:3px solid #901dda; }
#901dda Text Font Color
<p style="color:#901dda">Text here</p>
This sample text font color is #901dda
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.
#901dda Background Color
<div style="background-color:#901dda">
Div content here</div>
This div background color is #901dda
#901dda Border Color
<div style="border:3px solid #901dda">
Div here</div>
This div border color is #901dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,29,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #901dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #901dda; -webkit-box-shadow: 1px 1px 3px 2px #901dda; box-shadow: 1px 1px 3px 2px #901dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,29,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #901dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #901dda; -webkit-box-shadow: 1px 1px 3px 2px #901dda; box-shadow: 1px 1px 3px 2px #901dda;">
Div content here</div>
This div box has shadow with color #901dda
Comments
No comments written yet.
Please login to write comment.