Color spaces of #b046af
RGB | 176 | 70 | 175 |
---|---|---|---|
HSL | 0.83 | 0.43 | 0.48 |
HSV | 301° | 60° | 69° |
CMYK | 0.00 | 0.60 | 0.01 0.31 |
XYZ | 27.8325 | 16.7056 | 42.3150 |
Yxy | 16.7056 | 0.3205 | 0.1923 |
Hunter Lab | 40.8725 | 50.0244 | -32.7718 |
CIE-Lab | 47.8869 | 56.6532 | -35.8015 |
#b046af color RGB value is (176,70,175).
#b046af hex color red value is 176, green value is 70 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b046af hue: 0.83 , saturation: 0.43 and the lightness value of b046af is 0.48.
The process color (four color CMYK) of #b046af color hex is 0.00, 0.60, 0.01, 0.31. Web safe color of #b046af is #993399. Color #b046af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01000110 | 10101111 |
Octal | 260 | 106 | 257 |
Decimal | 176 | 70 | 175 |
Hex | B0 | 46 | AF |
Shades of #b046af
Tints of #b046af
RGB Percentages of Color #b046af
CMYK Percentages of Color #b046af
Complementary Color
#b046af | #46b047 |
#b046af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b046af Color Preview on White Background
Lorem ipsum dolor sit amet.
#b046af Color CSS Codes
.mybgcolor {background-color:#b046af; } .myforecolor {color:#b046af; } .mybordercolor {border:3px solid #b046af; }
#b046af Text Font Color
<p style="color:#b046af">Text here</p>
This sample text font color is #b046af
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.
#b046af Background Color
<div style="background-color:#b046af">
Div content here</div>
This div background color is #b046af
#b046af Border Color
<div style="border:3px solid #b046af">
Div here</div>
This div border color is #b046af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,70,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b046af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b046af; -webkit-box-shadow: 1px 1px 3px 2px #b046af; box-shadow: 1px 1px 3px 2px #b046af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,70,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 #b046af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b046af; -webkit-box-shadow: 1px 1px 3px 2px #b046af; box-shadow: 1px 1px 3px 2px #b046af;">
Div content here</div>
This div box has shadow with color #b046af
Comments
No comments written yet.
Please login to write comment.