Color spaces of #bd687b
RGB | 189 | 104 | 123 |
---|---|---|---|
HSL | 0.96 | 0.39 | 0.57 |
HSV | 347° | 45° | 74° |
CMYK | 0.00 | 0.45 | 0.35 0.26 |
XYZ | 29.5117 | 22.1495 | 21.4587 |
Yxy | 22.1495 | 0.4036 | 0.3029 |
Hunter Lab | 47.0633 | 29.5703 | 5.9107 |
CIE-Lab | 54.1853 | 36.0526 | 4.6203 |
#bd687b color RGB value is (189,104,123).
#bd687b hex color red value is 189, green value is 104 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd687b hue: 0.96 , saturation: 0.39 and the lightness value of bd687b is 0.57.
The process color (four color CMYK) of #bd687b color hex is 0.00, 0.45, 0.35, 0.26. Web safe color of #bd687b is #cc6666. Color #bd687b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01101000 | 01111011 |
Octal | 275 | 150 | 173 |
Decimal | 189 | 104 | 123 |
Hex | BD | 68 | 7B |
Shades of #bd687b
Tints of #bd687b
RGB Percentages of Color #bd687b
CMYK Percentages of Color #bd687b
Complementary Color
#bd687b | #68bdaa |
#bd687b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd687b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd687b Color CSS Codes
.mybgcolor {background-color:#bd687b; } .myforecolor {color:#bd687b; } .mybordercolor {border:3px solid #bd687b; }
#bd687b Text Font Color
<p style="color:#bd687b">Text here</p>
This sample text font color is #bd687b
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.
#bd687b Background Color
<div style="background-color:#bd687b">
Div content here</div>
This div background color is #bd687b
#bd687b Border Color
<div style="border:3px solid #bd687b">
Div here</div>
This div border color is #bd687b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,104,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd687b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd687b; -webkit-box-shadow: 1px 1px 3px 2px #bd687b; box-shadow: 1px 1px 3px 2px #bd687b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,104,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd687b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd687b; -webkit-box-shadow: 1px 1px 3px 2px #bd687b; box-shadow: 1px 1px 3px 2px #bd687b;">
Div content here</div>
This div box has shadow with color #bd687b
Comments
No comments written yet.
Please login to write comment.