Color spaces of #b084aa
RGB | 176 | 132 | 170 |
---|---|---|---|
HSL | 0.86 | 0.22 | 0.60 |
HSV | 308° | 25° | 69° |
CMYK | 0.00 | 0.25 | 0.03 0.31 |
XYZ | 33.4115 | 28.6349 | 41.7963 |
Yxy | 28.6349 | 0.3218 | 0.2758 |
Hunter Lab | 53.5116 | 17.8063 | -8.8515 |
CIE-Lab | 60.4580 | 23.3158 | -13.5283 |
#b084aa color RGB value is (176,132,170).
#b084aa hex color red value is 176, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b084aa hue: 0.86 , saturation: 0.22 and the lightness value of b084aa is 0.60.
The process color (four color CMYK) of #b084aa color hex is 0.00, 0.25, 0.03, 0.31. Web safe color of #b084aa is #999999. Color #b084aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10000100 | 10101010 |
Octal | 260 | 204 | 252 |
Decimal | 176 | 132 | 170 |
Hex | B0 | 84 | AA |
Shades of #b084aa
Tints of #b084aa
RGB Percentages of Color #b084aa
CMYK Percentages of Color #b084aa
Complementary Color
#b084aa | #84b08a |
#b084aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b084aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b084aa Color CSS Codes
.mybgcolor {background-color:#b084aa; } .myforecolor {color:#b084aa; } .mybordercolor {border:3px solid #b084aa; }
#b084aa Text Font Color
<p style="color:#b084aa">Text here</p>
This sample text font color is #b084aa
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.
#b084aa Background Color
<div style="background-color:#b084aa">
Div content here</div>
This div background color is #b084aa
#b084aa Border Color
<div style="border:3px solid #b084aa">
Div here</div>
This div border color is #b084aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,132,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b084aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b084aa; -webkit-box-shadow: 1px 1px 3px 2px #b084aa; box-shadow: 1px 1px 3px 2px #b084aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,132,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 #b084aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b084aa; -webkit-box-shadow: 1px 1px 3px 2px #b084aa; box-shadow: 1px 1px 3px 2px #b084aa;">
Div content here</div>
This div box has shadow with color #b084aa
Comments
No comments written yet.
Please login to write comment.