Color spaces of #8f636f
RGB | 143 | 99 | 111 |
---|---|---|---|
HSL | 0.95 | 0.18 | 0.47 |
HSV | 344° | 31° | 56° |
CMYK | 0.00 | 0.31 | 0.22 0.44 |
XYZ | 18.6588 | 15.9110 | 17.1266 |
Yxy | 15.9110 | 0.3609 | 0.3078 |
Hunter Lab | 39.8886 | 13.6924 | 2.4652 |
CIE-Lab | 46.8575 | 19.6554 | 0.4140 |
#8f636f color RGB value is (143,99,111).
#8f636f hex color red value is 143, green value is 99 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8f636f hue: 0.95 , saturation: 0.18 and the lightness value of 8f636f is 0.47.
The process color (four color CMYK) of #8f636f color hex is 0.00, 0.31, 0.22, 0.44. Web safe color of #8f636f is #996666. Color #8f636f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 01100011 | 01101111 |
Octal | 217 | 143 | 157 |
Decimal | 143 | 99 | 111 |
Hex | 8F | 63 | 6F |
Shades of #8f636f
Tints of #8f636f
RGB Percentages of Color #8f636f
CMYK Percentages of Color #8f636f
Complementary Color
#8f636f | #638f83 |
#8f636f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8f636f Color Preview on White Background
Lorem ipsum dolor sit amet.
#8f636f Color CSS Codes
.mybgcolor {background-color:#8f636f; } .myforecolor {color:#8f636f; } .mybordercolor {border:3px solid #8f636f; }
#8f636f Text Font Color
<p style="color:#8f636f">Text here</p>
This sample text font color is #8f636f
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.
#8f636f Background Color
<div style="background-color:#8f636f">
Div content here</div>
This div background color is #8f636f
#8f636f Border Color
<div style="border:3px solid #8f636f">
Div here</div>
This div border color is #8f636f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,99,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8f636f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8f636f; -webkit-box-shadow: 1px 1px 3px 2px #8f636f; box-shadow: 1px 1px 3px 2px #8f636f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,99,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 #8f636f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8f636f; -webkit-box-shadow: 1px 1px 3px 2px #8f636f; box-shadow: 1px 1px 3px 2px #8f636f;">
Div content here</div>
This div box has shadow with color #8f636f
Comments
No comments written yet.
Please login to write comment.