Color spaces of #b21539
RGB | 178 | 21 | 57 |
---|---|---|---|
HSL | 0.96 | 0.79 | 0.39 |
HSV | 346° | 88° | 70° |
CMYK | 0.00 | 0.88 | 0.68 0.30 |
XYZ | 19.3668 | 10.2967 | 4.8376 |
Yxy | 10.2967 | 0.5613 | 0.2984 |
Hunter Lab | 32.0885 | 51.5778 | 13.5235 |
CIE-Lab | 38.3698 | 59.8705 | 22.9051 |
#b21539 color RGB value is (178,21,57).
#b21539 hex color red value is 178, green value is 21 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b21539 hue: 0.96 , saturation: 0.79 and the lightness value of b21539 is 0.39.
The process color (four color CMYK) of #b21539 color hex is 0.00, 0.88, 0.68, 0.30. Web safe color of #b21539 is #990033. Color #b21539 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00010101 | 00111001 |
Octal | 262 | 25 | 71 |
Decimal | 178 | 21 | 57 |
Hex | B2 | 15 | 39 |
Shades of #b21539
Tints of #b21539
RGB Percentages of Color #b21539
CMYK Percentages of Color #b21539
Complementary Color
#b21539 | #15b28e |
#b21539 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b21539 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b21539 Color CSS Codes
.mybgcolor {background-color:#b21539; } .myforecolor {color:#b21539; } .mybordercolor {border:3px solid #b21539; }
#b21539 Text Font Color
<p style="color:#b21539">Text here</p>
This sample text font color is #b21539
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.
#b21539 Background Color
<div style="background-color:#b21539">
Div content here</div>
This div background color is #b21539
#b21539 Border Color
<div style="border:3px solid #b21539">
Div here</div>
This div border color is #b21539
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,21,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b21539; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b21539; -webkit-box-shadow: 1px 1px 3px 2px #b21539; box-shadow: 1px 1px 3px 2px #b21539; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,21,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b21539">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b21539; -webkit-box-shadow: 1px 1px 3px 2px #b21539; box-shadow: 1px 1px 3px 2px #b21539;">
Div content here</div>
This div box has shadow with color #b21539
Comments
No comments written yet.
Please login to write comment.