Color spaces of #b894ac
RGB | 184 | 148 | 172 |
---|---|---|---|
HSL | 0.89 | 0.20 | 0.65 |
HSV | 320° | 20° | 72° |
CMYK | 0.00 | 0.20 | 0.07 0.28 |
XYZ | 37.8035 | 34.3487 | 43.6672 |
Yxy | 34.3487 | 0.3264 | 0.2966 |
Hunter Lab | 58.6078 | 12.5735 | -3.1501 |
CIE-Lab | 65.2384 | 17.5408 | -7.4235 |
#b894ac color RGB value is (184,148,172).
#b894ac hex color red value is 184, green value is 148 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b894ac hue: 0.89 , saturation: 0.20 and the lightness value of b894ac is 0.65.
The process color (four color CMYK) of #b894ac color hex is 0.00, 0.20, 0.07, 0.28. Web safe color of #b894ac is #cc9999. Color #b894ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10010100 | 10101100 |
Octal | 270 | 224 | 254 |
Decimal | 184 | 148 | 172 |
Hex | B8 | 94 | AC |
Shades of #b894ac
Tints of #b894ac
RGB Percentages of Color #b894ac
CMYK Percentages of Color #b894ac
Complementary Color
#b894ac | #94b8a0 |
#b894ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b894ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b894ac Color CSS Codes
.mybgcolor {background-color:#b894ac; } .myforecolor {color:#b894ac; } .mybordercolor {border:3px solid #b894ac; }
#b894ac Text Font Color
<p style="color:#b894ac">Text here</p>
This sample text font color is #b894ac
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.
#b894ac Background Color
<div style="background-color:#b894ac">
Div content here</div>
This div background color is #b894ac
#b894ac Border Color
<div style="border:3px solid #b894ac">
Div here</div>
This div border color is #b894ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,148,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b894ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b894ac; -webkit-box-shadow: 1px 1px 3px 2px #b894ac; box-shadow: 1px 1px 3px 2px #b894ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,148,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 #b894ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b894ac; -webkit-box-shadow: 1px 1px 3px 2px #b894ac; box-shadow: 1px 1px 3px 2px #b894ac;">
Div content here</div>
This div box has shadow with color #b894ac
Comments
No comments written yet.
Please login to write comment.