Color spaces of #88485e
RGB | 136 | 72 | 94 |
---|---|---|---|
HSL | 0.94 | 0.31 | 0.41 |
HSV | 339° | 47° | 53° |
CMYK | 0.00 | 0.47 | 0.31 0.47 |
XYZ | 14.4911 | 10.6771 | 11.8868 |
Yxy | 10.6771 | 0.3911 | 0.2881 |
Hunter Lab | 32.6758 | 21.9786 | 1.3046 |
CIE-Lab | 39.0312 | 29.9070 | -0.7055 |
#88485e color RGB value is (136,72,94).
#88485e hex color red value is 136, green value is 72 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #88485e hue: 0.94 , saturation: 0.31 and the lightness value of 88485e is 0.41.
The process color (four color CMYK) of #88485e color hex is 0.00, 0.47, 0.31, 0.47. Web safe color of #88485e is #993366. Color #88485e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01001000 | 01011110 |
Octal | 210 | 110 | 136 |
Decimal | 136 | 72 | 94 |
Hex | 88 | 48 | 5E |
Shades of #88485e
Tints of #88485e
RGB Percentages of Color #88485e
CMYK Percentages of Color #88485e
Complementary Color
#88485e | #488872 |
#88485e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88485e Color Preview on White Background
Lorem ipsum dolor sit amet.
#88485e Color CSS Codes
.mybgcolor {background-color:#88485e; } .myforecolor {color:#88485e; } .mybordercolor {border:3px solid #88485e; }
#88485e Text Font Color
<p style="color:#88485e">Text here</p>
This sample text font color is #88485e
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.
#88485e Background Color
<div style="background-color:#88485e">
Div content here</div>
This div background color is #88485e
#88485e Border Color
<div style="border:3px solid #88485e">
Div here</div>
This div border color is #88485e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,72,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88485e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88485e; -webkit-box-shadow: 1px 1px 3px 2px #88485e; box-shadow: 1px 1px 3px 2px #88485e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,72,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88485e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88485e; -webkit-box-shadow: 1px 1px 3px 2px #88485e; box-shadow: 1px 1px 3px 2px #88485e;">
Div content here</div>
This div box has shadow with color #88485e
Comments
No comments written yet.
Please login to write comment.