Color spaces of #88859b
RGB | 136 | 133 | 155 |
---|---|---|---|
HSL | 0.69 | 0.10 | 0.56 |
HSV | 248° | 14° | 61° |
CMYK | 0.12 | 0.14 | 0.00 0.39 |
XYZ | 24.4573 | 24.3759 | 34.4263 |
Yxy | 24.3759 | 0.2937 | 0.2928 |
Hunter Lab | 49.3720 | 2.0223 | -6.7816 |
CIE-Lab | 56.4622 | 5.6870 | -11.3163 |
#88859b color RGB value is (136,133,155).
#88859b hex color red value is 136, green value is 133 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #88859b hue: 0.69 , saturation: 0.10 and the lightness value of 88859b is 0.56.
The process color (four color CMYK) of #88859b color hex is 0.12, 0.14, 0.00, 0.39. Web safe color of #88859b is #999999. Color #88859b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10000101 | 10011011 |
Octal | 210 | 205 | 233 |
Decimal | 136 | 133 | 155 |
Hex | 88 | 85 | 9B |
Shades of #88859b
Tints of #88859b
RGB Percentages of Color #88859b
CMYK Percentages of Color #88859b
Complementary Color
#88859b | #989b85 |
#88859b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88859b Color Preview on White Background
Lorem ipsum dolor sit amet.
#88859b Color CSS Codes
.mybgcolor {background-color:#88859b; } .myforecolor {color:#88859b; } .mybordercolor {border:3px solid #88859b; }
#88859b Text Font Color
<p style="color:#88859b">Text here</p>
This sample text font color is #88859b
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.
#88859b Background Color
<div style="background-color:#88859b">
Div content here</div>
This div background color is #88859b
#88859b Border Color
<div style="border:3px solid #88859b">
Div here</div>
This div border color is #88859b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,133,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88859b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88859b; -webkit-box-shadow: 1px 1px 3px 2px #88859b; box-shadow: 1px 1px 3px 2px #88859b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,133,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88859b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88859b; -webkit-box-shadow: 1px 1px 3px 2px #88859b; box-shadow: 1px 1px 3px 2px #88859b;">
Div content here</div>
This div box has shadow with color #88859b
Comments
No comments written yet.
Please login to write comment.