Color spaces of #b54fed
RGB | 181 | 79 | 237 |
---|---|---|---|
HSL | 0.77 | 0.81 | 0.62 |
HSV | 279° | 67° | 93° |
CMYK | 0.24 | 0.67 | 0.00 0.07 |
XYZ | 37.1381 | 21.5301 | 82.3191 |
Yxy | 21.5301 | 0.2634 | 0.1527 |
Hunter Lab | 46.4005 | 61.6670 | -72.7059 |
CIE-Lab | 53.5248 | 65.8602 | -62.3275 |
#b54fed color RGB value is (181,79,237).
#b54fed hex color red value is 181, green value is 79 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b54fed hue: 0.77 , saturation: 0.81 and the lightness value of b54fed is 0.62.
The process color (four color CMYK) of #b54fed color hex is 0.24, 0.67, 0.00, 0.07. Web safe color of #b54fed is #cc66ff. Color #b54fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01001111 | 11101101 |
Octal | 265 | 117 | 355 |
Decimal | 181 | 79 | 237 |
Hex | B5 | 4F | ED |
Shades of #b54fed
Tints of #b54fed
RGB Percentages of Color #b54fed
CMYK Percentages of Color #b54fed
Complementary Color
#b54fed | #87ed4f |
#b54fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b54fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#b54fed Color CSS Codes
.mybgcolor {background-color:#b54fed; } .myforecolor {color:#b54fed; } .mybordercolor {border:3px solid #b54fed; }
#b54fed Text Font Color
<p style="color:#b54fed">Text here</p>
This sample text font color is #b54fed
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.
#b54fed Background Color
<div style="background-color:#b54fed">
Div content here</div>
This div background color is #b54fed
#b54fed Border Color
<div style="border:3px solid #b54fed">
Div here</div>
This div border color is #b54fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,79,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b54fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b54fed; -webkit-box-shadow: 1px 1px 3px 2px #b54fed; box-shadow: 1px 1px 3px 2px #b54fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,79,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b54fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b54fed; -webkit-box-shadow: 1px 1px 3px 2px #b54fed; box-shadow: 1px 1px 3px 2px #b54fed;">
Div content here</div>
This div box has shadow with color #b54fed
Comments
No comments written yet.
Please login to write comment.