Color spaces of #bd7cac
RGB | 189 | 124 | 172 |
---|---|---|---|
HSL | 0.88 | 0.33 | 0.61 |
HSV | 316° | 34° | 74° |
CMYK | 0.00 | 0.34 | 0.09 0.26 |
XYZ | 35.6403 | 28.2127 | 42.5969 |
Yxy | 28.2127 | 0.3348 | 0.2650 |
Hunter Lab | 53.1156 | 26.8202 | -10.3676 |
CIE-Lab | 60.0804 | 32.6217 | -15.1016 |
#bd7cac color RGB value is (189,124,172).
#bd7cac hex color red value is 189, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd7cac hue: 0.88 , saturation: 0.33 and the lightness value of bd7cac is 0.61.
The process color (four color CMYK) of #bd7cac color hex is 0.00, 0.34, 0.09, 0.26. Web safe color of #bd7cac is #cc6699. Color #bd7cac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01111100 | 10101100 |
Octal | 275 | 174 | 254 |
Decimal | 189 | 124 | 172 |
Hex | BD | 7C | AC |
Shades of #bd7cac
Tints of #bd7cac
RGB Percentages of Color #bd7cac
CMYK Percentages of Color #bd7cac
Complementary Color
#bd7cac | #7cbd8d |
#bd7cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd7cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd7cac Color CSS Codes
.mybgcolor {background-color:#bd7cac; } .myforecolor {color:#bd7cac; } .mybordercolor {border:3px solid #bd7cac; }
#bd7cac Text Font Color
<p style="color:#bd7cac">Text here</p>
This sample text font color is #bd7cac
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.
#bd7cac Background Color
<div style="background-color:#bd7cac">
Div content here</div>
This div background color is #bd7cac
#bd7cac Border Color
<div style="border:3px solid #bd7cac">
Div here</div>
This div border color is #bd7cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,124,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd7cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd7cac; -webkit-box-shadow: 1px 1px 3px 2px #bd7cac; box-shadow: 1px 1px 3px 2px #bd7cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,124,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd7cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd7cac; -webkit-box-shadow: 1px 1px 3px 2px #bd7cac; box-shadow: 1px 1px 3px 2px #bd7cac;">
Div content here</div>
This div box has shadow with color #bd7cac
Comments
No comments written yet.
Please login to write comment.