Color spaces of #b60186
RGB | 182 | 1 | 134 |
---|---|---|---|
HSL | 0.88 | 0.99 | 0.36 |
HSV | 316° | 99° | 71° |
CMYK | 0.00 | 0.99 | 0.26 0.29 |
XYZ | 23.6053 | 11.6880 | 23.5661 |
Yxy | 11.6880 | 0.4010 | 0.1986 |
Hunter Lab | 34.1877 | 63.4189 | -16.9381 |
CIE-Lab | 40.7159 | 69.8224 | -22.2945 |
#b60186 color RGB value is (182,1,134).
#b60186 hex color red value is 182, green value is 1 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b60186 hue: 0.88 , saturation: 0.99 and the lightness value of b60186 is 0.36.
The process color (four color CMYK) of #b60186 color hex is 0.00, 0.99, 0.26, 0.29. Web safe color of #b60186 is #cc0099. Color #b60186 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00000001 | 10000110 |
Octal | 266 | 1 | 206 |
Decimal | 182 | 1 | 134 |
Hex | B6 | 1 | 86 |
Shades of #b60186
Tints of #b60186
RGB Percentages of Color #b60186
CMYK Percentages of Color #b60186
Complementary Color
#b60186 | #01b631 |
#b60186 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b60186 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b60186 Color CSS Codes
.mybgcolor {background-color:#b60186; } .myforecolor {color:#b60186; } .mybordercolor {border:3px solid #b60186; }
#b60186 Text Font Color
<p style="color:#b60186">Text here</p>
This sample text font color is #b60186
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.
#b60186 Background Color
<div style="background-color:#b60186">
Div content here</div>
This div background color is #b60186
#b60186 Border Color
<div style="border:3px solid #b60186">
Div here</div>
This div border color is #b60186
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,1,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b60186; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b60186; -webkit-box-shadow: 1px 1px 3px 2px #b60186; box-shadow: 1px 1px 3px 2px #b60186; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,1,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b60186">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b60186; -webkit-box-shadow: 1px 1px 3px 2px #b60186; box-shadow: 1px 1px 3px 2px #b60186;">
Div content here</div>
This div box has shadow with color #b60186
Comments
No comments written yet.
Please login to write comment.