Color spaces of #505dfb
RGB | 80 | 93 | 251 |
---|---|---|---|
HSL | 0.65 | 0.96 | 0.65 |
HSV | 235° | 68° | 98° |
CMYK | 0.68 | 0.63 | 0.00 0.02 |
XYZ | 24.6352 | 16.4992 | 93.1530 |
Yxy | 16.4992 | 0.1835 | 0.1229 |
Hunter Lab | 40.6192 | 37.1751 | -107.5377 |
CIE-Lab | 47.6227 | 44.5574 | -80.1695 |
#505dfb color RGB value is (80,93,251).
#505dfb hex color red value is 80, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #505dfb hue: 0.65 , saturation: 0.96 and the lightness value of 505dfb is 0.65.
The process color (four color CMYK) of #505dfb color hex is 0.68, 0.63, 0.00, 0.02. Web safe color of #505dfb is #6666ff. Color #505dfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01011101 | 11111011 |
Octal | 120 | 135 | 373 |
Decimal | 80 | 93 | 251 |
Hex | 50 | 5D | FB |
Shades of #505dfb
Tints of #505dfb
RGB Percentages of Color #505dfb
CMYK Percentages of Color #505dfb
Complementary Color
#505dfb | #fbee50 |
#505dfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#505dfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#505dfb Color CSS Codes
.mybgcolor {background-color:#505dfb; } .myforecolor {color:#505dfb; } .mybordercolor {border:3px solid #505dfb; }
#505dfb Text Font Color
<p style="color:#505dfb">Text here</p>
This sample text font color is #505dfb
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.
#505dfb Background Color
<div style="background-color:#505dfb">
Div content here</div>
This div background color is #505dfb
#505dfb Border Color
<div style="border:3px solid #505dfb">
Div here</div>
This div border color is #505dfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,93,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #505dfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #505dfb; -webkit-box-shadow: 1px 1px 3px 2px #505dfb; box-shadow: 1px 1px 3px 2px #505dfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,93,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #505dfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #505dfb; -webkit-box-shadow: 1px 1px 3px 2px #505dfb; box-shadow: 1px 1px 3px 2px #505dfb;">
Div content here</div>
This div box has shadow with color #505dfb
Comments
No comments written yet.
Please login to write comment.