Color spaces of #b035ac
RGB | 176 | 53 | 172 |
---|---|---|---|
HSL | 0.84 | 0.54 | 0.45 |
HSV | 302° | 70° | 69° |
CMYK | 0.00 | 0.70 | 0.02 0.31 |
XYZ | 26.6240 | 14.7549 | 40.4745 |
Yxy | 14.7549 | 0.3253 | 0.1803 |
Hunter Lab | 38.4121 | 56.4998 | -35.5849 |
CIE-Lab | 45.2967 | 62.9413 | -38.1200 |
#b035ac color RGB value is (176,53,172).
#b035ac hex color red value is 176, green value is 53 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b035ac hue: 0.84 , saturation: 0.54 and the lightness value of b035ac is 0.45.
The process color (four color CMYK) of #b035ac color hex is 0.00, 0.70, 0.02, 0.31. Web safe color of #b035ac is #993399. Color #b035ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00110101 | 10101100 |
Octal | 260 | 65 | 254 |
Decimal | 176 | 53 | 172 |
Hex | B0 | 35 | AC |
Shades of #b035ac
Tints of #b035ac
RGB Percentages of Color #b035ac
CMYK Percentages of Color #b035ac
Complementary Color
#b035ac | #35b039 |
#b035ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b035ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b035ac Color CSS Codes
.mybgcolor {background-color:#b035ac; } .myforecolor {color:#b035ac; } .mybordercolor {border:3px solid #b035ac; }
#b035ac Text Font Color
<p style="color:#b035ac">Text here</p>
This sample text font color is #b035ac
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.
#b035ac Background Color
<div style="background-color:#b035ac">
Div content here</div>
This div background color is #b035ac
#b035ac Border Color
<div style="border:3px solid #b035ac">
Div here</div>
This div border color is #b035ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,53,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b035ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b035ac; -webkit-box-shadow: 1px 1px 3px 2px #b035ac; box-shadow: 1px 1px 3px 2px #b035ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,53,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b035ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b035ac; -webkit-box-shadow: 1px 1px 3px 2px #b035ac; box-shadow: 1px 1px 3px 2px #b035ac;">
Div content here</div>
This div box has shadow with color #b035ac
Comments
No comments written yet.
Please login to write comment.