Color spaces of #501bde
RGB | 80 | 27 | 222 |
---|---|---|---|
HSL | 0.71 | 0.78 | 0.49 |
HSV | 256° | 88° | 87° |
CMYK | 0.64 | 0.88 | 0.00 0.13 |
XYZ | 16.8850 | 7.7633 | 69.7158 |
Yxy | 7.7633 | 0.1789 | 0.0823 |
Hunter Lab | 27.8627 | 59.4126 | -128.8468 |
CIE-Lab | 33.4850 | 67.7789 | -87.0611 |
#501bde color RGB value is (80,27,222).
#501bde hex color red value is 80, green value is 27 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #501bde hue: 0.71 , saturation: 0.78 and the lightness value of 501bde is 0.49.
The process color (four color CMYK) of #501bde color hex is 0.64, 0.88, 0.00, 0.13. Web safe color of #501bde is #6633cc. Color #501bde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00011011 | 11011110 |
Octal | 120 | 33 | 336 |
Decimal | 80 | 27 | 222 |
Hex | 50 | 1B | DE |
Shades of #501bde
Tints of #501bde
RGB Percentages of Color #501bde
CMYK Percentages of Color #501bde
Complementary Color
#501bde | #a9de1b |
#501bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#501bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#501bde Color CSS Codes
.mybgcolor {background-color:#501bde; } .myforecolor {color:#501bde; } .mybordercolor {border:3px solid #501bde; }
#501bde Text Font Color
<p style="color:#501bde">Text here</p>
This sample text font color is #501bde
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.
#501bde Background Color
<div style="background-color:#501bde">
Div content here</div>
This div background color is #501bde
#501bde Border Color
<div style="border:3px solid #501bde">
Div here</div>
This div border color is #501bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,27,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #501bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #501bde; -webkit-box-shadow: 1px 1px 3px 2px #501bde; box-shadow: 1px 1px 3px 2px #501bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,27,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #501bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #501bde; -webkit-box-shadow: 1px 1px 3px 2px #501bde; box-shadow: 1px 1px 3px 2px #501bde;">
Div content here</div>
This div box has shadow with color #501bde
Comments
No comments written yet.
Please login to write comment.