Color spaces of #481dda
RGB | 72 | 29 | 218 |
---|---|---|---|
HSL | 0.70 | 0.77 | 0.48 |
HSV | 254° | 87° | 85° |
CMYK | 0.67 | 0.87 | 0.00 0.15 |
XYZ | 15.7667 | 7.3184 | 66.9113 |
Yxy | 7.3184 | 0.1752 | 0.0813 |
Hunter Lab | 27.0525 | 56.6910 | -127.7101 |
CIE-Lab | 32.5210 | 65.5864 | -86.3799 |
#481dda color RGB value is (72,29,218).
#481dda hex color red value is 72, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #481dda hue: 0.70 , saturation: 0.77 and the lightness value of 481dda is 0.48.
The process color (four color CMYK) of #481dda color hex is 0.67, 0.87, 0.00, 0.15. Web safe color of #481dda is #3333cc. Color #481dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00011101 | 11011010 |
Octal | 110 | 35 | 332 |
Decimal | 72 | 29 | 218 |
Hex | 48 | 1D | DA |
Shades of #481dda
Tints of #481dda
RGB Percentages of Color #481dda
CMYK Percentages of Color #481dda
Complementary Color
#481dda | #afda1d |
#481dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#481dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#481dda Color CSS Codes
.mybgcolor {background-color:#481dda; } .myforecolor {color:#481dda; } .mybordercolor {border:3px solid #481dda; }
#481dda Text Font Color
<p style="color:#481dda">Text here</p>
This sample text font color is #481dda
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.
#481dda Background Color
<div style="background-color:#481dda">
Div content here</div>
This div background color is #481dda
#481dda Border Color
<div style="border:3px solid #481dda">
Div here</div>
This div border color is #481dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,29,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #481dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #481dda; -webkit-box-shadow: 1px 1px 3px 2px #481dda; box-shadow: 1px 1px 3px 2px #481dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,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 #481dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #481dda; -webkit-box-shadow: 1px 1px 3px 2px #481dda; box-shadow: 1px 1px 3px 2px #481dda;">
Div content here</div>
This div box has shadow with color #481dda
Comments
No comments written yet.
Please login to write comment.