Color spaces of #bd788d
RGB | 189 | 120 | 141 |
---|---|---|---|
HSL | 0.95 | 0.34 | 0.61 |
HSV | 342° | 37° | 74° |
CMYK | 0.00 | 0.37 | 0.25 0.26 |
XYZ | 32.5105 | 26.1748 | 28.5381 |
Yxy | 26.1748 | 0.3727 | 0.3001 |
Hunter Lab | 51.1613 | 23.8957 | 2.7406 |
CIE-Lab | 58.2026 | 29.8366 | -0.0571 |
#bd788d color RGB value is (189,120,141).
#bd788d hex color red value is 189, green value is 120 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bd788d hue: 0.95 , saturation: 0.34 and the lightness value of bd788d is 0.61.
The process color (four color CMYK) of #bd788d color hex is 0.00, 0.37, 0.25, 0.26. Web safe color of #bd788d is #cc6699. Color #bd788d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01111000 | 10001101 |
Octal | 275 | 170 | 215 |
Decimal | 189 | 120 | 141 |
Hex | BD | 78 | 8D |
Shades of #bd788d
Tints of #bd788d
RGB Percentages of Color #bd788d
CMYK Percentages of Color #bd788d
Complementary Color
#bd788d | #78bda8 |
#bd788d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd788d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd788d Color CSS Codes
.mybgcolor {background-color:#bd788d; } .myforecolor {color:#bd788d; } .mybordercolor {border:3px solid #bd788d; }
#bd788d Text Font Color
<p style="color:#bd788d">Text here</p>
This sample text font color is #bd788d
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.
#bd788d Background Color
<div style="background-color:#bd788d">
Div content here</div>
This div background color is #bd788d
#bd788d Border Color
<div style="border:3px solid #bd788d">
Div here</div>
This div border color is #bd788d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,120,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd788d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd788d; -webkit-box-shadow: 1px 1px 3px 2px #bd788d; box-shadow: 1px 1px 3px 2px #bd788d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,120,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd788d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd788d; -webkit-box-shadow: 1px 1px 3px 2px #bd788d; box-shadow: 1px 1px 3px 2px #bd788d;">
Div content here</div>
This div box has shadow with color #bd788d
Comments
No comments written yet.
Please login to write comment.