Color spaces of #bd424f
RGB | 189 | 66 | 79 |
---|---|---|---|
HSL | 0.98 | 0.48 | 0.50 |
HSV | 354° | 65° | 74° |
CMYK | 0.00 | 0.65 | 0.58 0.26 |
XYZ | 24.3458 | 15.2798 | 9.0633 |
Yxy | 15.2798 | 0.5000 | 0.3138 |
Hunter Lab | 39.0894 | 42.7676 | 13.6155 |
CIE-Lab | 46.0151 | 50.2338 | 19.5975 |
#bd424f color RGB value is (189,66,79).
#bd424f hex color red value is 189, green value is 66 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bd424f hue: 0.98 , saturation: 0.48 and the lightness value of bd424f is 0.50.
The process color (four color CMYK) of #bd424f color hex is 0.00, 0.65, 0.58, 0.26. Web safe color of #bd424f is #cc3366. Color #bd424f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01000010 | 01001111 |
Octal | 275 | 102 | 117 |
Decimal | 189 | 66 | 79 |
Hex | BD | 42 | 4F |
Shades of #bd424f
Tints of #bd424f
RGB Percentages of Color #bd424f
CMYK Percentages of Color #bd424f
Complementary Color
#bd424f | #42bdb0 |
#bd424f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd424f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd424f Color CSS Codes
.mybgcolor {background-color:#bd424f; } .myforecolor {color:#bd424f; } .mybordercolor {border:3px solid #bd424f; }
#bd424f Text Font Color
<p style="color:#bd424f">Text here</p>
This sample text font color is #bd424f
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.
#bd424f Background Color
<div style="background-color:#bd424f">
Div content here</div>
This div background color is #bd424f
#bd424f Border Color
<div style="border:3px solid #bd424f">
Div here</div>
This div border color is #bd424f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,66,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd424f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd424f; -webkit-box-shadow: 1px 1px 3px 2px #bd424f; box-shadow: 1px 1px 3px 2px #bd424f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,66,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd424f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd424f; -webkit-box-shadow: 1px 1px 3px 2px #bd424f; box-shadow: 1px 1px 3px 2px #bd424f;">
Div content here</div>
This div box has shadow with color #bd424f
Comments
No comments written yet.
Please login to write comment.