Color spaces of #b510df
RGB | 181 | 16 | 223 |
---|---|---|---|
HSL | 0.80 | 0.87 | 0.47 |
HSV | 288° | 93° | 87° |
CMYK | 0.19 | 0.93 | 0.00 0.13 |
XYZ | 32.5606 | 15.5221 | 71.0920 |
Yxy | 15.5221 | 0.2732 | 0.1302 |
Hunter Lab | 39.3981 | 78.5749 | -79.4073 |
CIE-Lab | 46.3412 | 81.1431 | -66.0222 |
#b510df color RGB value is (181,16,223).
#b510df hex color red value is 181, green value is 16 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b510df hue: 0.80 , saturation: 0.87 and the lightness value of b510df is 0.47.
The process color (four color CMYK) of #b510df color hex is 0.19, 0.93, 0.00, 0.13. Web safe color of #b510df is #cc00cc. Color #b510df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00010000 | 11011111 |
Octal | 265 | 20 | 337 |
Decimal | 181 | 16 | 223 |
Hex | B5 | 10 | DF |
Shades of #b510df
Tints of #b510df
RGB Percentages of Color #b510df
CMYK Percentages of Color #b510df
Complementary Color
#b510df | #3adf10 |
#b510df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b510df Color Preview on White Background
Lorem ipsum dolor sit amet.
#b510df Color CSS Codes
.mybgcolor {background-color:#b510df; } .myforecolor {color:#b510df; } .mybordercolor {border:3px solid #b510df; }
#b510df Text Font Color
<p style="color:#b510df">Text here</p>
This sample text font color is #b510df
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.
#b510df Background Color
<div style="background-color:#b510df">
Div content here</div>
This div background color is #b510df
#b510df Border Color
<div style="border:3px solid #b510df">
Div here</div>
This div border color is #b510df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,16,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b510df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b510df; -webkit-box-shadow: 1px 1px 3px 2px #b510df; box-shadow: 1px 1px 3px 2px #b510df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,16,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b510df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b510df; -webkit-box-shadow: 1px 1px 3px 2px #b510df; box-shadow: 1px 1px 3px 2px #b510df;">
Div content here</div>
This div box has shadow with color #b510df
Comments
No comments written yet.
Please login to write comment.