Color spaces of #86588b
RGB | 134 | 88 | 139 |
---|---|---|---|
HSL | 0.82 | 0.22 | 0.45 |
HSV | 294° | 37° | 55° |
CMYK | 0.04 | 0.37 | 0.00 0.45 |
XYZ | 17.9814 | 13.9119 | 26.1636 |
Yxy | 13.9119 | 0.3097 | 0.2396 |
Hunter Lab | 37.2987 | 20.7808 | -15.4806 |
CIE-Lab | 44.1063 | 27.9539 | -20.7079 |
#86588b color RGB value is (134,88,139).
#86588b hex color red value is 134, green value is 88 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #86588b hue: 0.82 , saturation: 0.22 and the lightness value of 86588b is 0.45.
The process color (four color CMYK) of #86588b color hex is 0.04, 0.37, 0.00, 0.45. Web safe color of #86588b is #996699. Color #86588b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01011000 | 10001011 |
Octal | 206 | 130 | 213 |
Decimal | 134 | 88 | 139 |
Hex | 86 | 58 | 8B |
Shades of #86588b
Tints of #86588b
RGB Percentages of Color #86588b
CMYK Percentages of Color #86588b
Complementary Color
#86588b | #5d8b58 |
#86588b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86588b Color Preview on White Background
Lorem ipsum dolor sit amet.
#86588b Color CSS Codes
.mybgcolor {background-color:#86588b; } .myforecolor {color:#86588b; } .mybordercolor {border:3px solid #86588b; }
#86588b Text Font Color
<p style="color:#86588b">Text here</p>
This sample text font color is #86588b
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.
#86588b Background Color
<div style="background-color:#86588b">
Div content here</div>
This div background color is #86588b
#86588b Border Color
<div style="border:3px solid #86588b">
Div here</div>
This div border color is #86588b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,88,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86588b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86588b; -webkit-box-shadow: 1px 1px 3px 2px #86588b; box-shadow: 1px 1px 3px 2px #86588b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,88,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86588b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86588b; -webkit-box-shadow: 1px 1px 3px 2px #86588b; box-shadow: 1px 1px 3px 2px #86588b;">
Div content here</div>
This div box has shadow with color #86588b
Comments
No comments written yet.
Please login to write comment.