Color spaces of #b515dd
RGB | 181 | 21 | 221 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.47 |
HSV | 288° | 90° | 87° |
CMYK | 0.18 | 0.90 | 0.00 0.13 |
XYZ | 32.3754 | 15.5805 | 69.7076 |
Yxy | 15.5805 | 0.2752 | 0.1324 |
Hunter Lab | 39.4721 | 77.3310 | -77.0753 |
CIE-Lab | 46.4192 | 80.1419 | -64.7539 |
#b515dd color RGB value is (181,21,221).
#b515dd hex color red value is 181, green value is 21 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b515dd hue: 0.80 , saturation: 0.83 and the lightness value of b515dd is 0.47.
The process color (four color CMYK) of #b515dd color hex is 0.18, 0.90, 0.00, 0.13. Web safe color of #b515dd is #cc00cc. Color #b515dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00010101 | 11011101 |
Octal | 265 | 25 | 335 |
Decimal | 181 | 21 | 221 |
Hex | B5 | 15 | DD |
Shades of #b515dd
Tints of #b515dd
RGB Percentages of Color #b515dd
CMYK Percentages of Color #b515dd
Complementary Color
#b515dd | #3ddd15 |
#b515dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b515dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b515dd Color CSS Codes
.mybgcolor {background-color:#b515dd; } .myforecolor {color:#b515dd; } .mybordercolor {border:3px solid #b515dd; }
#b515dd Text Font Color
<p style="color:#b515dd">Text here</p>
This sample text font color is #b515dd
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.
#b515dd Background Color
<div style="background-color:#b515dd">
Div content here</div>
This div background color is #b515dd
#b515dd Border Color
<div style="border:3px solid #b515dd">
Div here</div>
This div border color is #b515dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,21,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b515dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b515dd; -webkit-box-shadow: 1px 1px 3px 2px #b515dd; box-shadow: 1px 1px 3px 2px #b515dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,21,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b515dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b515dd; -webkit-box-shadow: 1px 1px 3px 2px #b515dd; box-shadow: 1px 1px 3px 2px #b515dd;">
Div content here</div>
This div box has shadow with color #b515dd
Comments
No comments written yet.
Please login to write comment.