Color spaces of #0760da
RGB | 7 | 96 | 218 |
---|---|---|---|
HSL | 0.60 | 0.94 | 0.44 |
HSV | 215° | 97° | 85° |
CMYK | 0.97 | 0.56 | 0.00 0.15 |
XYZ | 16.9254 | 13.4729 | 68.0381 |
Yxy | 13.4729 | 0.1719 | 0.1369 |
Hunter Lab | 36.7054 | 18.0743 | -84.2076 |
CIE-Lab | 43.4673 | 24.9756 | -68.4562 |
#0760da color RGB value is (7,96,218).
#0760da hex color red value is 7, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0760da hue: 0.60 , saturation: 0.94 and the lightness value of 0760da is 0.44.
The process color (four color CMYK) of #0760da color hex is 0.97, 0.56, 0.00, 0.15. Web safe color of #0760da is #0066cc. Color #0760da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 01100000 | 11011010 |
Octal | 7 | 140 | 332 |
Decimal | 7 | 96 | 218 |
Hex | 7 | 60 | DA |
Shades of #0760da
Tints of #0760da
RGB Percentages of Color #0760da
CMYK Percentages of Color #0760da
Complementary Color
#0760da | #da8107 |
#0760da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0760da Color Preview on White Background
Lorem ipsum dolor sit amet.
#0760da Color CSS Codes
.mybgcolor {background-color:#0760da; } .myforecolor {color:#0760da; } .mybordercolor {border:3px solid #0760da; }
#0760da Text Font Color
<p style="color:#0760da">Text here</p>
This sample text font color is #0760da
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.
#0760da Background Color
<div style="background-color:#0760da">
Div content here</div>
This div background color is #0760da
#0760da Border Color
<div style="border:3px solid #0760da">
Div here</div>
This div border color is #0760da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,96,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0760da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0760da; -webkit-box-shadow: 1px 1px 3px 2px #0760da; box-shadow: 1px 1px 3px 2px #0760da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,96,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0760da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0760da; -webkit-box-shadow: 1px 1px 3px 2px #0760da; box-shadow: 1px 1px 3px 2px #0760da;">
Div content here</div>
This div box has shadow with color #0760da
Comments
No comments written yet.
Please login to write comment.