Color spaces of #b54eea
RGB | 181 | 78 | 234 |
---|---|---|---|
HSL | 0.78 | 0.79 | 0.61 |
HSV | 280° | 67° | 92° |
CMYK | 0.23 | 0.67 | 0.00 0.08 |
XYZ | 36.6317 | 21.2130 | 80.0057 |
Yxy | 21.2130 | 0.2657 | 0.1539 |
Hunter Lab | 46.0576 | 61.3685 | -70.7512 |
CIE-Lab | 53.1818 | 65.6697 | -61.1959 |
#b54eea color RGB value is (181,78,234).
#b54eea hex color red value is 181, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b54eea hue: 0.78 , saturation: 0.79 and the lightness value of b54eea is 0.61.
The process color (four color CMYK) of #b54eea color hex is 0.23, 0.67, 0.00, 0.08. Web safe color of #b54eea is #cc66ff. Color #b54eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01001110 | 11101010 |
Octal | 265 | 116 | 352 |
Decimal | 181 | 78 | 234 |
Hex | B5 | 4E | EA |
Shades of #b54eea
Tints of #b54eea
RGB Percentages of Color #b54eea
CMYK Percentages of Color #b54eea
Complementary Color
#b54eea | #83ea4e |
#b54eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b54eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b54eea Color CSS Codes
.mybgcolor {background-color:#b54eea; } .myforecolor {color:#b54eea; } .mybordercolor {border:3px solid #b54eea; }
#b54eea Text Font Color
<p style="color:#b54eea">Text here</p>
This sample text font color is #b54eea
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.
#b54eea Background Color
<div style="background-color:#b54eea">
Div content here</div>
This div background color is #b54eea
#b54eea Border Color
<div style="border:3px solid #b54eea">
Div here</div>
This div border color is #b54eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,78,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b54eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b54eea; -webkit-box-shadow: 1px 1px 3px 2px #b54eea; box-shadow: 1px 1px 3px 2px #b54eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,78,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 #b54eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b54eea; -webkit-box-shadow: 1px 1px 3px 2px #b54eea; box-shadow: 1px 1px 3px 2px #b54eea;">
Div content here</div>
This div box has shadow with color #b54eea
Comments
No comments written yet.
Please login to write comment.