Color spaces of #071fc4
RGB | 7 | 31 | 196 |
---|---|---|---|
HSL | 0.65 | 0.93 | 0.40 |
HSV | 232° | 96° | 77° |
CMYK | 0.96 | 0.84 | 0.00 0.23 |
XYZ | 10.5414 | 5.0107 | 52.6361 |
Yxy | 5.0107 | 0.1546 | 0.0735 |
Hunter Lab | 22.3846 | 44.8866 | -123.7479 |
CIE-Lab | 26.7652 | 55.8949 | -83.2325 |
#071fc4 color RGB value is (7,31,196).
#071fc4 hex color red value is 7, green value is 31 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #071fc4 hue: 0.65 , saturation: 0.93 and the lightness value of 071fc4 is 0.40.
The process color (four color CMYK) of #071fc4 color hex is 0.96, 0.84, 0.00, 0.23. Web safe color of #071fc4 is #0033cc. Color #071fc4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00011111 | 11000100 |
Octal | 7 | 37 | 304 |
Decimal | 7 | 31 | 196 |
Hex | 7 | 1F | C4 |
Shades of #071fc4
Tints of #071fc4
RGB Percentages of Color #071fc4
CMYK Percentages of Color #071fc4
Complementary Color
#071fc4 | #c4ac07 |
#071fc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#071fc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#071fc4 Color CSS Codes
.mybgcolor {background-color:#071fc4; } .myforecolor {color:#071fc4; } .mybordercolor {border:3px solid #071fc4; }
#071fc4 Text Font Color
<p style="color:#071fc4">Text here</p>
This sample text font color is #071fc4
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.
#071fc4 Background Color
<div style="background-color:#071fc4">
Div content here</div>
This div background color is #071fc4
#071fc4 Border Color
<div style="border:3px solid #071fc4">
Div here</div>
This div border color is #071fc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,31,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #071fc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #071fc4; -webkit-box-shadow: 1px 1px 3px 2px #071fc4; box-shadow: 1px 1px 3px 2px #071fc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,31,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #071fc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #071fc4; -webkit-box-shadow: 1px 1px 3px 2px #071fc4; box-shadow: 1px 1px 3px 2px #071fc4;">
Div content here</div>
This div box has shadow with color #071fc4
Comments
No comments written yet.
Please login to write comment.