Color spaces of #b52cfb
RGB | 181 | 44 | 251 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.58 |
HSV | 280° | 82° | 98° |
CMYK | 0.28 | 0.82 | 0.00 0.02 |
XYZ | 37.3693 | 18.5902 | 92.8855 |
Yxy | 18.5902 | 0.2511 | 0.1249 |
Hunter Lab | 43.1164 | 79.2538 | -97.5469 |
CIE-Lab | 50.2043 | 80.9300 | -75.5366 |
#b52cfb color RGB value is (181,44,251).
#b52cfb hex color red value is 181, green value is 44 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b52cfb hue: 0.78 , saturation: 0.96 and the lightness value of b52cfb is 0.58.
The process color (four color CMYK) of #b52cfb color hex is 0.28, 0.82, 0.00, 0.02. Web safe color of #b52cfb is #cc33ff. Color #b52cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00101100 | 11111011 |
Octal | 265 | 54 | 373 |
Decimal | 181 | 44 | 251 |
Hex | B5 | 2C | FB |
Shades of #b52cfb
Tints of #b52cfb
RGB Percentages of Color #b52cfb
CMYK Percentages of Color #b52cfb
Complementary Color
#b52cfb | #72fb2c |
#b52cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b52cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b52cfb Color CSS Codes
.mybgcolor {background-color:#b52cfb; } .myforecolor {color:#b52cfb; } .mybordercolor {border:3px solid #b52cfb; }
#b52cfb Text Font Color
<p style="color:#b52cfb">Text here</p>
This sample text font color is #b52cfb
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.
#b52cfb Background Color
<div style="background-color:#b52cfb">
Div content here</div>
This div background color is #b52cfb
#b52cfb Border Color
<div style="border:3px solid #b52cfb">
Div here</div>
This div border color is #b52cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,44,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b52cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b52cfb; -webkit-box-shadow: 1px 1px 3px 2px #b52cfb; box-shadow: 1px 1px 3px 2px #b52cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,44,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b52cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b52cfb; -webkit-box-shadow: 1px 1px 3px 2px #b52cfb; box-shadow: 1px 1px 3px 2px #b52cfb;">
Div content here</div>
This div box has shadow with color #b52cfb
Comments
No comments written yet.
Please login to write comment.