Color spaces of #981108
RGB | 152 | 17 | 8 |
---|---|---|---|
HSL | 0.01 | 0.90 | 0.31 |
HSV | 4° | 95° | 60° |
CMYK | 0.00 | 0.89 | 0.95 0.40 |
XYZ | 13.1932 | 7.0938 | 0.9036 |
Yxy | 7.0938 | 0.6226 | 0.3348 |
Hunter Lab | 26.6342 | 41.8098 | 16.6324 |
CIE-Lab | 32.0195 | 51.9046 | 42.2815 |
#981108 color RGB value is (152,17,8).
#981108 hex color red value is 152, green value is 17 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #981108 hue: 0.01 , saturation: 0.90 and the lightness value of 981108 is 0.31.
The process color (four color CMYK) of #981108 color hex is 0.00, 0.89, 0.95, 0.40. Web safe color of #981108 is #990000. Color #981108 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 00010001 | 00001000 |
Octal | 230 | 21 | 10 |
Decimal | 152 | 17 | 8 |
Hex | 98 | 11 | 8 |
Shades of #981108
Tints of #981108
RGB Percentages of Color #981108
CMYK Percentages of Color #981108
Complementary Color
#981108 | #088f98 |
#981108 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#981108 Color Preview on White Background
Lorem ipsum dolor sit amet.
#981108 Color CSS Codes
.mybgcolor {background-color:#981108; } .myforecolor {color:#981108; } .mybordercolor {border:3px solid #981108; }
#981108 Text Font Color
<p style="color:#981108">Text here</p>
This sample text font color is #981108
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.
#981108 Background Color
<div style="background-color:#981108">
Div content here</div>
This div background color is #981108
#981108 Border Color
<div style="border:3px solid #981108">
Div here</div>
This div border color is #981108
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,17,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #981108; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #981108; -webkit-box-shadow: 1px 1px 3px 2px #981108; box-shadow: 1px 1px 3px 2px #981108; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,17,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #981108">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #981108; -webkit-box-shadow: 1px 1px 3px 2px #981108; box-shadow: 1px 1px 3px 2px #981108;">
Div content here</div>
This div box has shadow with color #981108
Comments
No comments written yet.
Please login to write comment.