Color spaces of #b81f45
RGB | 184 | 31 | 69 |
---|---|---|---|
HSL | 0.96 | 0.71 | 0.42 |
HSV | 345° | 83° | 72° |
CMYK | 0.00 | 0.83 | 0.63 0.28 |
XYZ | 21.3313 | 11.6000 | 6.7450 |
Yxy | 11.6000 | 0.5376 | 0.2924 |
Hunter Lab | 34.0588 | 52.1932 | 12.0993 |
CIE-Lab | 40.5732 | 60.0027 | 18.4046 |
#b81f45 color RGB value is (184,31,69).
#b81f45 hex color red value is 184, green value is 31 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b81f45 hue: 0.96 , saturation: 0.71 and the lightness value of b81f45 is 0.42.
The process color (four color CMYK) of #b81f45 color hex is 0.00, 0.83, 0.63, 0.28. Web safe color of #b81f45 is #cc3333. Color #b81f45 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00011111 | 01000101 |
Octal | 270 | 37 | 105 |
Decimal | 184 | 31 | 69 |
Hex | B8 | 1F | 45 |
Shades of #b81f45
Tints of #b81f45
RGB Percentages of Color #b81f45
CMYK Percentages of Color #b81f45
Complementary Color
#b81f45 | #1fb892 |
#b81f45 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b81f45 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b81f45 Color CSS Codes
.mybgcolor {background-color:#b81f45; } .myforecolor {color:#b81f45; } .mybordercolor {border:3px solid #b81f45; }
#b81f45 Text Font Color
<p style="color:#b81f45">Text here</p>
This sample text font color is #b81f45
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.
#b81f45 Background Color
<div style="background-color:#b81f45">
Div content here</div>
This div background color is #b81f45
#b81f45 Border Color
<div style="border:3px solid #b81f45">
Div here</div>
This div border color is #b81f45
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,31,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b81f45; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b81f45; -webkit-box-shadow: 1px 1px 3px 2px #b81f45; box-shadow: 1px 1px 3px 2px #b81f45; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,31,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b81f45">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b81f45; -webkit-box-shadow: 1px 1px 3px 2px #b81f45; box-shadow: 1px 1px 3px 2px #b81f45;">
Div content here</div>
This div box has shadow with color #b81f45
Comments
No comments written yet.
Please login to write comment.