Color spaces of #073aca
RGB | 7 | 58 | 202 |
---|---|---|---|
HSL | 0.62 | 0.93 | 0.41 |
HSV | 224° | 97° | 79° |
CMYK | 0.97 | 0.71 | 0.00 0.21 |
XYZ | 12.2613 | 7.3356 | 56.6468 |
Yxy | 7.3356 | 0.1608 | 0.0962 |
Hunter Lab | 27.0843 | 33.4109 | -105.0459 |
CIE-Lab | 32.5590 | 43.3342 | -77.1328 |
#073aca color RGB value is (7,58,202).
#073aca hex color red value is 7, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #073aca hue: 0.62 , saturation: 0.93 and the lightness value of 073aca is 0.41.
The process color (four color CMYK) of #073aca color hex is 0.97, 0.71, 0.00, 0.21. Web safe color of #073aca is #0033cc. Color #073aca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00111010 | 11001010 |
Octal | 7 | 72 | 312 |
Decimal | 7 | 58 | 202 |
Hex | 7 | 3A | CA |
Shades of #073aca
Tints of #073aca
RGB Percentages of Color #073aca
CMYK Percentages of Color #073aca
Complementary Color
#073aca | #ca9707 |
#073aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#073aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#073aca Color CSS Codes
.mybgcolor {background-color:#073aca; } .myforecolor {color:#073aca; } .mybordercolor {border:3px solid #073aca; }
#073aca Text Font Color
<p style="color:#073aca">Text here</p>
This sample text font color is #073aca
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.
#073aca Background Color
<div style="background-color:#073aca">
Div content here</div>
This div background color is #073aca
#073aca Border Color
<div style="border:3px solid #073aca">
Div here</div>
This div border color is #073aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,58,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #073aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #073aca; -webkit-box-shadow: 1px 1px 3px 2px #073aca; box-shadow: 1px 1px 3px 2px #073aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,58,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 #073aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #073aca; -webkit-box-shadow: 1px 1px 3px 2px #073aca; box-shadow: 1px 1px 3px 2px #073aca;">
Div content here</div>
This div box has shadow with color #073aca
Comments
No comments written yet.
Please login to write comment.