Color spaces of #888cbb
RGB | 136 | 140 | 187 |
---|---|---|---|
HSL | 0.65 | 0.27 | 0.63 |
HSV | 235° | 27° | 73° |
CMYK | 0.27 | 0.25 | 0.00 0.27 |
XYZ | 28.5011 | 27.5783 | 50.8347 |
Yxy | 27.5783 | 0.2666 | 0.2579 |
Hunter Lab | 52.5150 | 4.9746 | -20.6323 |
CIE-Lab | 59.5058 | 9.2094 | -24.9717 |
#888cbb color RGB value is (136,140,187).
#888cbb hex color red value is 136, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #888cbb hue: 0.65 , saturation: 0.27 and the lightness value of 888cbb is 0.63.
The process color (four color CMYK) of #888cbb color hex is 0.27, 0.25, 0.00, 0.27. Web safe color of #888cbb is #9999cc. Color #888cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10001100 | 10111011 |
Octal | 210 | 214 | 273 |
Decimal | 136 | 140 | 187 |
Hex | 88 | 8C | BB |
Shades of #888cbb
Tints of #888cbb
RGB Percentages of Color #888cbb
CMYK Percentages of Color #888cbb
Complementary Color
#888cbb | #bbb788 |
#888cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#888cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#888cbb Color CSS Codes
.mybgcolor {background-color:#888cbb; } .myforecolor {color:#888cbb; } .mybordercolor {border:3px solid #888cbb; }
#888cbb Text Font Color
<p style="color:#888cbb">Text here</p>
This sample text font color is #888cbb
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.
#888cbb Background Color
<div style="background-color:#888cbb">
Div content here</div>
This div background color is #888cbb
#888cbb Border Color
<div style="border:3px solid #888cbb">
Div here</div>
This div border color is #888cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,140,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #888cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #888cbb; -webkit-box-shadow: 1px 1px 3px 2px #888cbb; box-shadow: 1px 1px 3px 2px #888cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,140,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #888cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #888cbb; -webkit-box-shadow: 1px 1px 3px 2px #888cbb; box-shadow: 1px 1px 3px 2px #888cbb;">
Div content here</div>
This div box has shadow with color #888cbb
Comments
No comments written yet.
Please login to write comment.