Color spaces of #b00b73
RGB | 176 | 11 | 115 |
---|---|---|---|
HSL | 0.89 | 0.88 | 0.37 |
HSV | 322° | 94° | 69° |
CMYK | 0.00 | 0.94 | 0.35 0.31 |
XYZ | 21.1187 | 10.7073 | 17.1733 |
Yxy | 10.7073 | 0.4310 | 0.2185 |
Hunter Lab | 32.7220 | 57.9399 | -8.2114 |
CIE-Lab | 39.0831 | 65.4128 | -13.0883 |
#b00b73 color RGB value is (176,11,115).
#b00b73 hex color red value is 176, green value is 11 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b00b73 hue: 0.89 , saturation: 0.88 and the lightness value of b00b73 is 0.37.
The process color (four color CMYK) of #b00b73 color hex is 0.00, 0.94, 0.35, 0.31. Web safe color of #b00b73 is #990066. Color #b00b73 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00001011 | 01110011 |
Octal | 260 | 13 | 163 |
Decimal | 176 | 11 | 115 |
Hex | B0 | B | 73 |
Shades of #b00b73
Tints of #b00b73
RGB Percentages of Color #b00b73
CMYK Percentages of Color #b00b73
Complementary Color
#b00b73 | #0bb048 |
#b00b73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b00b73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b00b73 Color CSS Codes
.mybgcolor {background-color:#b00b73; } .myforecolor {color:#b00b73; } .mybordercolor {border:3px solid #b00b73; }
#b00b73 Text Font Color
<p style="color:#b00b73">Text here</p>
This sample text font color is #b00b73
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.
#b00b73 Background Color
<div style="background-color:#b00b73">
Div content here</div>
This div background color is #b00b73
#b00b73 Border Color
<div style="border:3px solid #b00b73">
Div here</div>
This div border color is #b00b73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,11,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b00b73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b00b73; -webkit-box-shadow: 1px 1px 3px 2px #b00b73; box-shadow: 1px 1px 3px 2px #b00b73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,11,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b00b73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b00b73; -webkit-box-shadow: 1px 1px 3px 2px #b00b73; box-shadow: 1px 1px 3px 2px #b00b73;">
Div content here</div>
This div box has shadow with color #b00b73
Comments
No comments written yet.
Please login to write comment.