Color spaces of #057fba
RGB | 5 | 127 | 186 |
---|---|---|---|
HSL | 0.55 | 0.95 | 0.37 |
HSV | 200° | 97° | 73° |
CMYK | 0.97 | 0.32 | 0.00 0.27 |
XYZ | 16.5149 | 18.7562 | 49.2043 |
Yxy | 18.7562 | 0.1955 | 0.2220 |
Hunter Lab | 43.3084 | -7.7219 | -37.0457 |
CIE-Lab | 50.4007 | -7.2026 | -38.9933 |
#057fba color RGB value is (5,127,186).
#057fba hex color red value is 5, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #057fba hue: 0.55 , saturation: 0.95 and the lightness value of 057fba is 0.37.
The process color (four color CMYK) of #057fba color hex is 0.97, 0.32, 0.00, 0.27. Web safe color of #057fba is #0066cc. Color #057fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 01111111 | 10111010 |
Octal | 5 | 177 | 272 |
Decimal | 5 | 127 | 186 |
Hex | 5 | 7F | BA |
Shades of #057fba
Tints of #057fba
RGB Percentages of Color #057fba
CMYK Percentages of Color #057fba
Complementary Color
#057fba | #ba4005 |
#057fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#057fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#057fba Color CSS Codes
.mybgcolor {background-color:#057fba; } .myforecolor {color:#057fba; } .mybordercolor {border:3px solid #057fba; }
#057fba Text Font Color
<p style="color:#057fba">Text here</p>
This sample text font color is #057fba
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.
#057fba Background Color
<div style="background-color:#057fba">
Div content here</div>
This div background color is #057fba
#057fba Border Color
<div style="border:3px solid #057fba">
Div here</div>
This div border color is #057fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,127,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #057fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #057fba; -webkit-box-shadow: 1px 1px 3px 2px #057fba; box-shadow: 1px 1px 3px 2px #057fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,127,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #057fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #057fba; -webkit-box-shadow: 1px 1px 3px 2px #057fba; box-shadow: 1px 1px 3px 2px #057fba;">
Div content here</div>
This div box has shadow with color #057fba
Comments
No comments written yet.
Please login to write comment.