Color spaces of #07011c
RGB | 7 | 1 | 28 |
---|---|---|---|
HSL | 0.70 | 0.93 | 0.06 |
HSV | 253° | 96° | 11° |
CMYK | 0.75 | 0.96 | 0.00 0.89 |
XYZ | 0.3081 | 0.1507 | 1.1115 |
Yxy | 0.1507 | 0.1962 | 0.0960 |
Hunter Lab | 3.8820 | 7.3733 | -14.2586 |
CIE-Lab | 1.3613 | 6.7535 | -13.4525 |
#07011c color RGB value is (7,1,28).
#07011c hex color red value is 7, green value is 1 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #07011c hue: 0.70 , saturation: 0.93 and the lightness value of 07011c is 0.06.
The process color (four color CMYK) of #07011c color hex is 0.75, 0.96, 0.00, 0.89. Web safe color of #07011c is #000033. Color #07011c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00000001 | 00011100 |
Octal | 7 | 1 | 34 |
Decimal | 7 | 1 | 28 |
Hex | 7 | 1 | 1C |
Shades of #07011c
Tints of #07011c
RGB Percentages of Color #07011c
CMYK Percentages of Color #07011c
Complementary Color
#07011c | #161c01 |
#07011c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07011c Color Preview on White Background
Lorem ipsum dolor sit amet.
#07011c Color CSS Codes
.mybgcolor {background-color:#07011c; } .myforecolor {color:#07011c; } .mybordercolor {border:3px solid #07011c; }
#07011c Text Font Color
<p style="color:#07011c">Text here</p>
This sample text font color is #07011c
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.
#07011c Background Color
<div style="background-color:#07011c">
Div content here</div>
This div background color is #07011c
#07011c Border Color
<div style="border:3px solid #07011c">
Div here</div>
This div border color is #07011c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,1,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07011c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07011c; -webkit-box-shadow: 1px 1px 3px 2px #07011c; box-shadow: 1px 1px 3px 2px #07011c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,1,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07011c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07011c; -webkit-box-shadow: 1px 1px 3px 2px #07011c; box-shadow: 1px 1px 3px 2px #07011c;">
Div content here</div>
This div box has shadow with color #07011c
Comments
No comments written yet.
Please login to write comment.