Color spaces of #b897a4
RGB | 184 | 151 | 164 |
---|---|---|---|
HSL | 0.93 | 0.19 | 0.66 |
HSV | 336° | 18° | 72° |
CMYK | 0.00 | 0.18 | 0.11 0.28 |
XYZ | 37.5346 | 35.0039 | 39.9001 |
Yxy | 35.0039 | 0.3338 | 0.3113 |
Hunter Lab | 59.1641 | 9.7059 | 1.4299 |
CIE-Lab | 65.7517 | 14.4545 | -2.1691 |
#b897a4 color RGB value is (184,151,164).
#b897a4 hex color red value is 184, green value is 151 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #b897a4 hue: 0.93 , saturation: 0.19 and the lightness value of b897a4 is 0.66.
The process color (four color CMYK) of #b897a4 color hex is 0.00, 0.18, 0.11, 0.28. Web safe color of #b897a4 is #cc9999. Color #b897a4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10010111 | 10100100 |
Octal | 270 | 227 | 244 |
Decimal | 184 | 151 | 164 |
Hex | B8 | 97 | A4 |
Shades of #b897a4
Tints of #b897a4
RGB Percentages of Color #b897a4
CMYK Percentages of Color #b897a4
Complementary Color
#b897a4 | #97b8ab |
#b897a4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b897a4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b897a4 Color CSS Codes
.mybgcolor {background-color:#b897a4; } .myforecolor {color:#b897a4; } .mybordercolor {border:3px solid #b897a4; }
#b897a4 Text Font Color
<p style="color:#b897a4">Text here</p>
This sample text font color is #b897a4
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.
#b897a4 Background Color
<div style="background-color:#b897a4">
Div content here</div>
This div background color is #b897a4
#b897a4 Border Color
<div style="border:3px solid #b897a4">
Div here</div>
This div border color is #b897a4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,151,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b897a4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b897a4; -webkit-box-shadow: 1px 1px 3px 2px #b897a4; box-shadow: 1px 1px 3px 2px #b897a4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,151,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b897a4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b897a4; -webkit-box-shadow: 1px 1px 3px 2px #b897a4; box-shadow: 1px 1px 3px 2px #b897a4;">
Div content here</div>
This div box has shadow with color #b897a4
Comments
No comments written yet.
Please login to write comment.