Color spaces of #878ebc
RGB | 135 | 142 | 188 |
---|---|---|---|
HSL | 0.64 | 0.28 | 0.63 |
HSV | 232° | 28° | 74° |
CMYK | 0.28 | 0.24 | 0.00 0.26 |
XYZ | 28.7418 | 28.1277 | 51.4913 |
Yxy | 28.1277 | 0.2652 | 0.2596 |
Hunter Lab | 53.0356 | 3.9231 | -20.4387 |
CIE-Lab | 60.0039 | 8.0019 | -24.7780 |
#878ebc color RGB value is (135,142,188).
#878ebc hex color red value is 135, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #878ebc hue: 0.64 , saturation: 0.28 and the lightness value of 878ebc is 0.63.
The process color (four color CMYK) of #878ebc color hex is 0.28, 0.24, 0.00, 0.26. Web safe color of #878ebc is #9999cc. Color #878ebc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10001110 | 10111100 |
Octal | 207 | 216 | 274 |
Decimal | 135 | 142 | 188 |
Hex | 87 | 8E | BC |
Shades of #878ebc
Tints of #878ebc
RGB Percentages of Color #878ebc
CMYK Percentages of Color #878ebc
Complementary Color
#878ebc | #bcb587 |
#878ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#878ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#878ebc Color CSS Codes
.mybgcolor {background-color:#878ebc; } .myforecolor {color:#878ebc; } .mybordercolor {border:3px solid #878ebc; }
#878ebc Text Font Color
<p style="color:#878ebc">Text here</p>
This sample text font color is #878ebc
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.
#878ebc Background Color
<div style="background-color:#878ebc">
Div content here</div>
This div background color is #878ebc
#878ebc Border Color
<div style="border:3px solid #878ebc">
Div here</div>
This div border color is #878ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,142,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #878ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #878ebc; -webkit-box-shadow: 1px 1px 3px 2px #878ebc; box-shadow: 1px 1px 3px 2px #878ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,142,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #878ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #878ebc; -webkit-box-shadow: 1px 1px 3px 2px #878ebc; box-shadow: 1px 1px 3px 2px #878ebc;">
Div content here</div>
This div box has shadow with color #878ebc
Comments
No comments written yet.
Please login to write comment.