Color spaces of #bc64fe
RGB | 188 | 100 | 254 |
---|---|---|---|
HSL | 0.76 | 0.99 | 0.69 |
HSV | 274° | 61° | 100° |
CMYK | 0.26 | 0.61 | 0.00 0.00 |
XYZ | 43.1856 | 26.9615 | 96.6939 |
Yxy | 26.9615 | 0.2588 | 0.1616 |
Hunter Lab | 51.9245 | 57.5907 | -74.0629 |
CIE-Lab | 58.9387 | 61.3768 | -63.0351 |
#bc64fe color RGB value is (188,100,254).
#bc64fe hex color red value is 188, green value is 100 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bc64fe hue: 0.76 , saturation: 0.99 and the lightness value of bc64fe is 0.69.
The process color (four color CMYK) of #bc64fe color hex is 0.26, 0.61, 0.00, 0.00. Web safe color of #bc64fe is #cc66ff. Color #bc64fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01100100 | 11111110 |
Octal | 274 | 144 | 376 |
Decimal | 188 | 100 | 254 |
Hex | BC | 64 | FE |
Shades of #bc64fe
Tints of #bc64fe
RGB Percentages of Color #bc64fe
CMYK Percentages of Color #bc64fe
Complementary Color
#bc64fe | #a6fe64 |
#bc64fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc64fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc64fe Color CSS Codes
.mybgcolor {background-color:#bc64fe; } .myforecolor {color:#bc64fe; } .mybordercolor {border:3px solid #bc64fe; }
#bc64fe Text Font Color
<p style="color:#bc64fe">Text here</p>
This sample text font color is #bc64fe
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.
#bc64fe Background Color
<div style="background-color:#bc64fe">
Div content here</div>
This div background color is #bc64fe
#bc64fe Border Color
<div style="border:3px solid #bc64fe">
Div here</div>
This div border color is #bc64fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,100,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc64fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc64fe; -webkit-box-shadow: 1px 1px 3px 2px #bc64fe; box-shadow: 1px 1px 3px 2px #bc64fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,100,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc64fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc64fe; -webkit-box-shadow: 1px 1px 3px 2px #bc64fe; box-shadow: 1px 1px 3px 2px #bc64fe;">
Div content here</div>
This div box has shadow with color #bc64fe
Comments
No comments written yet.
Please login to write comment.