Color spaces of #bf15dc
RGB | 191 | 21 | 220 |
---|---|---|---|
HSL | 0.81 | 0.83 | 0.47 |
HSV | 291° | 90° | 86° |
CMYK | 0.13 | 0.90 | 0.00 0.14 |
XYZ | 34.6723 | 16.7800 | 69.1216 |
Yxy | 16.7800 | 0.2876 | 0.1392 |
Hunter Lab | 40.9634 | 79.4003 | -71.3715 |
CIE-Lab | 47.9816 | 81.4774 | -61.5758 |
#bf15dc color RGB value is (191,21,220).
#bf15dc hex color red value is 191, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bf15dc hue: 0.81 , saturation: 0.83 and the lightness value of bf15dc is 0.47.
The process color (four color CMYK) of #bf15dc color hex is 0.13, 0.90, 0.00, 0.14. Web safe color of #bf15dc is #cc00cc. Color #bf15dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00010101 | 11011100 |
Octal | 277 | 25 | 334 |
Decimal | 191 | 21 | 220 |
Hex | BF | 15 | DC |
Shades of #bf15dc
Tints of #bf15dc
RGB Percentages of Color #bf15dc
CMYK Percentages of Color #bf15dc
Complementary Color
#bf15dc | #32dc15 |
#bf15dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf15dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf15dc Color CSS Codes
.mybgcolor {background-color:#bf15dc; } .myforecolor {color:#bf15dc; } .mybordercolor {border:3px solid #bf15dc; }
#bf15dc Text Font Color
<p style="color:#bf15dc">Text here</p>
This sample text font color is #bf15dc
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.
#bf15dc Background Color
<div style="background-color:#bf15dc">
Div content here</div>
This div background color is #bf15dc
#bf15dc Border Color
<div style="border:3px solid #bf15dc">
Div here</div>
This div border color is #bf15dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,21,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf15dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf15dc; -webkit-box-shadow: 1px 1px 3px 2px #bf15dc; box-shadow: 1px 1px 3px 2px #bf15dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,21,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf15dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf15dc; -webkit-box-shadow: 1px 1px 3px 2px #bf15dc; box-shadow: 1px 1px 3px 2px #bf15dc;">
Div content here</div>
This div box has shadow with color #bf15dc
Comments
No comments written yet.
Please login to write comment.