Color spaces of #b884aa
RGB | 184 | 132 | 170 |
---|---|---|---|
HSL | 0.88 | 0.27 | 0.62 |
HSV | 316° | 28° | 72° |
CMYK | 0.00 | 0.28 | 0.08 0.28 |
XYZ | 35.2741 | 29.5952 | 41.8835 |
Yxy | 29.5952 | 0.3304 | 0.2772 |
Hunter Lab | 54.4015 | 20.5374 | -7.5661 |
CIE-Lab | 61.3034 | 26.1112 | -12.1719 |
#b884aa color RGB value is (184,132,170).
#b884aa hex color red value is 184, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b884aa hue: 0.88 , saturation: 0.27 and the lightness value of b884aa is 0.62.
The process color (four color CMYK) of #b884aa color hex is 0.00, 0.28, 0.08, 0.28. Web safe color of #b884aa is #cc9999. Color #b884aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10000100 | 10101010 |
Octal | 270 | 204 | 252 |
Decimal | 184 | 132 | 170 |
Hex | B8 | 84 | AA |
Shades of #b884aa
Tints of #b884aa
RGB Percentages of Color #b884aa
CMYK Percentages of Color #b884aa
Complementary Color
#b884aa | #84b892 |
#b884aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b884aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b884aa Color CSS Codes
.mybgcolor {background-color:#b884aa; } .myforecolor {color:#b884aa; } .mybordercolor {border:3px solid #b884aa; }
#b884aa Text Font Color
<p style="color:#b884aa">Text here</p>
This sample text font color is #b884aa
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.
#b884aa Background Color
<div style="background-color:#b884aa">
Div content here</div>
This div background color is #b884aa
#b884aa Border Color
<div style="border:3px solid #b884aa">
Div here</div>
This div border color is #b884aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,132,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b884aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b884aa; -webkit-box-shadow: 1px 1px 3px 2px #b884aa; box-shadow: 1px 1px 3px 2px #b884aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,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 #b884aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b884aa; -webkit-box-shadow: 1px 1px 3px 2px #b884aa; box-shadow: 1px 1px 3px 2px #b884aa;">
Div content here</div>
This div box has shadow with color #b884aa
Comments
No comments written yet.
Please login to write comment.