Color spaces of #bd8bae
RGB | 189 | 139 | 174 |
---|---|---|---|
HSL | 0.88 | 0.27 | 0.64 |
HSV | 318° | 26° | 74° |
CMYK | 0.00 | 0.26 | 0.08 0.26 |
XYZ | 37.8589 | 32.3400 | 44.2913 |
Yxy | 32.3400 | 0.3307 | 0.2825 |
Hunter Lab | 56.8683 | 19.3133 | -6.3697 |
CIE-Lab | 63.6229 | 24.6838 | -10.9082 |
#bd8bae color RGB value is (189,139,174).
#bd8bae hex color red value is 189, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd8bae hue: 0.88 , saturation: 0.27 and the lightness value of bd8bae is 0.64.
The process color (four color CMYK) of #bd8bae color hex is 0.00, 0.26, 0.08, 0.26. Web safe color of #bd8bae is #cc9999. Color #bd8bae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10001011 | 10101110 |
Octal | 275 | 213 | 256 |
Decimal | 189 | 139 | 174 |
Hex | BD | 8B | AE |
Shades of #bd8bae
Tints of #bd8bae
RGB Percentages of Color #bd8bae
CMYK Percentages of Color #bd8bae
Complementary Color
#bd8bae | #8bbd9a |
#bd8bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd8bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd8bae Color CSS Codes
.mybgcolor {background-color:#bd8bae; } .myforecolor {color:#bd8bae; } .mybordercolor {border:3px solid #bd8bae; }
#bd8bae Text Font Color
<p style="color:#bd8bae">Text here</p>
This sample text font color is #bd8bae
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.
#bd8bae Background Color
<div style="background-color:#bd8bae">
Div content here</div>
This div background color is #bd8bae
#bd8bae Border Color
<div style="border:3px solid #bd8bae">
Div here</div>
This div border color is #bd8bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,139,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd8bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd8bae; -webkit-box-shadow: 1px 1px 3px 2px #bd8bae; box-shadow: 1px 1px 3px 2px #bd8bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,139,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd8bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd8bae; -webkit-box-shadow: 1px 1px 3px 2px #bd8bae; box-shadow: 1px 1px 3px 2px #bd8bae;">
Div content here</div>
This div box has shadow with color #bd8bae
Comments
No comments written yet.
Please login to write comment.