Color spaces of #bd487f
RGB | 189 | 72 | 127 |
---|---|---|---|
HSL | 0.92 | 0.47 | 0.51 |
HSV | 332° | 62° | 74° |
CMYK | 0.00 | 0.62 | 0.33 0.26 |
XYZ | 27.1344 | 16.9859 | 21.9271 |
Yxy | 16.9859 | 0.4108 | 0.2572 |
Hunter Lab | 41.2140 | 45.3962 | -2.6943 |
CIE-Lab | 48.2423 | 52.3221 | -6.4670 |
#bd487f color RGB value is (189,72,127).
#bd487f hex color red value is 189, green value is 72 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bd487f hue: 0.92 , saturation: 0.47 and the lightness value of bd487f is 0.51.
The process color (four color CMYK) of #bd487f color hex is 0.00, 0.62, 0.33, 0.26. Web safe color of #bd487f is #cc3366. Color #bd487f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01001000 | 01111111 |
Octal | 275 | 110 | 177 |
Decimal | 189 | 72 | 127 |
Hex | BD | 48 | 7F |
Shades of #bd487f
Tints of #bd487f
RGB Percentages of Color #bd487f
CMYK Percentages of Color #bd487f
Complementary Color
#bd487f | #48bd86 |
#bd487f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd487f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd487f Color CSS Codes
.mybgcolor {background-color:#bd487f; } .myforecolor {color:#bd487f; } .mybordercolor {border:3px solid #bd487f; }
#bd487f Text Font Color
<p style="color:#bd487f">Text here</p>
This sample text font color is #bd487f
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.
#bd487f Background Color
<div style="background-color:#bd487f">
Div content here</div>
This div background color is #bd487f
#bd487f Border Color
<div style="border:3px solid #bd487f">
Div here</div>
This div border color is #bd487f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,72,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd487f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd487f; -webkit-box-shadow: 1px 1px 3px 2px #bd487f; box-shadow: 1px 1px 3px 2px #bd487f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,72,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd487f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd487f; -webkit-box-shadow: 1px 1px 3px 2px #bd487f; box-shadow: 1px 1px 3px 2px #bd487f;">
Div content here</div>
This div box has shadow with color #bd487f
Comments
No comments written yet.
Please login to write comment.