Color spaces of #b81fda
RGB | 184 | 31 | 218 |
---|---|---|---|
HSL | 0.80 | 0.75 | 0.49 |
HSV | 289° | 86° | 85° |
CMYK | 0.16 | 0.86 | 0.00 0.15 |
XYZ | 32.9120 | 16.2323 | 67.7282 |
Yxy | 16.2323 | 0.2816 | 0.1389 |
Hunter Lab | 40.2893 | 75.3088 | -71.4667 |
CIE-Lab | 47.2778 | 78.3599 | -61.6264 |
#b81fda color RGB value is (184,31,218).
#b81fda hex color red value is 184, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b81fda hue: 0.80 , saturation: 0.75 and the lightness value of b81fda is 0.49.
The process color (four color CMYK) of #b81fda color hex is 0.16, 0.86, 0.00, 0.15. Web safe color of #b81fda is #cc33cc. Color #b81fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00011111 | 11011010 |
Octal | 270 | 37 | 332 |
Decimal | 184 | 31 | 218 |
Hex | B8 | 1F | DA |
Shades of #b81fda
Tints of #b81fda
RGB Percentages of Color #b81fda
CMYK Percentages of Color #b81fda
Complementary Color
#b81fda | #41da1f |
#b81fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b81fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b81fda Color CSS Codes
.mybgcolor {background-color:#b81fda; } .myforecolor {color:#b81fda; } .mybordercolor {border:3px solid #b81fda; }
#b81fda Text Font Color
<p style="color:#b81fda">Text here</p>
This sample text font color is #b81fda
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.
#b81fda Background Color
<div style="background-color:#b81fda">
Div content here</div>
This div background color is #b81fda
#b81fda Border Color
<div style="border:3px solid #b81fda">
Div here</div>
This div border color is #b81fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,31,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b81fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b81fda; -webkit-box-shadow: 1px 1px 3px 2px #b81fda; box-shadow: 1px 1px 3px 2px #b81fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,31,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b81fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b81fda; -webkit-box-shadow: 1px 1px 3px 2px #b81fda; box-shadow: 1px 1px 3px 2px #b81fda;">
Div content here</div>
This div box has shadow with color #b81fda
Comments
No comments written yet.
Please login to write comment.