Color spaces of #b538fe
RGB | 181 | 56 | 254 |
---|---|---|---|
HSL | 0.77 | 0.99 | 0.61 |
HSV | 278° | 78° | 100° |
CMYK | 0.29 | 0.78 | 0.00 0.00 |
XYZ | 38.3596 | 19.8079 | 95.5675 |
Yxy | 19.8079 | 0.2495 | 0.1288 |
Hunter Lab | 44.5061 | 75.9628 | -96.1587 |
CIE-Lab | 51.6193 | 78.0381 | -74.9052 |
#b538fe color RGB value is (181,56,254).
#b538fe hex color red value is 181, green value is 56 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b538fe hue: 0.77 , saturation: 0.99 and the lightness value of b538fe is 0.61.
The process color (four color CMYK) of #b538fe color hex is 0.29, 0.78, 0.00, 0.00. Web safe color of #b538fe is #cc33ff. Color #b538fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00111000 | 11111110 |
Octal | 265 | 70 | 376 |
Decimal | 181 | 56 | 254 |
Hex | B5 | 38 | FE |
Shades of #b538fe
Tints of #b538fe
RGB Percentages of Color #b538fe
CMYK Percentages of Color #b538fe
Complementary Color
#b538fe | #81fe38 |
#b538fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b538fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b538fe Color CSS Codes
.mybgcolor {background-color:#b538fe; } .myforecolor {color:#b538fe; } .mybordercolor {border:3px solid #b538fe; }
#b538fe Text Font Color
<p style="color:#b538fe">Text here</p>
This sample text font color is #b538fe
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.
#b538fe Background Color
<div style="background-color:#b538fe">
Div content here</div>
This div background color is #b538fe
#b538fe Border Color
<div style="border:3px solid #b538fe">
Div here</div>
This div border color is #b538fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,56,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b538fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b538fe; -webkit-box-shadow: 1px 1px 3px 2px #b538fe; box-shadow: 1px 1px 3px 2px #b538fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,56,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b538fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b538fe; -webkit-box-shadow: 1px 1px 3px 2px #b538fe; box-shadow: 1px 1px 3px 2px #b538fe;">
Div content here</div>
This div box has shadow with color #b538fe
Comments
No comments written yet.
Please login to write comment.