Color spaces of #070cff
RGB | 7 | 12 | 255 |
---|---|---|---|
HSL | 0.66 | 1.00 | 0.51 |
HSV | 239° | 97° | 100° |
CMYK | 0.97 | 0.95 | 0.00 0.00 |
XYZ | 18.2691 | 7.5281 | 95.0979 |
Yxy | 7.5281 | 0.1511 | 0.0623 |
Hunter Lab | 27.4374 | 70.8383 | -186.2928 |
CIE-Lab | 32.9801 | 77.4345 | -106.7276 |
#070cff color RGB value is (7,12,255).
#070cff hex color red value is 7, green value is 12 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #070cff hue: 0.66 , saturation: 1.00 and the lightness value of 070cff is 0.51.
The process color (four color CMYK) of #070cff color hex is 0.97, 0.95, 0.00, 0.00. Web safe color of #070cff is #0000ff. Color #070cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00001100 | 11111111 |
Octal | 7 | 14 | 377 |
Decimal | 7 | 12 | 255 |
Hex | 7 | C | FF |
Shades of #070cff
Tints of #070cff
RGB Percentages of Color #070cff
CMYK Percentages of Color #070cff
Complementary Color
#070cff | #fffa07 |
#070cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#070cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#070cff Color CSS Codes
.mybgcolor {background-color:#070cff; } .myforecolor {color:#070cff; } .mybordercolor {border:3px solid #070cff; }
#070cff Text Font Color
<p style="color:#070cff">Text here</p>
This sample text font color is #070cff
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.
#070cff Background Color
<div style="background-color:#070cff">
Div content here</div>
This div background color is #070cff
#070cff Border Color
<div style="border:3px solid #070cff">
Div here</div>
This div border color is #070cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,12,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #070cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #070cff; -webkit-box-shadow: 1px 1px 3px 2px #070cff; box-shadow: 1px 1px 3px 2px #070cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,12,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #070cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #070cff; -webkit-box-shadow: 1px 1px 3px 2px #070cff; box-shadow: 1px 1px 3px 2px #070cff;">
Div content here</div>
This div box has shadow with color #070cff
Comments
No comments written yet.
Please login to write comment.