Color spaces of #b716fc
RGB | 183 | 22 | 252 |
---|---|---|---|
HSL | 0.78 | 0.97 | 0.54 |
HSV | 282° | 91° | 99° |
CMYK | 0.27 | 0.91 | 0.00 0.01 |
XYZ | 37.3860 | 17.6694 | 93.5355 |
Yxy | 17.6694 | 0.2516 | 0.1189 |
Hunter Lab | 42.0350 | 85.1970 | -102.5066 |
CIE-Lab | 49.0926 | 85.7760 | -77.8947 |
#b716fc color RGB value is (183,22,252).
#b716fc hex color red value is 183, green value is 22 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b716fc hue: 0.78 , saturation: 0.97 and the lightness value of b716fc is 0.54.
The process color (four color CMYK) of #b716fc color hex is 0.27, 0.91, 0.00, 0.01. Web safe color of #b716fc is #cc00ff. Color #b716fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00010110 | 11111100 |
Octal | 267 | 26 | 374 |
Decimal | 183 | 22 | 252 |
Hex | B7 | 16 | FC |
Shades of #b716fc
Tints of #b716fc
RGB Percentages of Color #b716fc
CMYK Percentages of Color #b716fc
Complementary Color
#b716fc | #5bfc16 |
#b716fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b716fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b716fc Color CSS Codes
.mybgcolor {background-color:#b716fc; } .myforecolor {color:#b716fc; } .mybordercolor {border:3px solid #b716fc; }
#b716fc Text Font Color
<p style="color:#b716fc">Text here</p>
This sample text font color is #b716fc
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.
#b716fc Background Color
<div style="background-color:#b716fc">
Div content here</div>
This div background color is #b716fc
#b716fc Border Color
<div style="border:3px solid #b716fc">
Div here</div>
This div border color is #b716fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,22,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b716fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b716fc; -webkit-box-shadow: 1px 1px 3px 2px #b716fc; box-shadow: 1px 1px 3px 2px #b716fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,22,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b716fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b716fc; -webkit-box-shadow: 1px 1px 3px 2px #b716fc; box-shadow: 1px 1px 3px 2px #b716fc;">
Div content here</div>
This div box has shadow with color #b716fc
Comments
No comments written yet.
Please login to write comment.