Color spaces of #b01051
RGB | 176 | 16 | 81 |
---|---|---|---|
HSL | 0.93 | 0.83 | 0.38 |
HSV | 336° | 91° | 69° |
CMYK | 0.00 | 0.91 | 0.54 0.31 |
XYZ | 19.5750 | 10.1948 | 8.7207 |
Yxy | 10.1948 | 0.5086 | 0.2649 |
Hunter Lab | 31.9293 | 53.5573 | 6.1569 |
CIE-Lab | 38.1898 | 61.6968 | 7.2201 |
#b01051 color RGB value is (176,16,81).
#b01051 hex color red value is 176, green value is 16 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b01051 hue: 0.93 , saturation: 0.83 and the lightness value of b01051 is 0.38.
The process color (four color CMYK) of #b01051 color hex is 0.00, 0.91, 0.54, 0.31. Web safe color of #b01051 is #990066. Color #b01051 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00010000 | 01010001 |
Octal | 260 | 20 | 121 |
Decimal | 176 | 16 | 81 |
Hex | B0 | 10 | 51 |
Shades of #b01051
Tints of #b01051
RGB Percentages of Color #b01051
CMYK Percentages of Color #b01051
Complementary Color
#b01051 | #10b06f |
#b01051 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b01051 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b01051 Color CSS Codes
.mybgcolor {background-color:#b01051; } .myforecolor {color:#b01051; } .mybordercolor {border:3px solid #b01051; }
#b01051 Text Font Color
<p style="color:#b01051">Text here</p>
This sample text font color is #b01051
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.
#b01051 Background Color
<div style="background-color:#b01051">
Div content here</div>
This div background color is #b01051
#b01051 Border Color
<div style="border:3px solid #b01051">
Div here</div>
This div border color is #b01051
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,16,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b01051; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b01051; -webkit-box-shadow: 1px 1px 3px 2px #b01051; box-shadow: 1px 1px 3px 2px #b01051; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,16,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b01051">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b01051; -webkit-box-shadow: 1px 1px 3px 2px #b01051; box-shadow: 1px 1px 3px 2px #b01051;">
Div content here</div>
This div box has shadow with color #b01051
Comments
No comments written yet.
Please login to write comment.