Color spaces of #501dbc
RGB | 80 | 29 | 188 |
---|---|---|---|
HSL | 0.72 | 0.73 | 0.43 |
HSV | 259° | 85° | 74° |
CMYK | 0.57 | 0.85 | 0.00 0.26 |
XYZ | 12.8247 | 6.2150 | 48.1006 |
Yxy | 6.2150 | 0.1910 | 0.0926 |
Hunter Lab | 24.9299 | 48.1985 | -96.9452 |
CIE-Lab | 29.9485 | 58.3981 | -73.0995 |
#501dbc color RGB value is (80,29,188).
#501dbc hex color red value is 80, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #501dbc hue: 0.72 , saturation: 0.73 and the lightness value of 501dbc is 0.43.
The process color (four color CMYK) of #501dbc color hex is 0.57, 0.85, 0.00, 0.26. Web safe color of #501dbc is #6633cc. Color #501dbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00011101 | 10111100 |
Octal | 120 | 35 | 274 |
Decimal | 80 | 29 | 188 |
Hex | 50 | 1D | BC |
Shades of #501dbc
Tints of #501dbc
RGB Percentages of Color #501dbc
CMYK Percentages of Color #501dbc
Complementary Color
#501dbc | #89bc1d |
#501dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#501dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#501dbc Color CSS Codes
.mybgcolor {background-color:#501dbc; } .myforecolor {color:#501dbc; } .mybordercolor {border:3px solid #501dbc; }
#501dbc Text Font Color
<p style="color:#501dbc">Text here</p>
This sample text font color is #501dbc
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.
#501dbc Background Color
<div style="background-color:#501dbc">
Div content here</div>
This div background color is #501dbc
#501dbc Border Color
<div style="border:3px solid #501dbc">
Div here</div>
This div border color is #501dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,29,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #501dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #501dbc; -webkit-box-shadow: 1px 1px 3px 2px #501dbc; box-shadow: 1px 1px 3px 2px #501dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,29,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #501dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #501dbc; -webkit-box-shadow: 1px 1px 3px 2px #501dbc; box-shadow: 1px 1px 3px 2px #501dbc;">
Div content here</div>
This div box has shadow with color #501dbc
Comments
No comments written yet.
Please login to write comment.