Color spaces of #b6107f
RGB | 182 | 16 | 127 |
---|---|---|---|
HSL | 0.89 | 0.84 | 0.39 |
HSV | 320° | 91° | 71° |
CMYK | 0.00 | 0.91 | 0.30 0.29 |
XYZ | 23.3075 | 11.8480 | 21.1371 |
Yxy | 11.8480 | 0.4140 | 0.2105 |
Hunter Lab | 34.4209 | 60.6314 | -12.3140 |
CIE-Lab | 40.9735 | 67.3847 | -17.5742 |
#b6107f color RGB value is (182,16,127).
#b6107f hex color red value is 182, green value is 16 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b6107f hue: 0.89 , saturation: 0.84 and the lightness value of b6107f is 0.39.
The process color (four color CMYK) of #b6107f color hex is 0.00, 0.91, 0.30, 0.29. Web safe color of #b6107f is #cc0066. Color #b6107f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00010000 | 01111111 |
Octal | 266 | 20 | 177 |
Decimal | 182 | 16 | 127 |
Hex | B6 | 10 | 7F |
Shades of #b6107f
Tints of #b6107f
RGB Percentages of Color #b6107f
CMYK Percentages of Color #b6107f
Complementary Color
#b6107f | #10b647 |
#b6107f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6107f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6107f Color CSS Codes
.mybgcolor {background-color:#b6107f; } .myforecolor {color:#b6107f; } .mybordercolor {border:3px solid #b6107f; }
#b6107f Text Font Color
<p style="color:#b6107f">Text here</p>
This sample text font color is #b6107f
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.
#b6107f Background Color
<div style="background-color:#b6107f">
Div content here</div>
This div background color is #b6107f
#b6107f Border Color
<div style="border:3px solid #b6107f">
Div here</div>
This div border color is #b6107f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,16,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6107f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6107f; -webkit-box-shadow: 1px 1px 3px 2px #b6107f; box-shadow: 1px 1px 3px 2px #b6107f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,16,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6107f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6107f; -webkit-box-shadow: 1px 1px 3px 2px #b6107f; box-shadow: 1px 1px 3px 2px #b6107f;">
Div content here</div>
This div box has shadow with color #b6107f
Comments
No comments written yet.
Please login to write comment.