Color spaces of #b518bb
RGB | 181 | 24 | 187 |
---|---|---|---|
HSL | 0.83 | 0.77 | 0.41 |
HSV | 298° | 87° | 73° |
CMYK | 0.03 | 0.87 | 0.00 0.27 |
XYZ | 28.3523 | 14.0649 | 48.2342 |
Yxy | 14.0649 | 0.3128 | 0.1552 |
Hunter Lab | 37.5032 | 69.3148 | -50.0027 |
CIE-Lab | 44.3259 | 74.0569 | -48.4519 |
#b518bb color RGB value is (181,24,187).
#b518bb hex color red value is 181, green value is 24 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b518bb hue: 0.83 , saturation: 0.77 and the lightness value of b518bb is 0.41.
The process color (four color CMYK) of #b518bb color hex is 0.03, 0.87, 0.00, 0.27. Web safe color of #b518bb is #cc00cc. Color #b518bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00011000 | 10111011 |
Octal | 265 | 30 | 273 |
Decimal | 181 | 24 | 187 |
Hex | B5 | 18 | BB |
Shades of #b518bb
Tints of #b518bb
RGB Percentages of Color #b518bb
CMYK Percentages of Color #b518bb
Complementary Color
#b518bb | #1ebb18 |
#b518bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b518bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b518bb Color CSS Codes
.mybgcolor {background-color:#b518bb; } .myforecolor {color:#b518bb; } .mybordercolor {border:3px solid #b518bb; }
#b518bb Text Font Color
<p style="color:#b518bb">Text here</p>
This sample text font color is #b518bb
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.
#b518bb Background Color
<div style="background-color:#b518bb">
Div content here</div>
This div background color is #b518bb
#b518bb Border Color
<div style="border:3px solid #b518bb">
Div here</div>
This div border color is #b518bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,24,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b518bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b518bb; -webkit-box-shadow: 1px 1px 3px 2px #b518bb; box-shadow: 1px 1px 3px 2px #b518bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,24,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b518bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b518bb; -webkit-box-shadow: 1px 1px 3px 2px #b518bb; box-shadow: 1px 1px 3px 2px #b518bb;">
Div content here</div>
This div box has shadow with color #b518bb
Comments
No comments written yet.
Please login to write comment.