Color spaces of #bc3fea
RGB | 188 | 63 | 234 |
---|---|---|---|
HSL | 0.79 | 0.80 | 0.58 |
HSV | 284° | 73° | 92° |
CMYK | 0.20 | 0.73 | 0.00 0.08 |
XYZ | 37.3678 | 20.1869 | 79.7689 |
Yxy | 20.1869 | 0.2721 | 0.1470 |
Hunter Lab | 44.9298 | 69.8299 | -73.8132 |
CIE-Lab | 52.0479 | 72.9785 | -62.9728 |
#bc3fea color RGB value is (188,63,234).
#bc3fea hex color red value is 188, green value is 63 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bc3fea hue: 0.79 , saturation: 0.80 and the lightness value of bc3fea is 0.58.
The process color (four color CMYK) of #bc3fea color hex is 0.20, 0.73, 0.00, 0.08. Web safe color of #bc3fea is #cc33ff. Color #bc3fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00111111 | 11101010 |
Octal | 274 | 77 | 352 |
Decimal | 188 | 63 | 234 |
Hex | BC | 3F | EA |
Shades of #bc3fea
Tints of #bc3fea
RGB Percentages of Color #bc3fea
CMYK Percentages of Color #bc3fea
Complementary Color
#bc3fea | #6dea3f |
#bc3fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc3fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc3fea Color CSS Codes
.mybgcolor {background-color:#bc3fea; } .myforecolor {color:#bc3fea; } .mybordercolor {border:3px solid #bc3fea; }
#bc3fea Text Font Color
<p style="color:#bc3fea">Text here</p>
This sample text font color is #bc3fea
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.
#bc3fea Background Color
<div style="background-color:#bc3fea">
Div content here</div>
This div background color is #bc3fea
#bc3fea Border Color
<div style="border:3px solid #bc3fea">
Div here</div>
This div border color is #bc3fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,63,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc3fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc3fea; -webkit-box-shadow: 1px 1px 3px 2px #bc3fea; box-shadow: 1px 1px 3px 2px #bc3fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,63,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc3fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc3fea; -webkit-box-shadow: 1px 1px 3px 2px #bc3fea; box-shadow: 1px 1px 3px 2px #bc3fea;">
Div content here</div>
This div box has shadow with color #bc3fea
Comments
No comments written yet.
Please login to write comment.