Color spaces of #506fbe
RGB | 80 | 111 | 190 |
---|---|---|---|
HSL | 0.62 | 0.46 | 0.53 |
HSV | 223° | 58° | 75° |
CMYK | 0.58 | 0.42 | 0.00 0.25 |
XYZ | 18.2870 | 16.7921 | 50.9926 |
Yxy | 16.7921 | 0.2125 | 0.1951 |
Hunter Lab | 40.9782 | 7.9460 | -45.0949 |
CIE-Lab | 47.9970 | 12.8007 | -44.9750 |
#506fbe color RGB value is (80,111,190).
#506fbe hex color red value is 80, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #506fbe hue: 0.62 , saturation: 0.46 and the lightness value of 506fbe is 0.53.
The process color (four color CMYK) of #506fbe color hex is 0.58, 0.42, 0.00, 0.25. Web safe color of #506fbe is #6666cc. Color #506fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01101111 | 10111110 |
Octal | 120 | 157 | 276 |
Decimal | 80 | 111 | 190 |
Hex | 50 | 6F | BE |
Shades of #506fbe
Tints of #506fbe
RGB Percentages of Color #506fbe
CMYK Percentages of Color #506fbe
Complementary Color
#506fbe | #be9f50 |
#506fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#506fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#506fbe Color CSS Codes
.mybgcolor {background-color:#506fbe; } .myforecolor {color:#506fbe; } .mybordercolor {border:3px solid #506fbe; }
#506fbe Text Font Color
<p style="color:#506fbe">Text here</p>
This sample text font color is #506fbe
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.
#506fbe Background Color
<div style="background-color:#506fbe">
Div content here</div>
This div background color is #506fbe
#506fbe Border Color
<div style="border:3px solid #506fbe">
Div here</div>
This div border color is #506fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,111,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #506fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #506fbe; -webkit-box-shadow: 1px 1px 3px 2px #506fbe; box-shadow: 1px 1px 3px 2px #506fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,111,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #506fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #506fbe; -webkit-box-shadow: 1px 1px 3px 2px #506fbe; box-shadow: 1px 1px 3px 2px #506fbe;">
Div content here</div>
This div box has shadow with color #506fbe
Comments
No comments written yet.
Please login to write comment.