Color spaces of #bc54fc
RGB | 188 | 84 | 252 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.66 |
HSV | 277° | 67° | 99° |
CMYK | 0.25 | 0.67 | 0.00 0.01 |
XYZ | 41.4800 | 24.0603 | 94.5533 |
Yxy | 24.0603 | 0.2591 | 0.1503 |
Hunter Lab | 49.0513 | 65.1079 | -79.9539 |
CIE-Lab | 56.1481 | 68.2765 | -66.4172 |
#bc54fc color RGB value is (188,84,252).
#bc54fc hex color red value is 188, green value is 84 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bc54fc hue: 0.77 , saturation: 0.97 and the lightness value of bc54fc is 0.66.
The process color (four color CMYK) of #bc54fc color hex is 0.25, 0.67, 0.00, 0.01. Web safe color of #bc54fc is #cc66ff. Color #bc54fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01010100 | 11111100 |
Octal | 274 | 124 | 374 |
Decimal | 188 | 84 | 252 |
Hex | BC | 54 | FC |
Shades of #bc54fc
Tints of #bc54fc
RGB Percentages of Color #bc54fc
CMYK Percentages of Color #bc54fc
Complementary Color
#bc54fc | #94fc54 |
#bc54fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc54fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc54fc Color CSS Codes
.mybgcolor {background-color:#bc54fc; } .myforecolor {color:#bc54fc; } .mybordercolor {border:3px solid #bc54fc; }
#bc54fc Text Font Color
<p style="color:#bc54fc">Text here</p>
This sample text font color is #bc54fc
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.
#bc54fc Background Color
<div style="background-color:#bc54fc">
Div content here</div>
This div background color is #bc54fc
#bc54fc Border Color
<div style="border:3px solid #bc54fc">
Div here</div>
This div border color is #bc54fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,84,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc54fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc54fc; -webkit-box-shadow: 1px 1px 3px 2px #bc54fc; box-shadow: 1px 1px 3px 2px #bc54fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,84,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc54fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc54fc; -webkit-box-shadow: 1px 1px 3px 2px #bc54fc; box-shadow: 1px 1px 3px 2px #bc54fc;">
Div content here</div>
This div box has shadow with color #bc54fc
Comments
No comments written yet.
Please login to write comment.