Color spaces of #bd424d
RGB | 189 | 66 | 77 |
---|---|---|---|
HSL | 0.99 | 0.48 | 0.50 |
HSV | 355° | 65° | 74° |
CMYK | 0.00 | 0.65 | 0.59 0.26 |
XYZ | 24.2740 | 15.2511 | 8.6855 |
Yxy | 15.2511 | 0.5035 | 0.3163 |
Hunter Lab | 39.0527 | 42.6083 | 14.1505 |
CIE-Lab | 45.9762 | 50.0888 | 20.7611 |
#bd424d color RGB value is (189,66,77).
#bd424d hex color red value is 189, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bd424d hue: 0.99 , saturation: 0.48 and the lightness value of bd424d is 0.50.
The process color (four color CMYK) of #bd424d color hex is 0.00, 0.65, 0.59, 0.26. Web safe color of #bd424d is #cc3366. Color #bd424d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01000010 | 01001101 |
Octal | 275 | 102 | 115 |
Decimal | 189 | 66 | 77 |
Hex | BD | 42 | 4D |
Shades of #bd424d
Tints of #bd424d
RGB Percentages of Color #bd424d
CMYK Percentages of Color #bd424d
Complementary Color
#bd424d | #42bdb2 |
#bd424d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd424d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd424d Color CSS Codes
.mybgcolor {background-color:#bd424d; } .myforecolor {color:#bd424d; } .mybordercolor {border:3px solid #bd424d; }
#bd424d Text Font Color
<p style="color:#bd424d">Text here</p>
This sample text font color is #bd424d
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.
#bd424d Background Color
<div style="background-color:#bd424d">
Div content here</div>
This div background color is #bd424d
#bd424d Border Color
<div style="border:3px solid #bd424d">
Div here</div>
This div border color is #bd424d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,66,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd424d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd424d; -webkit-box-shadow: 1px 1px 3px 2px #bd424d; box-shadow: 1px 1px 3px 2px #bd424d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,66,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd424d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd424d; -webkit-box-shadow: 1px 1px 3px 2px #bd424d; box-shadow: 1px 1px 3px 2px #bd424d;">
Div content here</div>
This div box has shadow with color #bd424d
Comments
No comments written yet.
Please login to write comment.