Color spaces of #bc0dba
RGB | 188 | 13 | 186 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.39 |
HSV | 301° | 93° | 74° |
CMYK | 0.00 | 0.93 | 0.01 0.26 |
XYZ | 29.7459 | 14.5244 | 47.6901 |
Yxy | 14.5244 | 0.3235 | 0.1579 |
Hunter Lab | 38.1109 | 72.6268 | -47.5150 |
CIE-Lab | 44.9758 | 76.6419 | -46.7559 |
#bc0dba color RGB value is (188,13,186).
#bc0dba hex color red value is 188, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bc0dba hue: 0.84 , saturation: 0.87 and the lightness value of bc0dba is 0.39.
The process color (four color CMYK) of #bc0dba color hex is 0.00, 0.93, 0.01, 0.26. Web safe color of #bc0dba is #cc00cc. Color #bc0dba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00001101 | 10111010 |
Octal | 274 | 15 | 272 |
Decimal | 188 | 13 | 186 |
Hex | BC | D | BA |
Shades of #bc0dba
Tints of #bc0dba
RGB Percentages of Color #bc0dba
CMYK Percentages of Color #bc0dba
Complementary Color
#bc0dba | #0dbc0f |
#bc0dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc0dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc0dba Color CSS Codes
.mybgcolor {background-color:#bc0dba; } .myforecolor {color:#bc0dba; } .mybordercolor {border:3px solid #bc0dba; }
#bc0dba Text Font Color
<p style="color:#bc0dba">Text here</p>
This sample text font color is #bc0dba
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.
#bc0dba Background Color
<div style="background-color:#bc0dba">
Div content here</div>
This div background color is #bc0dba
#bc0dba Border Color
<div style="border:3px solid #bc0dba">
Div here</div>
This div border color is #bc0dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,13,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc0dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc0dba; -webkit-box-shadow: 1px 1px 3px 2px #bc0dba; box-shadow: 1px 1px 3px 2px #bc0dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,13,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc0dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc0dba; -webkit-box-shadow: 1px 1px 3px 2px #bc0dba; box-shadow: 1px 1px 3px 2px #bc0dba;">
Div content here</div>
This div box has shadow with color #bc0dba
Comments
No comments written yet.
Please login to write comment.