Color spaces of #bc6991
RGB | 188 | 105 | 145 |
---|---|---|---|
HSL | 0.92 | 0.38 | 0.57 |
HSV | 331° | 44° | 74° |
CMYK | 0.00 | 0.44 | 0.23 0.26 |
XYZ | 30.9014 | 22.8389 | 29.5677 |
Yxy | 22.8389 | 0.3709 | 0.2742 |
Hunter Lab | 47.7901 | 31.7868 | -3.2297 |
CIE-Lab | 54.9060 | 38.1791 | -7.2620 |
#bc6991 color RGB value is (188,105,145).
#bc6991 hex color red value is 188, green value is 105 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bc6991 hue: 0.92 , saturation: 0.38 and the lightness value of bc6991 is 0.57.
The process color (four color CMYK) of #bc6991 color hex is 0.00, 0.44, 0.23, 0.26. Web safe color of #bc6991 is #cc6699. Color #bc6991 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01101001 | 10010001 |
Octal | 274 | 151 | 221 |
Decimal | 188 | 105 | 145 |
Hex | BC | 69 | 91 |
Shades of #bc6991
Tints of #bc6991
RGB Percentages of Color #bc6991
CMYK Percentages of Color #bc6991
Complementary Color
#bc6991 | #69bc94 |
#bc6991 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc6991 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc6991 Color CSS Codes
.mybgcolor {background-color:#bc6991; } .myforecolor {color:#bc6991; } .mybordercolor {border:3px solid #bc6991; }
#bc6991 Text Font Color
<p style="color:#bc6991">Text here</p>
This sample text font color is #bc6991
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.
#bc6991 Background Color
<div style="background-color:#bc6991">
Div content here</div>
This div background color is #bc6991
#bc6991 Border Color
<div style="border:3px solid #bc6991">
Div here</div>
This div border color is #bc6991
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,105,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc6991; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc6991; -webkit-box-shadow: 1px 1px 3px 2px #bc6991; box-shadow: 1px 1px 3px 2px #bc6991; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,105,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc6991">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc6991; -webkit-box-shadow: 1px 1px 3px 2px #bc6991; box-shadow: 1px 1px 3px 2px #bc6991;">
Div content here</div>
This div box has shadow with color #bc6991
Comments
No comments written yet.
Please login to write comment.