Color spaces of #b50adf
RGB | 181 | 10 | 223 |
---|---|---|---|
HSL | 0.80 | 0.91 | 0.46 |
HSV | 288° | 96° | 87° |
CMYK | 0.19 | 0.96 | 0.00 0.13 |
XYZ | 32.4839 | 15.3686 | 71.0664 |
Yxy | 15.3686 | 0.2732 | 0.1292 |
Hunter Lab | 39.2028 | 79.3023 | -80.0383 |
CIE-Lab | 46.1350 | 81.7569 | -66.3569 |
#b50adf color RGB value is (181,10,223).
#b50adf hex color red value is 181, green value is 10 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b50adf hue: 0.80 , saturation: 0.91 and the lightness value of b50adf is 0.46.
The process color (four color CMYK) of #b50adf color hex is 0.19, 0.96, 0.00, 0.13. Web safe color of #b50adf is #cc00cc. Color #b50adf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00001010 | 11011111 |
Octal | 265 | 12 | 337 |
Decimal | 181 | 10 | 223 |
Hex | B5 | A | DF |
Shades of #b50adf
Tints of #b50adf
RGB Percentages of Color #b50adf
CMYK Percentages of Color #b50adf
Complementary Color
#b50adf | #34df0a |
#b50adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b50adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b50adf Color CSS Codes
.mybgcolor {background-color:#b50adf; } .myforecolor {color:#b50adf; } .mybordercolor {border:3px solid #b50adf; }
#b50adf Text Font Color
<p style="color:#b50adf">Text here</p>
This sample text font color is #b50adf
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.
#b50adf Background Color
<div style="background-color:#b50adf">
Div content here</div>
This div background color is #b50adf
#b50adf Border Color
<div style="border:3px solid #b50adf">
Div here</div>
This div border color is #b50adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,10,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b50adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b50adf; -webkit-box-shadow: 1px 1px 3px 2px #b50adf; box-shadow: 1px 1px 3px 2px #b50adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,10,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 #b50adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b50adf; -webkit-box-shadow: 1px 1px 3px 2px #b50adf; box-shadow: 1px 1px 3px 2px #b50adf;">
Div content here</div>
This div box has shadow with color #b50adf
Comments
No comments written yet.
Please login to write comment.