Color spaces of #077bbd
RGB | 7 | 123 | 189 |
---|---|---|---|
HSL | 0.56 | 0.93 | 0.38 |
HSV | 202° | 96° | 74° |
CMYK | 0.96 | 0.35 | 0.00 0.26 |
XYZ | 16.3559 | 17.8852 | 50.7343 |
Yxy | 17.8852 | 0.1925 | 0.2105 |
Hunter Lab | 42.2909 | -4.9746 | -41.5237 |
CIE-Lab | 49.3566 | -3.6002 | -42.3682 |
#077bbd color RGB value is (7,123,189).
#077bbd hex color red value is 7, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #077bbd hue: 0.56 , saturation: 0.93 and the lightness value of 077bbd is 0.38.
The process color (four color CMYK) of #077bbd color hex is 0.96, 0.35, 0.00, 0.26. Web safe color of #077bbd is #0066cc. Color #077bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 01111011 | 10111101 |
Octal | 7 | 173 | 275 |
Decimal | 7 | 123 | 189 |
Hex | 7 | 7B | BD |
Shades of #077bbd
Tints of #077bbd
RGB Percentages of Color #077bbd
CMYK Percentages of Color #077bbd
Complementary Color
#077bbd | #bd4907 |
#077bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#077bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#077bbd Color CSS Codes
.mybgcolor {background-color:#077bbd; } .myforecolor {color:#077bbd; } .mybordercolor {border:3px solid #077bbd; }
#077bbd Text Font Color
<p style="color:#077bbd">Text here</p>
This sample text font color is #077bbd
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.
#077bbd Background Color
<div style="background-color:#077bbd">
Div content here</div>
This div background color is #077bbd
#077bbd Border Color
<div style="border:3px solid #077bbd">
Div here</div>
This div border color is #077bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,123,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #077bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #077bbd; -webkit-box-shadow: 1px 1px 3px 2px #077bbd; box-shadow: 1px 1px 3px 2px #077bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,123,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #077bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #077bbd; -webkit-box-shadow: 1px 1px 3px 2px #077bbd; box-shadow: 1px 1px 3px 2px #077bbd;">
Div content here</div>
This div box has shadow with color #077bbd
#077bbd Color Palettes
Comments
No comments written yet.
Please login to write comment.