Color spaces of #090214
RGB | 9 | 2 | 20 |
---|---|---|---|
HSL | 0.73 | 0.82 | 0.04 |
HSV | 263° | 90° | 8° |
CMYK | 0.55 | 0.90 | 0.00 0.92 |
XYZ | 0.2606 | 0.1520 | 0.6774 |
Yxy | 0.1520 | 0.2391 | 0.1394 |
Hunter Lab | 3.8987 | 5.1086 | -7.5725 |
CIE-Lab | 1.3730 | 4.7571 | -7.3219 |
#090214 color RGB value is (9,2,20).
#090214 hex color red value is 9, green value is 2 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #090214 hue: 0.73 , saturation: 0.82 and the lightness value of 090214 is 0.04.
The process color (four color CMYK) of #090214 color hex is 0.55, 0.90, 0.00, 0.92. Web safe color of #090214 is #000000. Color #090214 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00000010 | 00010100 |
Octal | 11 | 2 | 24 |
Decimal | 9 | 2 | 20 |
Hex | 9 | 2 | 14 |
Shades of #090214
Tints of #090214
RGB Percentages of Color #090214
CMYK Percentages of Color #090214
Complementary Color
#090214 | #0d1402 |
#090214 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#090214 Color Preview on White Background
Lorem ipsum dolor sit amet.
#090214 Color CSS Codes
.mybgcolor {background-color:#090214; } .myforecolor {color:#090214; } .mybordercolor {border:3px solid #090214; }
#090214 Text Font Color
<p style="color:#090214">Text here</p>
This sample text font color is #090214
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.
#090214 Background Color
<div style="background-color:#090214">
Div content here</div>
This div background color is #090214
#090214 Border Color
<div style="border:3px solid #090214">
Div here</div>
This div border color is #090214
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,2,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #090214; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #090214; -webkit-box-shadow: 1px 1px 3px 2px #090214; box-shadow: 1px 1px 3px 2px #090214; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,2,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #090214">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #090214; -webkit-box-shadow: 1px 1px 3px 2px #090214; box-shadow: 1px 1px 3px 2px #090214;">
Div content here</div>
This div box has shadow with color #090214
Comments
No comments written yet.
Please login to write comment.