Color spaces of #507afb
RGB | 80 | 122 | 251 |
---|---|---|---|
HSL | 0.63 | 0.96 | 0.65 |
HSV | 225° | 68° | 98° |
CMYK | 0.68 | 0.51 | 0.00 0.02 |
XYZ | 27.6804 | 22.5896 | 94.1681 |
Yxy | 22.5896 | 0.1916 | 0.1564 |
Hunter Lab | 47.5285 | 20.7827 | -84.2011 |
CIE-Lab | 54.6471 | 26.9087 | -68.7457 |
#507afb color RGB value is (80,122,251).
#507afb hex color red value is 80, green value is 122 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #507afb hue: 0.63 , saturation: 0.96 and the lightness value of 507afb is 0.65.
The process color (four color CMYK) of #507afb color hex is 0.68, 0.51, 0.00, 0.02. Web safe color of #507afb is #6666ff. Color #507afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01111010 | 11111011 |
Octal | 120 | 172 | 373 |
Decimal | 80 | 122 | 251 |
Hex | 50 | 7A | FB |
Shades of #507afb
Tints of #507afb
RGB Percentages of Color #507afb
CMYK Percentages of Color #507afb
Complementary Color
#507afb | #fbd150 |
#507afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#507afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#507afb Color CSS Codes
.mybgcolor {background-color:#507afb; } .myforecolor {color:#507afb; } .mybordercolor {border:3px solid #507afb; }
#507afb Text Font Color
<p style="color:#507afb">Text here</p>
This sample text font color is #507afb
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.
#507afb Background Color
<div style="background-color:#507afb">
Div content here</div>
This div background color is #507afb
#507afb Border Color
<div style="border:3px solid #507afb">
Div here</div>
This div border color is #507afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,122,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #507afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #507afb; -webkit-box-shadow: 1px 1px 3px 2px #507afb; box-shadow: 1px 1px 3px 2px #507afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,122,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 #507afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #507afb; -webkit-box-shadow: 1px 1px 3px 2px #507afb; box-shadow: 1px 1px 3px 2px #507afb;">
Div content here</div>
This div box has shadow with color #507afb
Comments
No comments written yet.
Please login to write comment.