Color spaces of #b88093
RGB | 184 | 128 | 147 |
---|---|---|---|
HSL | 0.94 | 0.28 | 0.61 |
HSV | 340° | 30° | 72° |
CMYK | 0.00 | 0.30 | 0.20 0.28 |
XYZ | 32.7528 | 27.7353 | 31.2309 |
Yxy | 27.7353 | 0.3571 | 0.3024 |
Hunter Lab | 52.6643 | 18.8495 | 1.7050 |
CIE-Lab | 59.6488 | 24.4694 | -1.4689 |
#b88093 color RGB value is (184,128,147).
#b88093 hex color red value is 184, green value is 128 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b88093 hue: 0.94 , saturation: 0.28 and the lightness value of b88093 is 0.61.
The process color (four color CMYK) of #b88093 color hex is 0.00, 0.30, 0.20, 0.28. Web safe color of #b88093 is #cc9999. Color #b88093 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10000000 | 10010011 |
Octal | 270 | 200 | 223 |
Decimal | 184 | 128 | 147 |
Hex | B8 | 80 | 93 |
Shades of #b88093
Tints of #b88093
RGB Percentages of Color #b88093
CMYK Percentages of Color #b88093
Complementary Color
#b88093 | #80b8a5 |
#b88093 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b88093 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b88093 Color CSS Codes
.mybgcolor {background-color:#b88093; } .myforecolor {color:#b88093; } .mybordercolor {border:3px solid #b88093; }
#b88093 Text Font Color
<p style="color:#b88093">Text here</p>
This sample text font color is #b88093
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.
#b88093 Background Color
<div style="background-color:#b88093">
Div content here</div>
This div background color is #b88093
#b88093 Border Color
<div style="border:3px solid #b88093">
Div here</div>
This div border color is #b88093
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,128,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b88093; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b88093; -webkit-box-shadow: 1px 1px 3px 2px #b88093; box-shadow: 1px 1px 3px 2px #b88093; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,128,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b88093">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b88093; -webkit-box-shadow: 1px 1px 3px 2px #b88093; box-shadow: 1px 1px 3px 2px #b88093;">
Div content here</div>
This div box has shadow with color #b88093
Comments
No comments written yet.
Please login to write comment.