Color spaces of #b51ebf
RGB | 181 | 30 | 191 |
---|---|---|---|
HSL | 0.82 | 0.73 | 0.43 |
HSV | 296° | 84° | 75° |
CMYK | 0.05 | 0.84 | 0.00 0.25 |
XYZ | 28.9243 | 14.5139 | 50.5672 |
Yxy | 14.5139 | 0.3077 | 0.1544 |
Hunter Lab | 38.0971 | 68.8518 | -52.0290 |
CIE-Lab | 44.9611 | 73.5506 | -49.7762 |
#b51ebf color RGB value is (181,30,191).
#b51ebf hex color red value is 181, green value is 30 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b51ebf hue: 0.82 , saturation: 0.73 and the lightness value of b51ebf is 0.43.
The process color (four color CMYK) of #b51ebf color hex is 0.05, 0.84, 0.00, 0.25. Web safe color of #b51ebf is #cc33cc. Color #b51ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00011110 | 10111111 |
Octal | 265 | 36 | 277 |
Decimal | 181 | 30 | 191 |
Hex | B5 | 1E | BF |
Shades of #b51ebf
Tints of #b51ebf
RGB Percentages of Color #b51ebf
CMYK Percentages of Color #b51ebf
Complementary Color
#b51ebf | #28bf1e |
#b51ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b51ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b51ebf Color CSS Codes
.mybgcolor {background-color:#b51ebf; } .myforecolor {color:#b51ebf; } .mybordercolor {border:3px solid #b51ebf; }
#b51ebf Text Font Color
<p style="color:#b51ebf">Text here</p>
This sample text font color is #b51ebf
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.
#b51ebf Background Color
<div style="background-color:#b51ebf">
Div content here</div>
This div background color is #b51ebf
#b51ebf Border Color
<div style="border:3px solid #b51ebf">
Div here</div>
This div border color is #b51ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,30,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b51ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b51ebf; -webkit-box-shadow: 1px 1px 3px 2px #b51ebf; box-shadow: 1px 1px 3px 2px #b51ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,30,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b51ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b51ebf; -webkit-box-shadow: 1px 1px 3px 2px #b51ebf; box-shadow: 1px 1px 3px 2px #b51ebf;">
Div content here</div>
This div box has shadow with color #b51ebf
Comments
No comments written yet.
Please login to write comment.