Color spaces of #b54ebd
RGB | 181 | 78 | 189 |
---|---|---|---|
HSL | 0.82 | 0.46 | 0.52 |
HSV | 296° | 59° | 74° |
CMYK | 0.04 | 0.59 | 0.00 0.26 |
XYZ | 30.9658 | 18.9467 | 50.1691 |
Yxy | 18.9467 | 0.3094 | 0.1893 |
Hunter Lab | 43.5278 | 50.8117 | -37.8668 |
CIE-Lab | 50.6248 | 56.8713 | -39.6037 |
#b54ebd color RGB value is (181,78,189).
#b54ebd hex color red value is 181, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b54ebd hue: 0.82 , saturation: 0.46 and the lightness value of b54ebd is 0.52.
The process color (four color CMYK) of #b54ebd color hex is 0.04, 0.59, 0.00, 0.26. Web safe color of #b54ebd is #cc66cc. Color #b54ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01001110 | 10111101 |
Octal | 265 | 116 | 275 |
Decimal | 181 | 78 | 189 |
Hex | B5 | 4E | BD |
Shades of #b54ebd
Tints of #b54ebd
RGB Percentages of Color #b54ebd
CMYK Percentages of Color #b54ebd
Complementary Color
#b54ebd | #56bd4e |
#b54ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b54ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b54ebd Color CSS Codes
.mybgcolor {background-color:#b54ebd; } .myforecolor {color:#b54ebd; } .mybordercolor {border:3px solid #b54ebd; }
#b54ebd Text Font Color
<p style="color:#b54ebd">Text here</p>
This sample text font color is #b54ebd
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.
#b54ebd Background Color
<div style="background-color:#b54ebd">
Div content here</div>
This div background color is #b54ebd
#b54ebd Border Color
<div style="border:3px solid #b54ebd">
Div here</div>
This div border color is #b54ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,78,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b54ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b54ebd; -webkit-box-shadow: 1px 1px 3px 2px #b54ebd; box-shadow: 1px 1px 3px 2px #b54ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,78,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b54ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b54ebd; -webkit-box-shadow: 1px 1px 3px 2px #b54ebd; box-shadow: 1px 1px 3px 2px #b54ebd;">
Div content here</div>
This div box has shadow with color #b54ebd
Comments
No comments written yet.
Please login to write comment.