Color spaces of #b03aaa
RGB | 176 | 58 | 170 |
---|---|---|---|
HSL | 0.84 | 0.50 | 0.46 |
HSV | 303° | 67° | 69° |
CMYK | 0.00 | 0.67 | 0.03 0.31 |
XYZ | 26.6733 | 15.1585 | 39.5503 |
Yxy | 15.1585 | 0.3278 | 0.1863 |
Hunter Lab | 38.9339 | 54.1545 | -32.9749 |
CIE-Lab | 45.8505 | 60.7557 | -36.0620 |
#b03aaa color RGB value is (176,58,170).
#b03aaa hex color red value is 176, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b03aaa hue: 0.84 , saturation: 0.50 and the lightness value of b03aaa is 0.46.
The process color (four color CMYK) of #b03aaa color hex is 0.00, 0.67, 0.03, 0.31. Web safe color of #b03aaa is #993399. Color #b03aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00111010 | 10101010 |
Octal | 260 | 72 | 252 |
Decimal | 176 | 58 | 170 |
Hex | B0 | 3A | AA |
Shades of #b03aaa
Tints of #b03aaa
RGB Percentages of Color #b03aaa
CMYK Percentages of Color #b03aaa
Complementary Color
#b03aaa | #3ab040 |
#b03aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b03aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b03aaa Color CSS Codes
.mybgcolor {background-color:#b03aaa; } .myforecolor {color:#b03aaa; } .mybordercolor {border:3px solid #b03aaa; }
#b03aaa Text Font Color
<p style="color:#b03aaa">Text here</p>
This sample text font color is #b03aaa
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.
#b03aaa Background Color
<div style="background-color:#b03aaa">
Div content here</div>
This div background color is #b03aaa
#b03aaa Border Color
<div style="border:3px solid #b03aaa">
Div here</div>
This div border color is #b03aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,58,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b03aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b03aaa; -webkit-box-shadow: 1px 1px 3px 2px #b03aaa; box-shadow: 1px 1px 3px 2px #b03aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,58,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b03aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b03aaa; -webkit-box-shadow: 1px 1px 3px 2px #b03aaa; box-shadow: 1px 1px 3px 2px #b03aaa;">
Div content here</div>
This div box has shadow with color #b03aaa
Comments
No comments written yet.
Please login to write comment.