Color spaces of #876bdf
RGB | 135 | 107 | 223 |
---|---|---|---|
HSL | 0.71 | 0.64 | 0.65 |
HSV | 254° | 52° | 87° |
CMYK | 0.39 | 0.52 | 0.00 0.13 |
XYZ | 28.5687 | 20.9940 | 72.3586 |
Yxy | 20.9940 | 0.2343 | 0.1722 |
Hunter Lab | 45.8192 | 31.1128 | -61.5585 |
CIE-Lab | 52.9429 | 37.7622 | -55.6642 |
#876bdf color RGB value is (135,107,223).
#876bdf hex color red value is 135, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #876bdf hue: 0.71 , saturation: 0.64 and the lightness value of 876bdf is 0.65.
The process color (four color CMYK) of #876bdf color hex is 0.39, 0.52, 0.00, 0.13. Web safe color of #876bdf is #9966cc. Color #876bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01101011 | 11011111 |
Octal | 207 | 153 | 337 |
Decimal | 135 | 107 | 223 |
Hex | 87 | 6B | DF |
Shades of #876bdf
Tints of #876bdf
RGB Percentages of Color #876bdf
CMYK Percentages of Color #876bdf
Complementary Color
#876bdf | #c3df6b |
#876bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#876bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#876bdf Color CSS Codes
.mybgcolor {background-color:#876bdf; } .myforecolor {color:#876bdf; } .mybordercolor {border:3px solid #876bdf; }
#876bdf Text Font Color
<p style="color:#876bdf">Text here</p>
This sample text font color is #876bdf
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.
#876bdf Background Color
<div style="background-color:#876bdf">
Div content here</div>
This div background color is #876bdf
#876bdf Border Color
<div style="border:3px solid #876bdf">
Div here</div>
This div border color is #876bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,107,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #876bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #876bdf; -webkit-box-shadow: 1px 1px 3px 2px #876bdf; box-shadow: 1px 1px 3px 2px #876bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,107,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #876bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #876bdf; -webkit-box-shadow: 1px 1px 3px 2px #876bdf; box-shadow: 1px 1px 3px 2px #876bdf;">
Div content here</div>
This div box has shadow with color #876bdf
Comments
No comments written yet.
Please login to write comment.