Color spaces of #08118d
RGB | 8 | 17 | 141 |
---|---|---|---|
HSL | 0.66 | 0.89 | 0.29 |
HSV | 236° | 94° | 55° |
CMYK | 0.94 | 0.88 | 0.00 0.45 |
XYZ | 5.1083 | 2.3756 | 25.3886 |
Yxy | 2.3756 | 0.1554 | 0.0723 |
Hunter Lab | 15.4130 | 32.1873 | -86.8747 |
CIE-Lab | 17.3464 | 44.9557 | -65.6057 |
#08118d color RGB value is (8,17,141).
#08118d hex color red value is 8, green value is 17 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #08118d hue: 0.66 , saturation: 0.89 and the lightness value of 08118d is 0.29.
The process color (four color CMYK) of #08118d color hex is 0.94, 0.88, 0.00, 0.45. Web safe color of #08118d is #000099. Color #08118d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 00010001 | 10001101 |
Octal | 10 | 21 | 215 |
Decimal | 8 | 17 | 141 |
Hex | 8 | 11 | 8D |
Shades of #08118d
Tints of #08118d
RGB Percentages of Color #08118d
CMYK Percentages of Color #08118d
Complementary Color
#08118d | #8d8408 |
#08118d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#08118d Color Preview on White Background
Lorem ipsum dolor sit amet.
#08118d Color CSS Codes
.mybgcolor {background-color:#08118d; } .myforecolor {color:#08118d; } .mybordercolor {border:3px solid #08118d; }
#08118d Text Font Color
<p style="color:#08118d">Text here</p>
This sample text font color is #08118d
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.
#08118d Background Color
<div style="background-color:#08118d">
Div content here</div>
This div background color is #08118d
#08118d Border Color
<div style="border:3px solid #08118d">
Div here</div>
This div border color is #08118d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,17,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #08118d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #08118d; -webkit-box-shadow: 1px 1px 3px 2px #08118d; box-shadow: 1px 1px 3px 2px #08118d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,17,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #08118d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #08118d; -webkit-box-shadow: 1px 1px 3px 2px #08118d; box-shadow: 1px 1px 3px 2px #08118d;">
Div content here</div>
This div box has shadow with color #08118d
Comments
No comments written yet.
Please login to write comment.