Color spaces of #bc808b
RGB | 188 | 128 | 139 |
---|---|---|---|
HSL | 0.97 | 0.31 | 0.62 |
HSV | 349° | 32° | 74° |
CMYK | 0.00 | 0.32 | 0.26 0.26 |
XYZ | 33.1184 | 27.9938 | 28.0839 |
Yxy | 27.9938 | 0.3713 | 0.3138 |
Hunter Lab | 52.9092 | 19.1407 | 5.5656 |
CIE-Lab | 59.8831 | 24.7589 | 3.5230 |
#bc808b color RGB value is (188,128,139).
#bc808b hex color red value is 188, green value is 128 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bc808b hue: 0.97 , saturation: 0.31 and the lightness value of bc808b is 0.62.
The process color (four color CMYK) of #bc808b color hex is 0.00, 0.32, 0.26, 0.26. Web safe color of #bc808b is #cc9999. Color #bc808b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000000 | 10001011 |
Octal | 274 | 200 | 213 |
Decimal | 188 | 128 | 139 |
Hex | BC | 80 | 8B |
Shades of #bc808b
Tints of #bc808b
RGB Percentages of Color #bc808b
CMYK Percentages of Color #bc808b
Complementary Color
#bc808b | #80bcb1 |
#bc808b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc808b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc808b Color CSS Codes
.mybgcolor {background-color:#bc808b; } .myforecolor {color:#bc808b; } .mybordercolor {border:3px solid #bc808b; }
#bc808b Text Font Color
<p style="color:#bc808b">Text here</p>
This sample text font color is #bc808b
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.
#bc808b Background Color
<div style="background-color:#bc808b">
Div content here</div>
This div background color is #bc808b
#bc808b Border Color
<div style="border:3px solid #bc808b">
Div here</div>
This div border color is #bc808b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,128,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc808b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc808b; -webkit-box-shadow: 1px 1px 3px 2px #bc808b; box-shadow: 1px 1px 3px 2px #bc808b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,128,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc808b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc808b; -webkit-box-shadow: 1px 1px 3px 2px #bc808b; box-shadow: 1px 1px 3px 2px #bc808b;">
Div content here</div>
This div box has shadow with color #bc808b
Comments
No comments written yet.
Please login to write comment.