Color spaces of #bd918f
RGB | 189 | 145 | 143 |
---|---|---|---|
HSL | 0.01 | 0.26 | 0.65 |
HSV | 3° | 24° | 74° |
CMYK | 0.00 | 0.23 | 0.24 0.26 |
XYZ | 36.0696 | 33.0528 | 30.4654 |
Yxy | 33.0528 | 0.3622 | 0.3319 |
Hunter Lab | 57.4916 | 11.3788 | 8.8257 |
CIE-Lab | 64.2036 | 16.2911 | 7.4707 |
#bd918f color RGB value is (189,145,143).
#bd918f hex color red value is 189, green value is 145 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bd918f hue: 0.01 , saturation: 0.26 and the lightness value of bd918f is 0.65.
The process color (four color CMYK) of #bd918f color hex is 0.00, 0.23, 0.24, 0.26. Web safe color of #bd918f is #cc9999. Color #bd918f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10010001 | 10001111 |
Octal | 275 | 221 | 217 |
Decimal | 189 | 145 | 143 |
Hex | BD | 91 | 8F |
Shades of #bd918f
Tints of #bd918f
RGB Percentages of Color #bd918f
CMYK Percentages of Color #bd918f
Complementary Color
#bd918f | #8fbbbd |
#bd918f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd918f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd918f Color CSS Codes
.mybgcolor {background-color:#bd918f; } .myforecolor {color:#bd918f; } .mybordercolor {border:3px solid #bd918f; }
#bd918f Text Font Color
<p style="color:#bd918f">Text here</p>
This sample text font color is #bd918f
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.
#bd918f Background Color
<div style="background-color:#bd918f">
Div content here</div>
This div background color is #bd918f
#bd918f Border Color
<div style="border:3px solid #bd918f">
Div here</div>
This div border color is #bd918f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,145,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd918f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd918f; -webkit-box-shadow: 1px 1px 3px 2px #bd918f; box-shadow: 1px 1px 3px 2px #bd918f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,145,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd918f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd918f; -webkit-box-shadow: 1px 1px 3px 2px #bd918f; box-shadow: 1px 1px 3px 2px #bd918f;">
Div content here</div>
This div box has shadow with color #bd918f
#bd918f Color Palettes
Comments
No comments written yet.
Please login to write comment.