Color spaces of #bd8dba
RGB | 189 | 141 | 186 |
---|---|---|---|
HSL | 0.84 | 0.27 | 0.65 |
HSV | 304° | 25° | 74° |
CMYK | 0.00 | 0.25 | 0.02 0.26 |
XYZ | 39.3741 | 33.4137 | 50.8286 |
Yxy | 33.4137 | 0.3185 | 0.2703 |
Hunter Lab | 57.8046 | 20.4288 | -11.6715 |
CIE-Lab | 64.4945 | 25.7707 | -16.3643 |
#bd8dba color RGB value is (189,141,186).
#bd8dba hex color red value is 189, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd8dba hue: 0.84 , saturation: 0.27 and the lightness value of bd8dba is 0.65.
The process color (four color CMYK) of #bd8dba color hex is 0.00, 0.25, 0.02, 0.26. Web safe color of #bd8dba is #cc99cc. Color #bd8dba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10001101 | 10111010 |
Octal | 275 | 215 | 272 |
Decimal | 189 | 141 | 186 |
Hex | BD | 8D | BA |
Shades of #bd8dba
Tints of #bd8dba
RGB Percentages of Color #bd8dba
CMYK Percentages of Color #bd8dba
Complementary Color
#bd8dba | #8dbd90 |
#bd8dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd8dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd8dba Color CSS Codes
.mybgcolor {background-color:#bd8dba; } .myforecolor {color:#bd8dba; } .mybordercolor {border:3px solid #bd8dba; }
#bd8dba Text Font Color
<p style="color:#bd8dba">Text here</p>
This sample text font color is #bd8dba
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.
#bd8dba Background Color
<div style="background-color:#bd8dba">
Div content here</div>
This div background color is #bd8dba
#bd8dba Border Color
<div style="border:3px solid #bd8dba">
Div here</div>
This div border color is #bd8dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,141,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd8dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd8dba; -webkit-box-shadow: 1px 1px 3px 2px #bd8dba; box-shadow: 1px 1px 3px 2px #bd8dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,141,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd8dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd8dba; -webkit-box-shadow: 1px 1px 3px 2px #bd8dba; box-shadow: 1px 1px 3px 2px #bd8dba;">
Div content here</div>
This div box has shadow with color #bd8dba
Comments
No comments written yet.
Please login to write comment.