Color spaces of #856bfe
RGB | 133 | 107 | 254 |
---|---|---|---|
HSL | 0.70 | 0.99 | 0.71 |
HSV | 251° | 58° | 100° |
CMYK | 0.48 | 0.58 | 0.00 0.00 |
XYZ | 32.8200 | 22.6577 | 96.4095 |
Yxy | 22.6577 | 0.2161 | 0.1492 |
Hunter Lab | 47.6001 | 39.7745 | -86.7662 |
CIE-Lab | 54.7180 | 45.9626 | -70.1234 |
#856bfe color RGB value is (133,107,254).
#856bfe hex color red value is 133, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #856bfe hue: 0.70 , saturation: 0.99 and the lightness value of 856bfe is 0.71.
The process color (four color CMYK) of #856bfe color hex is 0.48, 0.58, 0.00, 0.00. Web safe color of #856bfe is #9966ff. Color #856bfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01101011 | 11111110 |
Octal | 205 | 153 | 376 |
Decimal | 133 | 107 | 254 |
Hex | 85 | 6B | FE |
Shades of #856bfe
Tints of #856bfe
RGB Percentages of Color #856bfe
CMYK Percentages of Color #856bfe
Complementary Color
#856bfe | #e4fe6b |
#856bfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#856bfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#856bfe Color CSS Codes
.mybgcolor {background-color:#856bfe; } .myforecolor {color:#856bfe; } .mybordercolor {border:3px solid #856bfe; }
#856bfe Text Font Color
<p style="color:#856bfe">Text here</p>
This sample text font color is #856bfe
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.
#856bfe Background Color
<div style="background-color:#856bfe">
Div content here</div>
This div background color is #856bfe
#856bfe Border Color
<div style="border:3px solid #856bfe">
Div here</div>
This div border color is #856bfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,107,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #856bfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #856bfe; -webkit-box-shadow: 1px 1px 3px 2px #856bfe; box-shadow: 1px 1px 3px 2px #856bfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,107,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #856bfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #856bfe; -webkit-box-shadow: 1px 1px 3px 2px #856bfe; box-shadow: 1px 1px 3px 2px #856bfe;">
Div content here</div>
This div box has shadow with color #856bfe
Comments
No comments written yet.
Please login to write comment.