Color spaces of #b850ea
RGB | 184 | 80 | 234 |
---|---|---|---|
HSL | 0.78 | 0.79 | 0.62 |
HSV | 281° | 66° | 92° |
CMYK | 0.21 | 0.66 | 0.00 0.08 |
XYZ | 37.4871 | 21.8682 | 80.0871 |
Yxy | 21.8682 | 0.2688 | 0.1568 |
Hunter Lab | 46.7634 | 61.2554 | -68.8057 |
CIE-Lab | 53.8869 | 65.4411 | -60.0415 |
#b850ea color RGB value is (184,80,234).
#b850ea hex color red value is 184, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b850ea hue: 0.78 , saturation: 0.79 and the lightness value of b850ea is 0.62.
The process color (four color CMYK) of #b850ea color hex is 0.21, 0.66, 0.00, 0.08. Web safe color of #b850ea is #cc66ff. Color #b850ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01010000 | 11101010 |
Octal | 270 | 120 | 352 |
Decimal | 184 | 80 | 234 |
Hex | B8 | 50 | EA |
Shades of #b850ea
Tints of #b850ea
RGB Percentages of Color #b850ea
CMYK Percentages of Color #b850ea
Complementary Color
#b850ea | #82ea50 |
#b850ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b850ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b850ea Color CSS Codes
.mybgcolor {background-color:#b850ea; } .myforecolor {color:#b850ea; } .mybordercolor {border:3px solid #b850ea; }
#b850ea Text Font Color
<p style="color:#b850ea">Text here</p>
This sample text font color is #b850ea
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.
#b850ea Background Color
<div style="background-color:#b850ea">
Div content here</div>
This div background color is #b850ea
#b850ea Border Color
<div style="border:3px solid #b850ea">
Div here</div>
This div border color is #b850ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,80,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b850ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b850ea; -webkit-box-shadow: 1px 1px 3px 2px #b850ea; box-shadow: 1px 1px 3px 2px #b850ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,80,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b850ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b850ea; -webkit-box-shadow: 1px 1px 3px 2px #b850ea; box-shadow: 1px 1px 3px 2px #b850ea;">
Div content here</div>
This div box has shadow with color #b850ea
Comments
No comments written yet.
Please login to write comment.