Color spaces of #bc6983
RGB | 188 | 105 | 131 |
---|---|---|---|
HSL | 0.95 | 0.38 | 0.57 |
HSV | 341° | 44° | 74° |
CMYK | 0.00 | 0.44 | 0.30 0.26 |
XYZ | 29.8873 | 22.4332 | 24.2275 |
Yxy | 22.4332 | 0.3904 | 0.2931 |
Hunter Lab | 47.3637 | 29.7501 | 2.8265 |
CIE-Lab | 54.4837 | 36.1968 | 0.3300 |
#bc6983 color RGB value is (188,105,131).
#bc6983 hex color red value is 188, green value is 105 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bc6983 hue: 0.95 , saturation: 0.38 and the lightness value of bc6983 is 0.57.
The process color (four color CMYK) of #bc6983 color hex is 0.00, 0.44, 0.30, 0.26. Web safe color of #bc6983 is #cc6699. Color #bc6983 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01101001 | 10000011 |
Octal | 274 | 151 | 203 |
Decimal | 188 | 105 | 131 |
Hex | BC | 69 | 83 |
Shades of #bc6983
Tints of #bc6983
RGB Percentages of Color #bc6983
CMYK Percentages of Color #bc6983
Complementary Color
#bc6983 | #69bca2 |
#bc6983 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc6983 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc6983 Color CSS Codes
.mybgcolor {background-color:#bc6983; } .myforecolor {color:#bc6983; } .mybordercolor {border:3px solid #bc6983; }
#bc6983 Text Font Color
<p style="color:#bc6983">Text here</p>
This sample text font color is #bc6983
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.
#bc6983 Background Color
<div style="background-color:#bc6983">
Div content here</div>
This div background color is #bc6983
#bc6983 Border Color
<div style="border:3px solid #bc6983">
Div here</div>
This div border color is #bc6983
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,105,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc6983; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc6983; -webkit-box-shadow: 1px 1px 3px 2px #bc6983; box-shadow: 1px 1px 3px 2px #bc6983; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,105,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc6983">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc6983; -webkit-box-shadow: 1px 1px 3px 2px #bc6983; box-shadow: 1px 1px 3px 2px #bc6983;">
Div content here</div>
This div box has shadow with color #bc6983
Comments
No comments written yet.
Please login to write comment.