Color spaces of #b71093
RGB | 183 | 16 | 147 |
---|---|---|---|
HSL | 0.87 | 0.84 | 0.39 |
HSV | 313° | 91° | 72° |
CMYK | 0.00 | 0.91 | 0.20 0.28 |
XYZ | 24.9802 | 12.5444 | 28.7085 |
Yxy | 12.5444 | 0.3772 | 0.1894 |
Hunter Lab | 35.4181 | 63.9136 | -23.2655 |
CIE-Lab | 42.0686 | 69.9790 | -28.1286 |
#b71093 color RGB value is (183,16,147).
#b71093 hex color red value is 183, green value is 16 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b71093 hue: 0.87 , saturation: 0.84 and the lightness value of b71093 is 0.39.
The process color (four color CMYK) of #b71093 color hex is 0.00, 0.91, 0.20, 0.28. Web safe color of #b71093 is #cc0099. Color #b71093 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00010000 | 10010011 |
Octal | 267 | 20 | 223 |
Decimal | 183 | 16 | 147 |
Hex | B7 | 10 | 93 |
Shades of #b71093
Tints of #b71093
RGB Percentages of Color #b71093
CMYK Percentages of Color #b71093
Complementary Color
#b71093 | #10b734 |
#b71093 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b71093 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b71093 Color CSS Codes
.mybgcolor {background-color:#b71093; } .myforecolor {color:#b71093; } .mybordercolor {border:3px solid #b71093; }
#b71093 Text Font Color
<p style="color:#b71093">Text here</p>
This sample text font color is #b71093
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.
#b71093 Background Color
<div style="background-color:#b71093">
Div content here</div>
This div background color is #b71093
#b71093 Border Color
<div style="border:3px solid #b71093">
Div here</div>
This div border color is #b71093
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,16,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b71093; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b71093; -webkit-box-shadow: 1px 1px 3px 2px #b71093; box-shadow: 1px 1px 3px 2px #b71093; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,16,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b71093">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b71093; -webkit-box-shadow: 1px 1px 3px 2px #b71093; box-shadow: 1px 1px 3px 2px #b71093;">
Div content here</div>
This div box has shadow with color #b71093
Comments
No comments written yet.
Please login to write comment.