Color spaces of #072bca
RGB | 7 | 43 | 202 |
---|---|---|---|
HSL | 0.64 | 0.93 | 0.41 |
HSV | 229° | 97° | 79° |
CMYK | 0.97 | 0.79 | 0.00 0.21 |
XYZ | 11.6122 | 6.0372 | 56.4304 |
Yxy | 6.0372 | 0.1568 | 0.0815 |
Hunter Lab | 24.5707 | 41.3609 | -118.9690 |
CIE-Lab | 29.5061 | 51.9540 | -82.1913 |
#072bca color RGB value is (7,43,202).
#072bca hex color red value is 7, green value is 43 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #072bca hue: 0.64 , saturation: 0.93 and the lightness value of 072bca is 0.41.
The process color (four color CMYK) of #072bca color hex is 0.97, 0.79, 0.00, 0.21. Web safe color of #072bca is #0033cc. Color #072bca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00101011 | 11001010 |
Octal | 7 | 53 | 312 |
Decimal | 7 | 43 | 202 |
Hex | 7 | 2B | CA |
Shades of #072bca
Tints of #072bca
RGB Percentages of Color #072bca
CMYK Percentages of Color #072bca
Complementary Color
#072bca | #caa607 |
#072bca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#072bca Color Preview on White Background
Lorem ipsum dolor sit amet.
#072bca Color CSS Codes
.mybgcolor {background-color:#072bca; } .myforecolor {color:#072bca; } .mybordercolor {border:3px solid #072bca; }
#072bca Text Font Color
<p style="color:#072bca">Text here</p>
This sample text font color is #072bca
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.
#072bca Background Color
<div style="background-color:#072bca">
Div content here</div>
This div background color is #072bca
#072bca Border Color
<div style="border:3px solid #072bca">
Div here</div>
This div border color is #072bca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,43,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #072bca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #072bca; -webkit-box-shadow: 1px 1px 3px 2px #072bca; box-shadow: 1px 1px 3px 2px #072bca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,43,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #072bca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #072bca; -webkit-box-shadow: 1px 1px 3px 2px #072bca; box-shadow: 1px 1px 3px 2px #072bca;">
Div content here</div>
This div box has shadow with color #072bca
Comments
No comments written yet.
Please login to write comment.