Color spaces of #bc8fac
RGB | 188 | 143 | 172 |
---|---|---|---|
HSL | 0.89 | 0.25 | 0.65 |
HSV | 321° | 24° | 74° |
CMYK | 0.00 | 0.24 | 0.09 0.26 |
XYZ | 38.0079 | 33.3148 | 43.4569 |
Yxy | 33.3148 | 0.3311 | 0.2903 |
Hunter Lab | 57.7190 | 16.5339 | -4.2365 |
CIE-Lab | 64.4150 | 21.7516 | -8.6060 |
#bc8fac color RGB value is (188,143,172).
#bc8fac hex color red value is 188, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc8fac hue: 0.89 , saturation: 0.25 and the lightness value of bc8fac is 0.65.
The process color (four color CMYK) of #bc8fac color hex is 0.00, 0.24, 0.09, 0.26. Web safe color of #bc8fac is #cc9999. Color #bc8fac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10001111 | 10101100 |
Octal | 274 | 217 | 254 |
Decimal | 188 | 143 | 172 |
Hex | BC | 8F | AC |
Shades of #bc8fac
Tints of #bc8fac
RGB Percentages of Color #bc8fac
CMYK Percentages of Color #bc8fac
Complementary Color
#bc8fac | #8fbc9f |
#bc8fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc8fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc8fac Color CSS Codes
.mybgcolor {background-color:#bc8fac; } .myforecolor {color:#bc8fac; } .mybordercolor {border:3px solid #bc8fac; }
#bc8fac Text Font Color
<p style="color:#bc8fac">Text here</p>
This sample text font color is #bc8fac
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.
#bc8fac Background Color
<div style="background-color:#bc8fac">
Div content here</div>
This div background color is #bc8fac
#bc8fac Border Color
<div style="border:3px solid #bc8fac">
Div here</div>
This div border color is #bc8fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,143,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc8fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc8fac; -webkit-box-shadow: 1px 1px 3px 2px #bc8fac; box-shadow: 1px 1px 3px 2px #bc8fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,143,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc8fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc8fac; -webkit-box-shadow: 1px 1px 3px 2px #bc8fac; box-shadow: 1px 1px 3px 2px #bc8fac;">
Div content here</div>
This div box has shadow with color #bc8fac
Comments
No comments written yet.
Please login to write comment.