Color spaces of #b951de
RGB | 185 | 81 | 222 |
---|---|---|---|
HSL | 0.79 | 0.68 | 0.59 |
HSV | 284° | 64° | 87° |
CMYK | 0.17 | 0.64 | 0.00 0.13 |
XYZ | 36.1348 | 21.4731 | 71.3474 |
Yxy | 21.4731 | 0.2802 | 0.1665 |
Hunter Lab | 46.3391 | 58.0993 | -58.8503 |
CIE-Lab | 53.4634 | 62.8031 | -53.9499 |
#b951de color RGB value is (185,81,222).
#b951de hex color red value is 185, green value is 81 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b951de hue: 0.79 , saturation: 0.68 and the lightness value of b951de is 0.59.
The process color (four color CMYK) of #b951de color hex is 0.17, 0.64, 0.00, 0.13. Web safe color of #b951de is #cc66cc. Color #b951de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01010001 | 11011110 |
Octal | 271 | 121 | 336 |
Decimal | 185 | 81 | 222 |
Hex | B9 | 51 | DE |
Shades of #b951de
Tints of #b951de
RGB Percentages of Color #b951de
CMYK Percentages of Color #b951de
Complementary Color
#b951de | #76de51 |
#b951de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b951de Color Preview on White Background
Lorem ipsum dolor sit amet.
#b951de Color CSS Codes
.mybgcolor {background-color:#b951de; } .myforecolor {color:#b951de; } .mybordercolor {border:3px solid #b951de; }
#b951de Text Font Color
<p style="color:#b951de">Text here</p>
This sample text font color is #b951de
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.
#b951de Background Color
<div style="background-color:#b951de">
Div content here</div>
This div background color is #b951de
#b951de Border Color
<div style="border:3px solid #b951de">
Div here</div>
This div border color is #b951de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,81,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b951de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b951de; -webkit-box-shadow: 1px 1px 3px 2px #b951de; box-shadow: 1px 1px 3px 2px #b951de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,81,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b951de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b951de; -webkit-box-shadow: 1px 1px 3px 2px #b951de; box-shadow: 1px 1px 3px 2px #b951de;">
Div content here</div>
This div box has shadow with color #b951de
Comments
No comments written yet.
Please login to write comment.