Color spaces of #09021c
RGB | 9 | 2 | 28 |
---|---|---|---|
HSL | 0.71 | 0.87 | 0.06 |
HSV | 256° | 93° | 11° |
CMYK | 0.68 | 0.93 | 0.00 0.89 |
XYZ | 0.3440 | 0.1853 | 1.1163 |
Yxy | 0.1853 | 0.2090 | 0.1126 |
Hunter Lab | 4.3046 | 6.7314 | -12.3621 |
CIE-Lab | 1.6738 | 6.8769 | -12.9760 |
#09021c color RGB value is (9,2,28).
#09021c hex color red value is 9, green value is 2 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #09021c hue: 0.71 , saturation: 0.87 and the lightness value of 09021c is 0.06.
The process color (four color CMYK) of #09021c color hex is 0.68, 0.93, 0.00, 0.89. Web safe color of #09021c is #000033. Color #09021c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00000010 | 00011100 |
Octal | 11 | 2 | 34 |
Decimal | 9 | 2 | 28 |
Hex | 9 | 2 | 1C |
Shades of #09021c
Tints of #09021c
RGB Percentages of Color #09021c
CMYK Percentages of Color #09021c
Complementary Color
#09021c | #151c02 |
#09021c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#09021c Color Preview on White Background
Lorem ipsum dolor sit amet.
#09021c Color CSS Codes
.mybgcolor {background-color:#09021c; } .myforecolor {color:#09021c; } .mybordercolor {border:3px solid #09021c; }
#09021c Text Font Color
<p style="color:#09021c">Text here</p>
This sample text font color is #09021c
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.
#09021c Background Color
<div style="background-color:#09021c">
Div content here</div>
This div background color is #09021c
#09021c Border Color
<div style="border:3px solid #09021c">
Div here</div>
This div border color is #09021c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,2,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #09021c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09021c; -webkit-box-shadow: 1px 1px 3px 2px #09021c; box-shadow: 1px 1px 3px 2px #09021c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,2,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 #09021c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #09021c; -webkit-box-shadow: 1px 1px 3px 2px #09021c; box-shadow: 1px 1px 3px 2px #09021c;">
Div content here</div>
This div box has shadow with color #09021c
#09021c Color Palettes
Comments
No comments written yet.
Please login to write comment.