Color spaces of #bd581e
RGB | 189 | 88 | 30 |
---|---|---|---|
HSL | 0.06 | 0.73 | 0.43 |
HSV | 22° | 84° | 74° |
CMYK | 0.00 | 0.53 | 0.84 0.26 |
XYZ | 24.7103 | 17.8920 | 3.3794 |
Yxy | 17.8920 | 0.5374 | 0.3891 |
Hunter Lab | 42.2989 | 30.2534 | 24.8724 |
CIE-Lab | 49.3649 | 37.3719 | 49.8454 |
#bd581e color RGB value is (189,88,30).
#bd581e hex color red value is 189, green value is 88 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd581e hue: 0.06 , saturation: 0.73 and the lightness value of bd581e is 0.43.
The process color (four color CMYK) of #bd581e color hex is 0.00, 0.53, 0.84, 0.26. Web safe color of #bd581e is #cc6633. Color #bd581e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01011000 | 00011110 |
Octal | 275 | 130 | 36 |
Decimal | 189 | 88 | 30 |
Hex | BD | 58 | 1E |
Shades of #bd581e
Tints of #bd581e
RGB Percentages of Color #bd581e
CMYK Percentages of Color #bd581e
Complementary Color
#bd581e | #1e83bd |
#bd581e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd581e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd581e Color CSS Codes
.mybgcolor {background-color:#bd581e; } .myforecolor {color:#bd581e; } .mybordercolor {border:3px solid #bd581e; }
#bd581e Text Font Color
<p style="color:#bd581e">Text here</p>
This sample text font color is #bd581e
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.
#bd581e Background Color
<div style="background-color:#bd581e">
Div content here</div>
This div background color is #bd581e
#bd581e Border Color
<div style="border:3px solid #bd581e">
Div here</div>
This div border color is #bd581e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,88,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd581e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd581e; -webkit-box-shadow: 1px 1px 3px 2px #bd581e; box-shadow: 1px 1px 3px 2px #bd581e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,88,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd581e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd581e; -webkit-box-shadow: 1px 1px 3px 2px #bd581e; box-shadow: 1px 1px 3px 2px #bd581e;">
Div content here</div>
This div box has shadow with color #bd581e
Comments
No comments written yet.
Please login to write comment.