Color spaces of #b31baf
RGB | 179 | 27 | 175 |
---|---|---|---|
HSL | 0.84 | 0.74 | 0.40 |
HSV | 302° | 85° | 70° |
CMYK | 0.00 | 0.85 | 0.02 0.30 |
XYZ | 26.7202 | 13.4627 | 41.7477 |
Yxy | 13.4627 | 0.3261 | 0.1643 |
Hunter Lab | 36.6916 | 65.7804 | -41.7762 |
CIE-Lab | 43.4523 | 71.2846 | -42.7922 |
#b31baf color RGB value is (179,27,175).
#b31baf hex color red value is 179, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b31baf hue: 0.84 , saturation: 0.74 and the lightness value of b31baf is 0.40.
The process color (four color CMYK) of #b31baf color hex is 0.00, 0.85, 0.02, 0.30. Web safe color of #b31baf is #cc3399. Color #b31baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00011011 | 10101111 |
Octal | 263 | 33 | 257 |
Decimal | 179 | 27 | 175 |
Hex | B3 | 1B | AF |
Shades of #b31baf
Tints of #b31baf
RGB Percentages of Color #b31baf
CMYK Percentages of Color #b31baf
Complementary Color
#b31baf | #1bb31f |
#b31baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b31baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b31baf Color CSS Codes
.mybgcolor {background-color:#b31baf; } .myforecolor {color:#b31baf; } .mybordercolor {border:3px solid #b31baf; }
#b31baf Text Font Color
<p style="color:#b31baf">Text here</p>
This sample text font color is #b31baf
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.
#b31baf Background Color
<div style="background-color:#b31baf">
Div content here</div>
This div background color is #b31baf
#b31baf Border Color
<div style="border:3px solid #b31baf">
Div here</div>
This div border color is #b31baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,27,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b31baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b31baf; -webkit-box-shadow: 1px 1px 3px 2px #b31baf; box-shadow: 1px 1px 3px 2px #b31baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,27,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b31baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b31baf; -webkit-box-shadow: 1px 1px 3px 2px #b31baf; box-shadow: 1px 1px 3px 2px #b31baf;">
Div content here</div>
This div box has shadow with color #b31baf
Comments
No comments written yet.
Please login to write comment.