Color spaces of #b6349f
RGB | 182 | 52 | 159 |
---|---|---|---|
HSL | 0.86 | 0.56 | 0.46 |
HSV | 311° | 71° | 71° |
CMYK | 0.00 | 0.71 | 0.13 0.29 |
XYZ | 26.7774 | 14.9043 | 34.2664 |
Yxy | 14.9043 | 0.3526 | 0.1962 |
Hunter Lab | 38.6061 | 56.2480 | -25.6010 |
CIE-Lab | 45.5028 | 62.6797 | -30.0005 |
#b6349f color RGB value is (182,52,159).
#b6349f hex color red value is 182, green value is 52 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b6349f hue: 0.86 , saturation: 0.56 and the lightness value of b6349f is 0.46.
The process color (four color CMYK) of #b6349f color hex is 0.00, 0.71, 0.13, 0.29. Web safe color of #b6349f is #cc3399. Color #b6349f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00110100 | 10011111 |
Octal | 266 | 64 | 237 |
Decimal | 182 | 52 | 159 |
Hex | B6 | 34 | 9F |
Shades of #b6349f
Tints of #b6349f
RGB Percentages of Color #b6349f
CMYK Percentages of Color #b6349f
Complementary Color
#b6349f | #34b64b |
#b6349f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6349f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6349f Color CSS Codes
.mybgcolor {background-color:#b6349f; } .myforecolor {color:#b6349f; } .mybordercolor {border:3px solid #b6349f; }
#b6349f Text Font Color
<p style="color:#b6349f">Text here</p>
This sample text font color is #b6349f
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.
#b6349f Background Color
<div style="background-color:#b6349f">
Div content here</div>
This div background color is #b6349f
#b6349f Border Color
<div style="border:3px solid #b6349f">
Div here</div>
This div border color is #b6349f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,52,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6349f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6349f; -webkit-box-shadow: 1px 1px 3px 2px #b6349f; box-shadow: 1px 1px 3px 2px #b6349f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,52,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6349f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6349f; -webkit-box-shadow: 1px 1px 3px 2px #b6349f; box-shadow: 1px 1px 3px 2px #b6349f;">
Div content here</div>
This div box has shadow with color #b6349f
Comments
No comments written yet.
Please login to write comment.