Color spaces of #4d0ddb
RGB | 77 | 13 | 219 |
---|---|---|---|
HSL | 0.72 | 0.89 | 0.45 |
HSV | 259° | 94° | 86° |
CMYK | 0.65 | 0.94 | 0.00 0.14 |
XYZ | 15.9907 | 6.9801 | 67.5223 |
Yxy | 6.9801 | 0.1767 | 0.0771 |
Hunter Lab | 26.4199 | 61.8028 | -133.0358 |
CIE-Lab | 31.7616 | 70.1549 | -88.2054 |
#4d0ddb color RGB value is (77,13,219).
#4d0ddb hex color red value is 77, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4d0ddb hue: 0.72 , saturation: 0.89 and the lightness value of 4d0ddb is 0.45.
The process color (four color CMYK) of #4d0ddb color hex is 0.65, 0.94, 0.00, 0.14. Web safe color of #4d0ddb is #6600cc. Color #4d0ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 00001101 | 11011011 |
Octal | 115 | 15 | 333 |
Decimal | 77 | 13 | 219 |
Hex | 4D | D | DB |
Shades of #4d0ddb
Tints of #4d0ddb
RGB Percentages of Color #4d0ddb
CMYK Percentages of Color #4d0ddb
Complementary Color
#4d0ddb | #9bdb0d |
#4d0ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4d0ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4d0ddb Color CSS Codes
.mybgcolor {background-color:#4d0ddb; } .myforecolor {color:#4d0ddb; } .mybordercolor {border:3px solid #4d0ddb; }
#4d0ddb Text Font Color
<p style="color:#4d0ddb">Text here</p>
This sample text font color is #4d0ddb
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.
#4d0ddb Background Color
<div style="background-color:#4d0ddb">
Div content here</div>
This div background color is #4d0ddb
#4d0ddb Border Color
<div style="border:3px solid #4d0ddb">
Div here</div>
This div border color is #4d0ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,13,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4d0ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4d0ddb; -webkit-box-shadow: 1px 1px 3px 2px #4d0ddb; box-shadow: 1px 1px 3px 2px #4d0ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,13,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 #4d0ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4d0ddb; -webkit-box-shadow: 1px 1px 3px 2px #4d0ddb; box-shadow: 1px 1px 3px 2px #4d0ddb;">
Div content here</div>
This div box has shadow with color #4d0ddb
Comments
No comments written yet.
Please login to write comment.