Color spaces of #507ccb
RGB | 80 | 124 | 203 |
---|---|---|---|
HSL | 0.61 | 0.54 | 0.55 |
HSV | 219° | 61° | 80° |
CMYK | 0.61 | 0.39 | 0.00 0.20 |
XYZ | 21.2954 | 20.4326 | 59.3214 |
Yxy | 20.4326 | 0.2107 | 0.2022 |
Hunter Lab | 45.2024 | 4.9892 | -46.1675 |
CIE-Lab | 52.3228 | 9.1871 | -45.5500 |
#507ccb color RGB value is (80,124,203).
#507ccb hex color red value is 80, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #507ccb hue: 0.61 , saturation: 0.54 and the lightness value of 507ccb is 0.55.
The process color (four color CMYK) of #507ccb color hex is 0.61, 0.39, 0.00, 0.20. Web safe color of #507ccb is #6666cc. Color #507ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01111100 | 11001011 |
Octal | 120 | 174 | 313 |
Decimal | 80 | 124 | 203 |
Hex | 50 | 7C | CB |
Shades of #507ccb
Tints of #507ccb
RGB Percentages of Color #507ccb
CMYK Percentages of Color #507ccb
Complementary Color
#507ccb | #cb9f50 |
#507ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#507ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#507ccb Color CSS Codes
.mybgcolor {background-color:#507ccb; } .myforecolor {color:#507ccb; } .mybordercolor {border:3px solid #507ccb; }
#507ccb Text Font Color
<p style="color:#507ccb">Text here</p>
This sample text font color is #507ccb
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.
#507ccb Background Color
<div style="background-color:#507ccb">
Div content here</div>
This div background color is #507ccb
#507ccb Border Color
<div style="border:3px solid #507ccb">
Div here</div>
This div border color is #507ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,124,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #507ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #507ccb; -webkit-box-shadow: 1px 1px 3px 2px #507ccb; box-shadow: 1px 1px 3px 2px #507ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,124,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #507ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #507ccb; -webkit-box-shadow: 1px 1px 3px 2px #507ccb; box-shadow: 1px 1px 3px 2px #507ccb;">
Div content here</div>
This div box has shadow with color #507ccb
Comments
No comments written yet.
Please login to write comment.