Color spaces of #98376f
RGB | 152 | 55 | 111 |
---|---|---|---|
HSL | 0.90 | 0.47 | 0.41 |
HSV | 325° | 64° | 60° |
CMYK | 0.00 | 0.64 | 0.27 0.40 |
XYZ | 17.1843 | 10.5555 | 16.1706 |
Yxy | 10.5555 | 0.3913 | 0.2404 |
Hunter Lab | 32.4892 | 37.5566 | -6.7675 |
CIE-Lab | 38.8215 | 46.4278 | -11.3938 |
#98376f color RGB value is (152,55,111).
#98376f hex color red value is 152, green value is 55 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #98376f hue: 0.90 , saturation: 0.47 and the lightness value of 98376f is 0.41.
The process color (four color CMYK) of #98376f color hex is 0.00, 0.64, 0.27, 0.40. Web safe color of #98376f is #993366. Color #98376f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 00110111 | 01101111 |
Octal | 230 | 67 | 157 |
Decimal | 152 | 55 | 111 |
Hex | 98 | 37 | 6F |
Shades of #98376f
Tints of #98376f
RGB Percentages of Color #98376f
CMYK Percentages of Color #98376f
Complementary Color
#98376f | #379860 |
#98376f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98376f Color Preview on White Background
Lorem ipsum dolor sit amet.
#98376f Color CSS Codes
.mybgcolor {background-color:#98376f; } .myforecolor {color:#98376f; } .mybordercolor {border:3px solid #98376f; }
#98376f Text Font Color
<p style="color:#98376f">Text here</p>
This sample text font color is #98376f
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.
#98376f Background Color
<div style="background-color:#98376f">
Div content here</div>
This div background color is #98376f
#98376f Border Color
<div style="border:3px solid #98376f">
Div here</div>
This div border color is #98376f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,55,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98376f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98376f; -webkit-box-shadow: 1px 1px 3px 2px #98376f; box-shadow: 1px 1px 3px 2px #98376f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,55,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98376f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98376f; -webkit-box-shadow: 1px 1px 3px 2px #98376f; box-shadow: 1px 1px 3px 2px #98376f;">
Div content here</div>
This div box has shadow with color #98376f
Comments
No comments written yet.
Please login to write comment.