Color spaces of #b52142
RGB | 181 | 33 | 66 |
---|---|---|---|
HSL | 0.96 | 0.69 | 0.42 |
HSV | 347° | 82° | 71° |
CMYK | 0.00 | 0.82 | 0.64 0.29 |
XYZ | 20.5833 | 11.3048 | 6.2514 |
Yxy | 11.3048 | 0.5397 | 0.2964 |
Hunter Lab | 33.6226 | 50.4357 | 12.5121 |
CIE-Lab | 40.0892 | 58.4950 | 19.5496 |
#b52142 color RGB value is (181,33,66).
#b52142 hex color red value is 181, green value is 33 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b52142 hue: 0.96 , saturation: 0.69 and the lightness value of b52142 is 0.42.
The process color (four color CMYK) of #b52142 color hex is 0.00, 0.82, 0.64, 0.29. Web safe color of #b52142 is #cc3333. Color #b52142 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00100001 | 01000010 |
Octal | 265 | 41 | 102 |
Decimal | 181 | 33 | 66 |
Hex | B5 | 21 | 42 |
Shades of #b52142
Tints of #b52142
RGB Percentages of Color #b52142
CMYK Percentages of Color #b52142
Complementary Color
#b52142 | #21b594 |
#b52142 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b52142 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b52142 Color CSS Codes
.mybgcolor {background-color:#b52142; } .myforecolor {color:#b52142; } .mybordercolor {border:3px solid #b52142; }
#b52142 Text Font Color
<p style="color:#b52142">Text here</p>
This sample text font color is #b52142
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.
#b52142 Background Color
<div style="background-color:#b52142">
Div content here</div>
This div background color is #b52142
#b52142 Border Color
<div style="border:3px solid #b52142">
Div here</div>
This div border color is #b52142
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,33,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b52142; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b52142; -webkit-box-shadow: 1px 1px 3px 2px #b52142; box-shadow: 1px 1px 3px 2px #b52142; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,33,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b52142">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b52142; -webkit-box-shadow: 1px 1px 3px 2px #b52142; box-shadow: 1px 1px 3px 2px #b52142;">
Div content here</div>
This div box has shadow with color #b52142
Comments
No comments written yet.
Please login to write comment.