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