Color spaces of #078cbb
RGB | 7 | 140 | 187 |
---|---|---|---|
HSL | 0.54 | 0.93 | 0.38 |
HSV | 196° | 96° | 73° |
CMYK | 0.96 | 0.25 | 0.00 0.27 |
XYZ | 18.4353 | 22.3892 | 50.3636 |
Yxy | 22.3892 | 0.2022 | 0.2455 |
Hunter Lab | 47.3172 | -13.2596 | -29.9851 |
CIE-Lab | 54.4375 | -14.1820 | -33.2293 |
#078cbb color RGB value is (7,140,187).
#078cbb hex color red value is 7, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #078cbb hue: 0.54 , saturation: 0.93 and the lightness value of 078cbb is 0.38.
The process color (four color CMYK) of #078cbb color hex is 0.96, 0.25, 0.00, 0.27. Web safe color of #078cbb is #0099cc. Color #078cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 10001100 | 10111011 |
Octal | 7 | 214 | 273 |
Decimal | 7 | 140 | 187 |
Hex | 7 | 8C | BB |
Shades of #078cbb
Tints of #078cbb
RGB Percentages of Color #078cbb
CMYK Percentages of Color #078cbb
Complementary Color
#078cbb | #bb3607 |
#078cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#078cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#078cbb Color CSS Codes
.mybgcolor {background-color:#078cbb; } .myforecolor {color:#078cbb; } .mybordercolor {border:3px solid #078cbb; }
#078cbb Text Font Color
<p style="color:#078cbb">Text here</p>
This sample text font color is #078cbb
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.
#078cbb Background Color
<div style="background-color:#078cbb">
Div content here</div>
This div background color is #078cbb
#078cbb Border Color
<div style="border:3px solid #078cbb">
Div here</div>
This div border color is #078cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,140,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #078cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #078cbb; -webkit-box-shadow: 1px 1px 3px 2px #078cbb; box-shadow: 1px 1px 3px 2px #078cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,140,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #078cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #078cbb; -webkit-box-shadow: 1px 1px 3px 2px #078cbb; box-shadow: 1px 1px 3px 2px #078cbb;">
Div content here</div>
This div box has shadow with color #078cbb
Comments
No comments written yet.
Please login to write comment.