Color spaces of #bd15ff
RGB | 189 | 21 | 255 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.54 |
HSV | 283° | 92° | 100° |
CMYK | 0.26 | 0.92 | 0.00 0.00 |
XYZ | 39.3044 | 18.5751 | 96.1215 |
Yxy | 18.5751 | 0.2552 | 0.1206 |
Hunter Lab | 43.0988 | 87.3618 | -102.0628 |
CIE-Lab | 50.1863 | 87.2237 | -77.7452 |
#bd15ff color RGB value is (189,21,255).
#bd15ff hex color red value is 189, green value is 21 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bd15ff hue: 0.79 , saturation: 1.00 and the lightness value of bd15ff is 0.54.
The process color (four color CMYK) of #bd15ff color hex is 0.26, 0.92, 0.00, 0.00. Web safe color of #bd15ff is #cc00ff. Color #bd15ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00010101 | 11111111 |
Octal | 275 | 25 | 377 |
Decimal | 189 | 21 | 255 |
Hex | BD | 15 | FF |
Shades of #bd15ff
Tints of #bd15ff
RGB Percentages of Color #bd15ff
CMYK Percentages of Color #bd15ff
Complementary Color
#bd15ff | #57ff15 |
#bd15ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd15ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd15ff Color CSS Codes
.mybgcolor {background-color:#bd15ff; } .myforecolor {color:#bd15ff; } .mybordercolor {border:3px solid #bd15ff; }
#bd15ff Text Font Color
<p style="color:#bd15ff">Text here</p>
This sample text font color is #bd15ff
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.
#bd15ff Background Color
<div style="background-color:#bd15ff">
Div content here</div>
This div background color is #bd15ff
#bd15ff Border Color
<div style="border:3px solid #bd15ff">
Div here</div>
This div border color is #bd15ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,21,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd15ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd15ff; -webkit-box-shadow: 1px 1px 3px 2px #bd15ff; box-shadow: 1px 1px 3px 2px #bd15ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,21,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd15ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd15ff; -webkit-box-shadow: 1px 1px 3px 2px #bd15ff; box-shadow: 1px 1px 3px 2px #bd15ff;">
Div content here</div>
This div box has shadow with color #bd15ff
Comments
No comments written yet.
Please login to write comment.