Color spaces of #506ece
RGB | 80 | 110 | 206 |
---|---|---|---|
HSL | 0.63 | 0.56 | 0.56 |
HSV | 226° | 61° | 81° |
CMYK | 0.61 | 0.47 | 0.00 0.19 |
XYZ | 20.0248 | 17.3136 | 60.6790 |
Yxy | 17.3136 | 0.2043 | 0.1766 |
Hunter Lab | 41.6096 | 13.0870 | -57.3354 |
CIE-Lab | 48.6528 | 18.8423 | -53.1144 |
#506ece color RGB value is (80,110,206).
#506ece hex color red value is 80, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #506ece hue: 0.63 , saturation: 0.56 and the lightness value of 506ece is 0.56.
The process color (four color CMYK) of #506ece color hex is 0.61, 0.47, 0.00, 0.19. Web safe color of #506ece is #6666cc. Color #506ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01101110 | 11001110 |
Octal | 120 | 156 | 316 |
Decimal | 80 | 110 | 206 |
Hex | 50 | 6E | CE |
Shades of #506ece
Tints of #506ece
RGB Percentages of Color #506ece
CMYK Percentages of Color #506ece
Complementary Color
#506ece | #ceb050 |
#506ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#506ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#506ece Color CSS Codes
.mybgcolor {background-color:#506ece; } .myforecolor {color:#506ece; } .mybordercolor {border:3px solid #506ece; }
#506ece Text Font Color
<p style="color:#506ece">Text here</p>
This sample text font color is #506ece
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.
#506ece Background Color
<div style="background-color:#506ece">
Div content here</div>
This div background color is #506ece
#506ece Border Color
<div style="border:3px solid #506ece">
Div here</div>
This div border color is #506ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,110,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #506ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #506ece; -webkit-box-shadow: 1px 1px 3px 2px #506ece; box-shadow: 1px 1px 3px 2px #506ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,110,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #506ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #506ece; -webkit-box-shadow: 1px 1px 3px 2px #506ece; box-shadow: 1px 1px 3px 2px #506ece;">
Div content here</div>
This div box has shadow with color #506ece
Comments
No comments written yet.
Please login to write comment.