Color spaces of #bc55da
RGB | 188 | 85 | 218 |
---|---|---|---|
HSL | 0.80 | 0.64 | 0.59 |
HSV | 286° | 61° | 85° |
CMYK | 0.14 | 0.61 | 0.00 0.15 |
XYZ | 36.6424 | 22.2503 | 68.6931 |
Yxy | 22.2503 | 0.2872 | 0.1744 |
Hunter Lab | 47.1702 | 56.1131 | -53.3237 |
CIE-Lab | 54.2916 | 60.9217 | -50.3406 |
#bc55da color RGB value is (188,85,218).
#bc55da hex color red value is 188, green value is 85 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bc55da hue: 0.80 , saturation: 0.64 and the lightness value of bc55da is 0.59.
The process color (four color CMYK) of #bc55da color hex is 0.14, 0.61, 0.00, 0.15. Web safe color of #bc55da is #cc66cc. Color #bc55da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01010101 | 11011010 |
Octal | 274 | 125 | 332 |
Decimal | 188 | 85 | 218 |
Hex | BC | 55 | DA |
Shades of #bc55da
Tints of #bc55da
RGB Percentages of Color #bc55da
CMYK Percentages of Color #bc55da
Complementary Color
#bc55da | #73da55 |
#bc55da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc55da Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc55da Color CSS Codes
.mybgcolor {background-color:#bc55da; } .myforecolor {color:#bc55da; } .mybordercolor {border:3px solid #bc55da; }
#bc55da Text Font Color
<p style="color:#bc55da">Text here</p>
This sample text font color is #bc55da
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.
#bc55da Background Color
<div style="background-color:#bc55da">
Div content here</div>
This div background color is #bc55da
#bc55da Border Color
<div style="border:3px solid #bc55da">
Div here</div>
This div border color is #bc55da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,85,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc55da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc55da; -webkit-box-shadow: 1px 1px 3px 2px #bc55da; box-shadow: 1px 1px 3px 2px #bc55da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,85,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc55da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc55da; -webkit-box-shadow: 1px 1px 3px 2px #bc55da; box-shadow: 1px 1px 3px 2px #bc55da;">
Div content here</div>
This div box has shadow with color #bc55da
Comments
No comments written yet.
Please login to write comment.