Color spaces of #85006f
RGB | 133 | 0 | 111 |
---|---|---|---|
HSL | 0.86 | 1.00 | 0.26 |
HSV | 310° | 100° | 52° |
CMYK | 0.00 | 1.00 | 0.17 0.48 |
XYZ | 12.5421 | 6.1342 | 15.5619 |
Yxy | 6.1342 | 0.3663 | 0.1792 |
Hunter Lab | 24.7673 | 47.0491 | -19.9162 |
CIE-Lab | 29.7485 | 57.3624 | -25.6909 |
#85006f color RGB value is (133,0,111).
#85006f hex color red value is 133, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #85006f hue: 0.86 , saturation: 1.00 and the lightness value of 85006f is 0.26.
The process color (four color CMYK) of #85006f color hex is 0.00, 1.00, 0.17, 0.48. Web safe color of #85006f is #990066. Color #85006f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00000000 | 01101111 |
Octal | 205 | 0 | 157 |
Decimal | 133 | 0 | 111 |
Hex | 85 | 0 | 6F |
Shades of #85006f
Tints of #85006f
RGB Percentages of Color #85006f
CMYK Percentages of Color #85006f
Complementary Color
#85006f | #008516 |
#85006f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85006f Color Preview on White Background
Lorem ipsum dolor sit amet.
#85006f Color CSS Codes
.mybgcolor {background-color:#85006f; } .myforecolor {color:#85006f; } .mybordercolor {border:3px solid #85006f; }
#85006f Text Font Color
<p style="color:#85006f">Text here</p>
This sample text font color is #85006f
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.
#85006f Background Color
<div style="background-color:#85006f">
Div content here</div>
This div background color is #85006f
#85006f Border Color
<div style="border:3px solid #85006f">
Div here</div>
This div border color is #85006f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,0,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85006f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85006f; -webkit-box-shadow: 1px 1px 3px 2px #85006f; box-shadow: 1px 1px 3px 2px #85006f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,0,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 #85006f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85006f; -webkit-box-shadow: 1px 1px 3px 2px #85006f; box-shadow: 1px 1px 3px 2px #85006f;">
Div content here</div>
This div box has shadow with color #85006f
Comments
No comments written yet.
Please login to write comment.