Color spaces of #bd430e
RGB | 189 | 67 | 14 |
---|---|---|---|
HSL | 0.05 | 0.86 | 0.40 |
HSV | 18° | 93° | 74° |
CMYK | 0.00 | 0.65 | 0.93 0.26 |
XYZ | 23.0727 | 14.8648 | 2.0686 |
Yxy | 14.8648 | 0.5767 | 0.3716 |
Hunter Lab | 38.5549 | 39.3500 | 23.8073 |
CIE-Lab | 45.4485 | 47.0417 | 52.5791 |
#bd430e color RGB value is (189,67,14).
#bd430e hex color red value is 189, green value is 67 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bd430e hue: 0.05 , saturation: 0.86 and the lightness value of bd430e is 0.40.
The process color (four color CMYK) of #bd430e color hex is 0.00, 0.65, 0.93, 0.26. Web safe color of #bd430e is #cc3300. Color #bd430e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01000011 | 00001110 |
Octal | 275 | 103 | 16 |
Decimal | 189 | 67 | 14 |
Hex | BD | 43 | E |
Shades of #bd430e
Tints of #bd430e
RGB Percentages of Color #bd430e
CMYK Percentages of Color #bd430e
Complementary Color
#bd430e | #0e88bd |
#bd430e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd430e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd430e Color CSS Codes
.mybgcolor {background-color:#bd430e; } .myforecolor {color:#bd430e; } .mybordercolor {border:3px solid #bd430e; }
#bd430e Text Font Color
<p style="color:#bd430e">Text here</p>
This sample text font color is #bd430e
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.
#bd430e Background Color
<div style="background-color:#bd430e">
Div content here</div>
This div background color is #bd430e
#bd430e Border Color
<div style="border:3px solid #bd430e">
Div here</div>
This div border color is #bd430e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,67,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd430e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd430e; -webkit-box-shadow: 1px 1px 3px 2px #bd430e; box-shadow: 1px 1px 3px 2px #bd430e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,67,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd430e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd430e; -webkit-box-shadow: 1px 1px 3px 2px #bd430e; box-shadow: 1px 1px 3px 2px #bd430e;">
Div content here</div>
This div box has shadow with color #bd430e
Comments
No comments written yet.
Please login to write comment.