Color spaces of #10070f
RGB | 16 | 7 | 15 |
---|---|---|---|
HSL | 0.85 | 0.39 | 0.05 |
HSV | 307° | 56° | 6° |
CMYK | 0.00 | 0.56 | 0.06 0.94 |
XYZ | 0.3759 | 0.2966 | 0.4894 |
Yxy | 0.2966 | 0.3235 | 0.2553 |
Hunter Lab | 5.4461 | 2.7897 | -1.5157 |
CIE-Lab | 2.6792 | 3.8502 | -2.3808 |
#10070f color RGB value is (16,7,15).
#10070f hex color red value is 16, green value is 7 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #10070f hue: 0.85 , saturation: 0.39 and the lightness value of 10070f is 0.05.
The process color (four color CMYK) of #10070f color hex is 0.00, 0.56, 0.06, 0.94. Web safe color of #10070f is #000000. Color #10070f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 00000111 | 00001111 |
Octal | 20 | 7 | 17 |
Decimal | 16 | 7 | 15 |
Hex | 10 | 7 | F |
Shades of #10070f
Tints of #10070f
RGB Percentages of Color #10070f
CMYK Percentages of Color #10070f
Complementary Color
#10070f | #071008 |
#10070f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#10070f Color Preview on White Background
Lorem ipsum dolor sit amet.
#10070f Color CSS Codes
.mybgcolor {background-color:#10070f; } .myforecolor {color:#10070f; } .mybordercolor {border:3px solid #10070f; }
#10070f Text Font Color
<p style="color:#10070f">Text here</p>
This sample text font color is #10070f
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.
#10070f Background Color
<div style="background-color:#10070f">
Div content here</div>
This div background color is #10070f
#10070f Border Color
<div style="border:3px solid #10070f">
Div here</div>
This div border color is #10070f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,7,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #10070f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #10070f; -webkit-box-shadow: 1px 1px 3px 2px #10070f; box-shadow: 1px 1px 3px 2px #10070f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,7,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #10070f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #10070f; -webkit-box-shadow: 1px 1px 3px 2px #10070f; box-shadow: 1px 1px 3px 2px #10070f;">
Div content here</div>
This div box has shadow with color #10070f
Comments
No comments written yet.
Please login to write comment.