Color spaces of #b02aba
RGB | 176 | 42 | 186 |
---|---|---|---|
HSL | 0.82 | 0.63 | 0.45 |
HSV | 296° | 77° | 73° |
CMYK | 0.05 | 0.77 | 0.00 0.27 |
XYZ | 27.5954 | 14.4312 | 47.7854 |
Yxy | 14.4312 | 0.3073 | 0.1607 |
Hunter Lab | 37.9884 | 63.1855 | -47.9886 |
CIE-Lab | 44.8451 | 68.8191 | -47.0824 |
#b02aba color RGB value is (176,42,186).
#b02aba hex color red value is 176, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b02aba hue: 0.82 , saturation: 0.63 and the lightness value of b02aba is 0.45.
The process color (four color CMYK) of #b02aba color hex is 0.05, 0.77, 0.00, 0.27. Web safe color of #b02aba is #9933cc. Color #b02aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00101010 | 10111010 |
Octal | 260 | 52 | 272 |
Decimal | 176 | 42 | 186 |
Hex | B0 | 2A | BA |
Shades of #b02aba
Tints of #b02aba
RGB Percentages of Color #b02aba
CMYK Percentages of Color #b02aba
Complementary Color
#b02aba | #34ba2a |
#b02aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b02aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b02aba Color CSS Codes
.mybgcolor {background-color:#b02aba; } .myforecolor {color:#b02aba; } .mybordercolor {border:3px solid #b02aba; }
#b02aba Text Font Color
<p style="color:#b02aba">Text here</p>
This sample text font color is #b02aba
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.
#b02aba Background Color
<div style="background-color:#b02aba">
Div content here</div>
This div background color is #b02aba
#b02aba Border Color
<div style="border:3px solid #b02aba">
Div here</div>
This div border color is #b02aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,42,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b02aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b02aba; -webkit-box-shadow: 1px 1px 3px 2px #b02aba; box-shadow: 1px 1px 3px 2px #b02aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,42,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b02aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b02aba; -webkit-box-shadow: 1px 1px 3px 2px #b02aba; box-shadow: 1px 1px 3px 2px #b02aba;">
Div content here</div>
This div box has shadow with color #b02aba
Comments
No comments written yet.
Please login to write comment.