Color spaces of #88698b
RGB | 136 | 105 | 139 |
---|---|---|---|
HSL | 0.82 | 0.14 | 0.48 |
HSV | 295° | 24° | 55° |
CMYK | 0.02 | 0.24 | 0.00 0.45 |
XYZ | 19.8651 | 17.2015 | 26.6993 |
Yxy | 17.2015 | 0.3115 | 0.2698 |
Hunter Lab | 41.4747 | 12.9153 | -9.1356 |
CIE-Lab | 48.5129 | 18.6520 | -13.9532 |
#88698b color RGB value is (136,105,139).
#88698b hex color red value is 136, green value is 105 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #88698b hue: 0.82 , saturation: 0.14 and the lightness value of 88698b is 0.48.
The process color (four color CMYK) of #88698b color hex is 0.02, 0.24, 0.00, 0.45. Web safe color of #88698b is #996699. Color #88698b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01101001 | 10001011 |
Octal | 210 | 151 | 213 |
Decimal | 136 | 105 | 139 |
Hex | 88 | 69 | 8B |
Shades of #88698b
Tints of #88698b
RGB Percentages of Color #88698b
CMYK Percentages of Color #88698b
Complementary Color
#88698b | #6c8b69 |
#88698b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88698b Color Preview on White Background
Lorem ipsum dolor sit amet.
#88698b Color CSS Codes
.mybgcolor {background-color:#88698b; } .myforecolor {color:#88698b; } .mybordercolor {border:3px solid #88698b; }
#88698b Text Font Color
<p style="color:#88698b">Text here</p>
This sample text font color is #88698b
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.
#88698b Background Color
<div style="background-color:#88698b">
Div content here</div>
This div background color is #88698b
#88698b Border Color
<div style="border:3px solid #88698b">
Div here</div>
This div border color is #88698b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,105,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88698b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88698b; -webkit-box-shadow: 1px 1px 3px 2px #88698b; box-shadow: 1px 1px 3px 2px #88698b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,105,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 #88698b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88698b; -webkit-box-shadow: 1px 1px 3px 2px #88698b; box-shadow: 1px 1px 3px 2px #88698b;">
Div content here</div>
This div box has shadow with color #88698b
Comments
No comments written yet.
Please login to write comment.