Color spaces of #bc869a
RGB | 188 | 134 | 154 |
---|---|---|---|
HSL | 0.94 | 0.29 | 0.63 |
HSV | 338° | 29° | 74° |
CMYK | 0.00 | 0.29 | 0.18 0.26 |
XYZ | 35.0969 | 30.0747 | 34.5270 |
Yxy | 30.0747 | 0.3520 | 0.3017 |
Hunter Lab | 54.8404 | 18.2662 | 1.0599 |
CIE-Lab | 61.7186 | 23.7187 | -2.3862 |
#bc869a color RGB value is (188,134,154).
#bc869a hex color red value is 188, green value is 134 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc869a hue: 0.94 , saturation: 0.29 and the lightness value of bc869a is 0.63.
The process color (four color CMYK) of #bc869a color hex is 0.00, 0.29, 0.18, 0.26. Web safe color of #bc869a is #cc9999. Color #bc869a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000110 | 10011010 |
Octal | 274 | 206 | 232 |
Decimal | 188 | 134 | 154 |
Hex | BC | 86 | 9A |
Shades of #bc869a
Tints of #bc869a
RGB Percentages of Color #bc869a
CMYK Percentages of Color #bc869a
Complementary Color
#bc869a | #86bca8 |
#bc869a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc869a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc869a Color CSS Codes
.mybgcolor {background-color:#bc869a; } .myforecolor {color:#bc869a; } .mybordercolor {border:3px solid #bc869a; }
#bc869a Text Font Color
<p style="color:#bc869a">Text here</p>
This sample text font color is #bc869a
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.
#bc869a Background Color
<div style="background-color:#bc869a">
Div content here</div>
This div background color is #bc869a
#bc869a Border Color
<div style="border:3px solid #bc869a">
Div here</div>
This div border color is #bc869a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,134,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc869a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc869a; -webkit-box-shadow: 1px 1px 3px 2px #bc869a; box-shadow: 1px 1px 3px 2px #bc869a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,134,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc869a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc869a; -webkit-box-shadow: 1px 1px 3px 2px #bc869a; box-shadow: 1px 1px 3px 2px #bc869a;">
Div content here</div>
This div box has shadow with color #bc869a
Comments
No comments written yet.
Please login to write comment.