Color spaces of #bc628f
RGB | 188 | 98 | 143 |
---|---|---|---|
HSL | 0.92 | 0.40 | 0.56 |
HSV | 330° | 48° | 74° |
CMYK | 0.00 | 0.48 | 0.24 0.26 |
XYZ | 30.0646 | 21.4099 | 28.5345 |
Yxy | 21.4099 | 0.3758 | 0.2676 |
Hunter Lab | 46.2708 | 35.0069 | -4.1736 |
CIE-Lab | 53.3952 | 41.5593 | -8.3403 |
#bc628f color RGB value is (188,98,143).
#bc628f hex color red value is 188, green value is 98 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bc628f hue: 0.92 , saturation: 0.40 and the lightness value of bc628f is 0.56.
The process color (four color CMYK) of #bc628f color hex is 0.00, 0.48, 0.24, 0.26. Web safe color of #bc628f is #cc6699. Color #bc628f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01100010 | 10001111 |
Octal | 274 | 142 | 217 |
Decimal | 188 | 98 | 143 |
Hex | BC | 62 | 8F |
Shades of #bc628f
Tints of #bc628f
RGB Percentages of Color #bc628f
CMYK Percentages of Color #bc628f
Complementary Color
#bc628f | #62bc8f |
#bc628f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc628f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc628f Color CSS Codes
.mybgcolor {background-color:#bc628f; } .myforecolor {color:#bc628f; } .mybordercolor {border:3px solid #bc628f; }
#bc628f Text Font Color
<p style="color:#bc628f">Text here</p>
This sample text font color is #bc628f
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.
#bc628f Background Color
<div style="background-color:#bc628f">
Div content here</div>
This div background color is #bc628f
#bc628f Border Color
<div style="border:3px solid #bc628f">
Div here</div>
This div border color is #bc628f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,98,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc628f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc628f; -webkit-box-shadow: 1px 1px 3px 2px #bc628f; box-shadow: 1px 1px 3px 2px #bc628f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,98,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc628f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc628f; -webkit-box-shadow: 1px 1px 3px 2px #bc628f; box-shadow: 1px 1px 3px 2px #bc628f;">
Div content here</div>
This div box has shadow with color #bc628f
Comments
No comments written yet.
Please login to write comment.