Color spaces of #b3849e
RGB | 179 | 132 | 158 |
---|---|---|---|
HSL | 0.91 | 0.24 | 0.61 |
HSV | 327° | 26° | 70° |
CMYK | 0.00 | 0.26 | 0.12 0.30 |
XYZ | 33.0132 | 28.5549 | 36.1194 |
Yxy | 28.5549 | 0.3379 | 0.2923 |
Hunter Lab | 53.4368 | 16.7628 | -2.6700 |
CIE-Lab | 60.3868 | 22.2151 | -6.7478 |
#b3849e color RGB value is (179,132,158).
#b3849e hex color red value is 179, green value is 132 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b3849e hue: 0.91 , saturation: 0.24 and the lightness value of b3849e is 0.61.
The process color (four color CMYK) of #b3849e color hex is 0.00, 0.26, 0.12, 0.30. Web safe color of #b3849e is #cc9999. Color #b3849e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10000100 | 10011110 |
Octal | 263 | 204 | 236 |
Decimal | 179 | 132 | 158 |
Hex | B3 | 84 | 9E |
Shades of #b3849e
Tints of #b3849e
RGB Percentages of Color #b3849e
CMYK Percentages of Color #b3849e
Complementary Color
#b3849e | #84b399 |
#b3849e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3849e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3849e Color CSS Codes
.mybgcolor {background-color:#b3849e; } .myforecolor {color:#b3849e; } .mybordercolor {border:3px solid #b3849e; }
#b3849e Text Font Color
<p style="color:#b3849e">Text here</p>
This sample text font color is #b3849e
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.
#b3849e Background Color
<div style="background-color:#b3849e">
Div content here</div>
This div background color is #b3849e
#b3849e Border Color
<div style="border:3px solid #b3849e">
Div here</div>
This div border color is #b3849e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,132,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3849e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3849e; -webkit-box-shadow: 1px 1px 3px 2px #b3849e; box-shadow: 1px 1px 3px 2px #b3849e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,132,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3849e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3849e; -webkit-box-shadow: 1px 1px 3px 2px #b3849e; box-shadow: 1px 1px 3px 2px #b3849e;">
Div content here</div>
This div box has shadow with color #b3849e
Comments
No comments written yet.
Please login to write comment.