Color spaces of #090207
RGB | 9 | 2 | 7 |
---|---|---|---|
HSL | 0.88 | 0.64 | 0.02 |
HSV | 317° | 78° | 4° |
CMYK | 0.00 | 0.78 | 0.22 0.96 |
XYZ | 0.1727 | 0.1168 | 0.2145 |
Yxy | 0.1168 | 0.3427 | 0.2317 |
Hunter Lab | 3.4176 | 3.0393 | -1.3289 |
CIE-Lab | 1.0550 | 2.5269 | -1.2490 |
#090207 color RGB value is (9,2,7).
#090207 hex color red value is 9, green value is 2 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #090207 hue: 0.88 , saturation: 0.64 and the lightness value of 090207 is 0.02.
The process color (four color CMYK) of #090207 color hex is 0.00, 0.78, 0.22, 0.96. Web safe color of #090207 is #000000. Color #090207 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00000010 | 00000111 |
Octal | 11 | 2 | 7 |
Decimal | 9 | 2 | 7 |
Hex | 9 | 2 | 7 |
Shades of #090207
Tints of #090207
RGB Percentages of Color #090207
CMYK Percentages of Color #090207
Complementary Color
#090207 | #020904 |
#090207 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#090207 Color Preview on White Background
Lorem ipsum dolor sit amet.
#090207 Color CSS Codes
.mybgcolor {background-color:#090207; } .myforecolor {color:#090207; } .mybordercolor {border:3px solid #090207; }
#090207 Text Font Color
<p style="color:#090207">Text here</p>
This sample text font color is #090207
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.
#090207 Background Color
<div style="background-color:#090207">
Div content here</div>
This div background color is #090207
#090207 Border Color
<div style="border:3px solid #090207">
Div here</div>
This div border color is #090207
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,2,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #090207; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #090207; -webkit-box-shadow: 1px 1px 3px 2px #090207; box-shadow: 1px 1px 3px 2px #090207; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,2,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #090207">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #090207; -webkit-box-shadow: 1px 1px 3px 2px #090207; box-shadow: 1px 1px 3px 2px #090207;">
Div content here</div>
This div box has shadow with color #090207
Comments
No comments written yet.
Please login to write comment.