Color spaces of #bc1fba
RGB | 188 | 31 | 186 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.43 |
HSV | 301° | 84° | 74° |
CMYK | 0.00 | 0.84 | 0.01 0.26 |
XYZ | 30.0920 | 15.2165 | 47.8054 |
Yxy | 15.2165 | 0.3232 | 0.1634 |
Hunter Lab | 39.0083 | 69.4348 | -45.3551 |
CIE-Lab | 45.9293 | 73.8434 | -45.2342 |
#bc1fba color RGB value is (188,31,186).
#bc1fba hex color red value is 188, green value is 31 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bc1fba hue: 0.84 , saturation: 0.72 and the lightness value of bc1fba is 0.43.
The process color (four color CMYK) of #bc1fba color hex is 0.00, 0.84, 0.01, 0.26. Web safe color of #bc1fba is #cc33cc. Color #bc1fba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00011111 | 10111010 |
Octal | 274 | 37 | 272 |
Decimal | 188 | 31 | 186 |
Hex | BC | 1F | BA |
Shades of #bc1fba
Tints of #bc1fba
RGB Percentages of Color #bc1fba
CMYK Percentages of Color #bc1fba
Complementary Color
#bc1fba | #1fbc21 |
#bc1fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc1fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc1fba Color CSS Codes
.mybgcolor {background-color:#bc1fba; } .myforecolor {color:#bc1fba; } .mybordercolor {border:3px solid #bc1fba; }
#bc1fba Text Font Color
<p style="color:#bc1fba">Text here</p>
This sample text font color is #bc1fba
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.
#bc1fba Background Color
<div style="background-color:#bc1fba">
Div content here</div>
This div background color is #bc1fba
#bc1fba Border Color
<div style="border:3px solid #bc1fba">
Div here</div>
This div border color is #bc1fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,31,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc1fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc1fba; -webkit-box-shadow: 1px 1px 3px 2px #bc1fba; box-shadow: 1px 1px 3px 2px #bc1fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,31,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc1fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc1fba; -webkit-box-shadow: 1px 1px 3px 2px #bc1fba; box-shadow: 1px 1px 3px 2px #bc1fba;">
Div content here</div>
This div box has shadow with color #bc1fba
Comments
No comments written yet.
Please login to write comment.