Color spaces of #8f107f
RGB | 143 | 16 | 127 |
---|---|---|---|
HSL | 0.85 | 0.80 | 0.31 |
HSV | 308° | 89° | 56° |
CMYK | 0.00 | 0.89 | 0.11 0.44 |
XYZ | 15.3437 | 7.7425 | 20.7644 |
Yxy | 7.7425 | 0.3499 | 0.1766 |
Hunter Lab | 27.8253 | 49.7357 | -24.7669 |
CIE-Lab | 33.4408 | 59.1429 | -29.8771 |
#8f107f color RGB value is (143,16,127).
#8f107f hex color red value is 143, green value is 16 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8f107f hue: 0.85 , saturation: 0.80 and the lightness value of 8f107f is 0.31.
The process color (four color CMYK) of #8f107f color hex is 0.00, 0.89, 0.11, 0.44. Web safe color of #8f107f is #990066. Color #8f107f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 00010000 | 01111111 |
Octal | 217 | 20 | 177 |
Decimal | 143 | 16 | 127 |
Hex | 8F | 10 | 7F |
Shades of #8f107f
Tints of #8f107f
RGB Percentages of Color #8f107f
CMYK Percentages of Color #8f107f
Complementary Color
#8f107f | #108f20 |
#8f107f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8f107f Color Preview on White Background
Lorem ipsum dolor sit amet.
#8f107f Color CSS Codes
.mybgcolor {background-color:#8f107f; } .myforecolor {color:#8f107f; } .mybordercolor {border:3px solid #8f107f; }
#8f107f Text Font Color
<p style="color:#8f107f">Text here</p>
This sample text font color is #8f107f
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.
#8f107f Background Color
<div style="background-color:#8f107f">
Div content here</div>
This div background color is #8f107f
#8f107f Border Color
<div style="border:3px solid #8f107f">
Div here</div>
This div border color is #8f107f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,16,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8f107f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8f107f; -webkit-box-shadow: 1px 1px 3px 2px #8f107f; box-shadow: 1px 1px 3px 2px #8f107f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,16,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8f107f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8f107f; -webkit-box-shadow: 1px 1px 3px 2px #8f107f; box-shadow: 1px 1px 3px 2px #8f107f;">
Div content here</div>
This div box has shadow with color #8f107f
Comments
No comments written yet.
Please login to write comment.