Color spaces of #856bcd
RGB | 133 | 107 | 205 |
---|---|---|---|
HSL | 0.71 | 0.49 | 0.61 |
HSV | 256° | 48° | 80° |
CMYK | 0.35 | 0.48 | 0.00 0.20 |
XYZ | 25.9500 | 19.9097 | 60.2329 |
Yxy | 19.9097 | 0.2446 | 0.1877 |
Hunter Lab | 44.6203 | 25.7255 | -48.8013 |
CIE-Lab | 51.7350 | 32.4057 | -47.3960 |
#856bcd color RGB value is (133,107,205).
#856bcd hex color red value is 133, green value is 107 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #856bcd hue: 0.71 , saturation: 0.49 and the lightness value of 856bcd is 0.61.
The process color (four color CMYK) of #856bcd color hex is 0.35, 0.48, 0.00, 0.20. Web safe color of #856bcd is #9966cc. Color #856bcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01101011 | 11001101 |
Octal | 205 | 153 | 315 |
Decimal | 133 | 107 | 205 |
Hex | 85 | 6B | CD |
Shades of #856bcd
Tints of #856bcd
RGB Percentages of Color #856bcd
CMYK Percentages of Color #856bcd
Complementary Color
#856bcd | #b3cd6b |
#856bcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#856bcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#856bcd Color CSS Codes
.mybgcolor {background-color:#856bcd; } .myforecolor {color:#856bcd; } .mybordercolor {border:3px solid #856bcd; }
#856bcd Text Font Color
<p style="color:#856bcd">Text here</p>
This sample text font color is #856bcd
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.
#856bcd Background Color
<div style="background-color:#856bcd">
Div content here</div>
This div background color is #856bcd
#856bcd Border Color
<div style="border:3px solid #856bcd">
Div here</div>
This div border color is #856bcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,107,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #856bcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #856bcd; -webkit-box-shadow: 1px 1px 3px 2px #856bcd; box-shadow: 1px 1px 3px 2px #856bcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,107,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #856bcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #856bcd; -webkit-box-shadow: 1px 1px 3px 2px #856bcd; box-shadow: 1px 1px 3px 2px #856bcd;">
Div content here</div>
This div box has shadow with color #856bcd
Comments
No comments written yet.
Please login to write comment.