Color spaces of #bc63de
RGB | 188 | 99 | 222 |
---|---|---|---|
HSL | 0.79 | 0.65 | 0.63 |
HSV | 283° | 55° | 87° |
CMYK | 0.15 | 0.55 | 0.00 0.13 |
XYZ | 38.3857 | 24.8890 | 71.8881 |
Yxy | 24.8890 | 0.2840 | 0.1841 |
Hunter Lab | 49.8889 | 50.0367 | -50.5126 |
CIE-Lab | 56.9671 | 55.0710 | -48.3468 |
#bc63de color RGB value is (188,99,222).
#bc63de hex color red value is 188, green value is 99 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc63de hue: 0.79 , saturation: 0.65 and the lightness value of bc63de is 0.63.
The process color (four color CMYK) of #bc63de color hex is 0.15, 0.55, 0.00, 0.13. Web safe color of #bc63de is #cc66cc. Color #bc63de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01100011 | 11011110 |
Octal | 274 | 143 | 336 |
Decimal | 188 | 99 | 222 |
Hex | BC | 63 | DE |
Shades of #bc63de
Tints of #bc63de
RGB Percentages of Color #bc63de
CMYK Percentages of Color #bc63de
Complementary Color
#bc63de | #85de63 |
#bc63de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc63de Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc63de Color CSS Codes
.mybgcolor {background-color:#bc63de; } .myforecolor {color:#bc63de; } .mybordercolor {border:3px solid #bc63de; }
#bc63de Text Font Color
<p style="color:#bc63de">Text here</p>
This sample text font color is #bc63de
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.
#bc63de Background Color
<div style="background-color:#bc63de">
Div content here</div>
This div background color is #bc63de
#bc63de Border Color
<div style="border:3px solid #bc63de">
Div here</div>
This div border color is #bc63de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,99,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc63de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc63de; -webkit-box-shadow: 1px 1px 3px 2px #bc63de; box-shadow: 1px 1px 3px 2px #bc63de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,99,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc63de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc63de; -webkit-box-shadow: 1px 1px 3px 2px #bc63de; box-shadow: 1px 1px 3px 2px #bc63de;">
Div content here</div>
This div box has shadow with color #bc63de
Comments
No comments written yet.
Please login to write comment.