Color spaces of #b41aaf
RGB | 180 | 26 | 175 |
---|---|---|---|
HSL | 0.84 | 0.75 | 0.40 |
HSV | 302° | 86° | 71° |
CMYK | 0.00 | 0.86 | 0.03 0.29 |
XYZ | 26.9296 | 13.5372 | 41.7510 |
Yxy | 13.5372 | 0.3275 | 0.1647 |
Hunter Lab | 36.7929 | 66.2606 | -41.5246 |
CIE-Lab | 43.5618 | 71.6662 | -42.6073 |
#b41aaf color RGB value is (180,26,175).
#b41aaf hex color red value is 180, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b41aaf hue: 0.84 , saturation: 0.75 and the lightness value of b41aaf is 0.40.
The process color (four color CMYK) of #b41aaf color hex is 0.00, 0.86, 0.03, 0.29. Web safe color of #b41aaf is #cc3399. Color #b41aaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00011010 | 10101111 |
Octal | 264 | 32 | 257 |
Decimal | 180 | 26 | 175 |
Hex | B4 | 1A | AF |
Shades of #b41aaf
Tints of #b41aaf
RGB Percentages of Color #b41aaf
CMYK Percentages of Color #b41aaf
Complementary Color
#b41aaf | #1ab41f |
#b41aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b41aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b41aaf Color CSS Codes
.mybgcolor {background-color:#b41aaf; } .myforecolor {color:#b41aaf; } .mybordercolor {border:3px solid #b41aaf; }
#b41aaf Text Font Color
<p style="color:#b41aaf">Text here</p>
This sample text font color is #b41aaf
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.
#b41aaf Background Color
<div style="background-color:#b41aaf">
Div content here</div>
This div background color is #b41aaf
#b41aaf Border Color
<div style="border:3px solid #b41aaf">
Div here</div>
This div border color is #b41aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,26,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b41aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b41aaf; -webkit-box-shadow: 1px 1px 3px 2px #b41aaf; box-shadow: 1px 1px 3px 2px #b41aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,26,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 #b41aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b41aaf; -webkit-box-shadow: 1px 1px 3px 2px #b41aaf; box-shadow: 1px 1px 3px 2px #b41aaf;">
Div content here</div>
This div box has shadow with color #b41aaf
Comments
No comments written yet.
Please login to write comment.