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