Color spaces of #b01fde
RGB | 176 | 31 | 222 |
---|---|---|---|
HSL | 0.79 | 0.75 | 0.50 |
HSV | 286° | 86° | 87° |
CMYK | 0.21 | 0.86 | 0.00 0.13 |
XYZ | 31.5793 | 15.4840 | 70.4315 |
Yxy | 15.4840 | 0.2688 | 0.1318 |
Hunter Lab | 39.3497 | 74.3895 | -78.5775 |
CIE-Lab | 46.2901 | 77.8126 | -65.5712 |
#b01fde color RGB value is (176,31,222).
#b01fde hex color red value is 176, green value is 31 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b01fde hue: 0.79 , saturation: 0.75 and the lightness value of b01fde is 0.50.
The process color (four color CMYK) of #b01fde color hex is 0.21, 0.86, 0.00, 0.13. Web safe color of #b01fde is #9933cc. Color #b01fde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00011111 | 11011110 |
Octal | 260 | 37 | 336 |
Decimal | 176 | 31 | 222 |
Hex | B0 | 1F | DE |
Shades of #b01fde
Tints of #b01fde
RGB Percentages of Color #b01fde
CMYK Percentages of Color #b01fde
Complementary Color
#b01fde | #4dde1f |
#b01fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b01fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b01fde Color CSS Codes
.mybgcolor {background-color:#b01fde; } .myforecolor {color:#b01fde; } .mybordercolor {border:3px solid #b01fde; }
#b01fde Text Font Color
<p style="color:#b01fde">Text here</p>
This sample text font color is #b01fde
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.
#b01fde Background Color
<div style="background-color:#b01fde">
Div content here</div>
This div background color is #b01fde
#b01fde Border Color
<div style="border:3px solid #b01fde">
Div here</div>
This div border color is #b01fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,31,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b01fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b01fde; -webkit-box-shadow: 1px 1px 3px 2px #b01fde; box-shadow: 1px 1px 3px 2px #b01fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,31,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 #b01fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b01fde; -webkit-box-shadow: 1px 1px 3px 2px #b01fde; box-shadow: 1px 1px 3px 2px #b01fde;">
Div content here</div>
This div box has shadow with color #b01fde
Comments
No comments written yet.
Please login to write comment.