Color spaces of #b52076
RGB | 181 | 32 | 118 |
---|---|---|---|
HSL | 0.90 | 0.70 | 0.42 |
HSV | 325° | 82° | 71° |
CMYK | 0.00 | 0.82 | 0.35 0.29 |
XYZ | 22.8426 | 12.1648 | 18.2836 |
Yxy | 12.1648 | 0.4286 | 0.2283 |
Hunter Lab | 34.8781 | 55.8679 | -6.6660 |
CIE-Lab | 41.4769 | 63.1203 | -11.2414 |
#b52076 color RGB value is (181,32,118).
#b52076 hex color red value is 181, green value is 32 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b52076 hue: 0.90 , saturation: 0.70 and the lightness value of b52076 is 0.42.
The process color (four color CMYK) of #b52076 color hex is 0.00, 0.82, 0.35, 0.29. Web safe color of #b52076 is #cc3366. Color #b52076 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00100000 | 01110110 |
Octal | 265 | 40 | 166 |
Decimal | 181 | 32 | 118 |
Hex | B5 | 20 | 76 |
Shades of #b52076
Tints of #b52076
RGB Percentages of Color #b52076
CMYK Percentages of Color #b52076
Complementary Color
#b52076 | #20b55f |
#b52076 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b52076 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b52076 Color CSS Codes
.mybgcolor {background-color:#b52076; } .myforecolor {color:#b52076; } .mybordercolor {border:3px solid #b52076; }
#b52076 Text Font Color
<p style="color:#b52076">Text here</p>
This sample text font color is #b52076
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.
#b52076 Background Color
<div style="background-color:#b52076">
Div content here</div>
This div background color is #b52076
#b52076 Border Color
<div style="border:3px solid #b52076">
Div here</div>
This div border color is #b52076
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,32,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b52076; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b52076; -webkit-box-shadow: 1px 1px 3px 2px #b52076; box-shadow: 1px 1px 3px 2px #b52076; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,32,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b52076">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b52076; -webkit-box-shadow: 1px 1px 3px 2px #b52076; box-shadow: 1px 1px 3px 2px #b52076;">
Div content here</div>
This div box has shadow with color #b52076
Comments
No comments written yet.
Please login to write comment.