Color spaces of #b848eb
RGB | 184 | 72 | 235 |
---|---|---|---|
HSL | 0.78 | 0.80 | 0.60 |
HSV | 281° | 69° | 92° |
CMYK | 0.22 | 0.69 | 0.00 0.08 |
XYZ | 37.0799 | 20.8232 | 80.6622 |
Yxy | 20.8232 | 0.2676 | 0.1503 |
Hunter Lab | 45.6324 | 65.1883 | -72.8613 |
CIE-Lab | 52.7555 | 68.9855 | -62.4234 |
#b848eb color RGB value is (184,72,235).
#b848eb hex color red value is 184, green value is 72 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b848eb hue: 0.78 , saturation: 0.80 and the lightness value of b848eb is 0.60.
The process color (four color CMYK) of #b848eb color hex is 0.22, 0.69, 0.00, 0.08. Web safe color of #b848eb is #cc33ff. Color #b848eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01001000 | 11101011 |
Octal | 270 | 110 | 353 |
Decimal | 184 | 72 | 235 |
Hex | B8 | 48 | EB |
Shades of #b848eb
Tints of #b848eb
RGB Percentages of Color #b848eb
CMYK Percentages of Color #b848eb
Complementary Color
#b848eb | #7beb48 |
#b848eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b848eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b848eb Color CSS Codes
.mybgcolor {background-color:#b848eb; } .myforecolor {color:#b848eb; } .mybordercolor {border:3px solid #b848eb; }
#b848eb Text Font Color
<p style="color:#b848eb">Text here</p>
This sample text font color is #b848eb
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.
#b848eb Background Color
<div style="background-color:#b848eb">
Div content here</div>
This div background color is #b848eb
#b848eb Border Color
<div style="border:3px solid #b848eb">
Div here</div>
This div border color is #b848eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,72,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b848eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b848eb; -webkit-box-shadow: 1px 1px 3px 2px #b848eb; box-shadow: 1px 1px 3px 2px #b848eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,72,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 #b848eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b848eb; -webkit-box-shadow: 1px 1px 3px 2px #b848eb; box-shadow: 1px 1px 3px 2px #b848eb;">
Div content here</div>
This div box has shadow with color #b848eb
Comments
No comments written yet.
Please login to write comment.