Color spaces of #85059f
RGB | 133 | 5 | 159 |
---|---|---|---|
HSL | 0.81 | 0.94 | 0.32 |
HSV | 290° | 97° | 62° |
CMYK | 0.16 | 0.97 | 0.00 0.38 |
XYZ | 15.9851 | 7.5983 | 33.4250 |
Yxy | 7.5983 | 0.2804 | 0.1333 |
Hunter Lab | 27.5650 | 55.2743 | -52.5988 |
CIE-Lab | 33.1319 | 64.2161 | -50.2070 |
#85059f color RGB value is (133,5,159).
#85059f hex color red value is 133, green value is 5 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #85059f hue: 0.81 , saturation: 0.94 and the lightness value of 85059f is 0.32.
The process color (four color CMYK) of #85059f color hex is 0.16, 0.97, 0.00, 0.38. Web safe color of #85059f is #990099. Color #85059f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00000101 | 10011111 |
Octal | 205 | 5 | 237 |
Decimal | 133 | 5 | 159 |
Hex | 85 | 5 | 9F |
Shades of #85059f
Tints of #85059f
RGB Percentages of Color #85059f
CMYK Percentages of Color #85059f
Complementary Color
#85059f | #1f9f05 |
#85059f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85059f Color Preview on White Background
Lorem ipsum dolor sit amet.
#85059f Color CSS Codes
.mybgcolor {background-color:#85059f; } .myforecolor {color:#85059f; } .mybordercolor {border:3px solid #85059f; }
#85059f Text Font Color
<p style="color:#85059f">Text here</p>
This sample text font color is #85059f
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.
#85059f Background Color
<div style="background-color:#85059f">
Div content here</div>
This div background color is #85059f
#85059f Border Color
<div style="border:3px solid #85059f">
Div here</div>
This div border color is #85059f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,5,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85059f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85059f; -webkit-box-shadow: 1px 1px 3px 2px #85059f; box-shadow: 1px 1px 3px 2px #85059f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,5,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85059f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85059f; -webkit-box-shadow: 1px 1px 3px 2px #85059f; box-shadow: 1px 1px 3px 2px #85059f;">
Div content here</div>
This div box has shadow with color #85059f
Comments
No comments written yet.
Please login to write comment.