Color spaces of #b856eb
RGB | 184 | 86 | 235 |
---|---|---|---|
HSL | 0.78 | 0.79 | 0.63 |
HSV | 279° | 63° | 92° |
CMYK | 0.22 | 0.63 | 0.00 0.08 |
XYZ | 38.0903 | 22.8441 | 80.9990 |
Yxy | 22.8441 | 0.2684 | 0.1609 |
Hunter Lab | 47.7955 | 58.6122 | -67.0219 |
CIE-Lab | 54.9114 | 62.9814 | -58.9578 |
#b856eb color RGB value is (184,86,235).
#b856eb hex color red value is 184, green value is 86 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b856eb hue: 0.78 , saturation: 0.79 and the lightness value of b856eb is 0.63.
The process color (four color CMYK) of #b856eb color hex is 0.22, 0.63, 0.00, 0.08. Web safe color of #b856eb is #cc66ff. Color #b856eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01010110 | 11101011 |
Octal | 270 | 126 | 353 |
Decimal | 184 | 86 | 235 |
Hex | B8 | 56 | EB |
Shades of #b856eb
Tints of #b856eb
RGB Percentages of Color #b856eb
CMYK Percentages of Color #b856eb
Complementary Color
#b856eb | #89eb56 |
#b856eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b856eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b856eb Color CSS Codes
.mybgcolor {background-color:#b856eb; } .myforecolor {color:#b856eb; } .mybordercolor {border:3px solid #b856eb; }
#b856eb Text Font Color
<p style="color:#b856eb">Text here</p>
This sample text font color is #b856eb
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.
#b856eb Background Color
<div style="background-color:#b856eb">
Div content here</div>
This div background color is #b856eb
#b856eb Border Color
<div style="border:3px solid #b856eb">
Div here</div>
This div border color is #b856eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,86,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b856eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b856eb; -webkit-box-shadow: 1px 1px 3px 2px #b856eb; box-shadow: 1px 1px 3px 2px #b856eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,86,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b856eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b856eb; -webkit-box-shadow: 1px 1px 3px 2px #b856eb; box-shadow: 1px 1px 3px 2px #b856eb;">
Div content here</div>
This div box has shadow with color #b856eb
Comments
No comments written yet.
Please login to write comment.