Color spaces of #03020f
RGB | 3 | 2 | 15 |
---|---|---|---|
HSL | 0.68 | 0.76 | 0.03 |
HSV | 245° | 87° | 6° |
CMYK | 0.80 | 0.87 | 0.00 0.94 |
XYZ | 0.1455 | 0.0973 | 0.4630 |
Yxy | 0.0973 | 0.2061 | 0.1379 |
Hunter Lab | 3.1193 | 2.8674 | -6.6170 |
CIE-Lab | 0.8789 | 2.1719 | -5.1071 |
#03020f color RGB value is (3,2,15).
#03020f hex color red value is 3, green value is 2 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #03020f hue: 0.68 , saturation: 0.76 and the lightness value of 03020f is 0.03.
The process color (four color CMYK) of #03020f color hex is 0.80, 0.87, 0.00, 0.94. Web safe color of #03020f is #000000. Color #03020f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 00000010 | 00001111 |
Octal | 3 | 2 | 17 |
Decimal | 3 | 2 | 15 |
Hex | 3 | 2 | F |
Shades of #03020f
Tints of #03020f
RGB Percentages of Color #03020f
CMYK Percentages of Color #03020f
Complementary Color
#03020f | #0e0f02 |
#03020f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03020f Color Preview on White Background
Lorem ipsum dolor sit amet.
#03020f Color CSS Codes
.mybgcolor {background-color:#03020f; } .myforecolor {color:#03020f; } .mybordercolor {border:3px solid #03020f; }
#03020f Text Font Color
<p style="color:#03020f">Text here</p>
This sample text font color is #03020f
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.
#03020f Background Color
<div style="background-color:#03020f">
Div content here</div>
This div background color is #03020f
#03020f Border Color
<div style="border:3px solid #03020f">
Div here</div>
This div border color is #03020f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,2,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03020f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03020f; -webkit-box-shadow: 1px 1px 3px 2px #03020f; box-shadow: 1px 1px 3px 2px #03020f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,2,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 #03020f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03020f; -webkit-box-shadow: 1px 1px 3px 2px #03020f; box-shadow: 1px 1px 3px 2px #03020f;">
Div content here</div>
This div box has shadow with color #03020f
#03020f Color Palettes
Comments
No comments written yet.
Please login to write comment.