Color spaces of #507abf
RGB | 80 | 122 | 191 |
---|---|---|---|
HSL | 0.60 | 0.46 | 0.53 |
HSV | 217° | 58° | 75° |
CMYK | 0.58 | 0.36 | 0.00 0.25 |
XYZ | 19.6718 | 19.3861 | 51.9953 |
Yxy | 19.3861 | 0.2160 | 0.2129 |
Hunter Lab | 44.0296 | 2.6993 | -39.1957 |
CIE-Lab | 51.1359 | 6.3805 | -40.5745 |
#507abf color RGB value is (80,122,191).
#507abf hex color red value is 80, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #507abf hue: 0.60 , saturation: 0.46 and the lightness value of 507abf is 0.53.
The process color (four color CMYK) of #507abf color hex is 0.58, 0.36, 0.00, 0.25. Web safe color of #507abf is #6666cc. Color #507abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01111010 | 10111111 |
Octal | 120 | 172 | 277 |
Decimal | 80 | 122 | 191 |
Hex | 50 | 7A | BF |
Shades of #507abf
Tints of #507abf
RGB Percentages of Color #507abf
CMYK Percentages of Color #507abf
Complementary Color
#507abf | #bf9550 |
#507abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#507abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#507abf Color CSS Codes
.mybgcolor {background-color:#507abf; } .myforecolor {color:#507abf; } .mybordercolor {border:3px solid #507abf; }
#507abf Text Font Color
<p style="color:#507abf">Text here</p>
This sample text font color is #507abf
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.
#507abf Background Color
<div style="background-color:#507abf">
Div content here</div>
This div background color is #507abf
#507abf Border Color
<div style="border:3px solid #507abf">
Div here</div>
This div border color is #507abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,122,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #507abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #507abf; -webkit-box-shadow: 1px 1px 3px 2px #507abf; box-shadow: 1px 1px 3px 2px #507abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,122,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #507abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #507abf; -webkit-box-shadow: 1px 1px 3px 2px #507abf; box-shadow: 1px 1px 3px 2px #507abf;">
Div content here</div>
This div box has shadow with color #507abf
Comments
No comments written yet.
Please login to write comment.