Color spaces of #b21baf
RGB | 178 | 27 | 175 |
---|---|---|---|
HSL | 0.84 | 0.74 | 0.40 |
HSV | 301° | 85° | 70° |
CMYK | 0.00 | 0.85 | 0.02 0.30 |
XYZ | 26.4899 | 13.3440 | 41.7369 |
Yxy | 13.3440 | 0.3247 | 0.1636 |
Hunter Lab | 36.5294 | 65.5156 | -42.1715 |
CIE-Lab | 43.2771 | 71.0963 | -43.0818 |
#b21baf color RGB value is (178,27,175).
#b21baf hex color red value is 178, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b21baf hue: 0.84 , saturation: 0.74 and the lightness value of b21baf is 0.40.
The process color (four color CMYK) of #b21baf color hex is 0.00, 0.85, 0.02, 0.30. Web safe color of #b21baf is #993399. Color #b21baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00011011 | 10101111 |
Octal | 262 | 33 | 257 |
Decimal | 178 | 27 | 175 |
Hex | B2 | 1B | AF |
Shades of #b21baf
Tints of #b21baf
RGB Percentages of Color #b21baf
CMYK Percentages of Color #b21baf
Complementary Color
#b21baf | #1bb21e |
#b21baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b21baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b21baf Color CSS Codes
.mybgcolor {background-color:#b21baf; } .myforecolor {color:#b21baf; } .mybordercolor {border:3px solid #b21baf; }
#b21baf Text Font Color
<p style="color:#b21baf">Text here</p>
This sample text font color is #b21baf
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.
#b21baf Background Color
<div style="background-color:#b21baf">
Div content here</div>
This div background color is #b21baf
#b21baf Border Color
<div style="border:3px solid #b21baf">
Div here</div>
This div border color is #b21baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,27,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b21baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b21baf; -webkit-box-shadow: 1px 1px 3px 2px #b21baf; box-shadow: 1px 1px 3px 2px #b21baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,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 #b21baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b21baf; -webkit-box-shadow: 1px 1px 3px 2px #b21baf; box-shadow: 1px 1px 3px 2px #b21baf;">
Div content here</div>
This div box has shadow with color #b21baf
Comments
No comments written yet.
Please login to write comment.