Color spaces of #b87aaa
RGB | 184 | 122 | 170 |
---|---|---|---|
HSL | 0.87 | 0.30 | 0.60 |
HSV | 314° | 34° | 72° |
CMYK | 0.00 | 0.34 | 0.08 0.28 |
XYZ | 33.9824 | 27.0117 | 41.4529 |
Yxy | 27.0117 | 0.3317 | 0.2637 |
Hunter Lab | 51.9728 | 25.7598 | -10.9081 |
CIE-Lab | 58.9852 | 31.6630 | -15.6686 |
#b87aaa color RGB value is (184,122,170).
#b87aaa hex color red value is 184, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b87aaa hue: 0.87 , saturation: 0.30 and the lightness value of b87aaa is 0.60.
The process color (four color CMYK) of #b87aaa color hex is 0.00, 0.34, 0.08, 0.28. Web safe color of #b87aaa is #cc6699. Color #b87aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01111010 | 10101010 |
Octal | 270 | 172 | 252 |
Decimal | 184 | 122 | 170 |
Hex | B8 | 7A | AA |
Shades of #b87aaa
Tints of #b87aaa
RGB Percentages of Color #b87aaa
CMYK Percentages of Color #b87aaa
Complementary Color
#b87aaa | #7ab888 |
#b87aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b87aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b87aaa Color CSS Codes
.mybgcolor {background-color:#b87aaa; } .myforecolor {color:#b87aaa; } .mybordercolor {border:3px solid #b87aaa; }
#b87aaa Text Font Color
<p style="color:#b87aaa">Text here</p>
This sample text font color is #b87aaa
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.
#b87aaa Background Color
<div style="background-color:#b87aaa">
Div content here</div>
This div background color is #b87aaa
#b87aaa Border Color
<div style="border:3px solid #b87aaa">
Div here</div>
This div border color is #b87aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,122,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b87aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b87aaa; -webkit-box-shadow: 1px 1px 3px 2px #b87aaa; box-shadow: 1px 1px 3px 2px #b87aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,122,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 #b87aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b87aaa; -webkit-box-shadow: 1px 1px 3px 2px #b87aaa; box-shadow: 1px 1px 3px 2px #b87aaa;">
Div content here</div>
This div box has shadow with color #b87aaa
Comments
No comments written yet.
Please login to write comment.