Color spaces of #b08098
RGB | 176 | 128 | 152 |
---|---|---|---|
HSL | 0.92 | 0.23 | 0.60 |
HSV | 330° | 27° | 69° |
CMYK | 0.00 | 0.27 | 0.14 0.31 |
XYZ | 31.2912 | 26.9354 | 33.2556 |
Yxy | 26.9354 | 0.3420 | 0.2944 |
Hunter Lab | 51.8993 | 16.7976 | -1.6618 |
CIE-Lab | 58.9145 | 22.3408 | -5.5259 |
#b08098 color RGB value is (176,128,152).
#b08098 hex color red value is 176, green value is 128 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b08098 hue: 0.92 , saturation: 0.23 and the lightness value of b08098 is 0.60.
The process color (four color CMYK) of #b08098 color hex is 0.00, 0.27, 0.14, 0.31. Web safe color of #b08098 is #999999. Color #b08098 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10000000 | 10011000 |
Octal | 260 | 200 | 230 |
Decimal | 176 | 128 | 152 |
Hex | B0 | 80 | 98 |
Shades of #b08098
Tints of #b08098
RGB Percentages of Color #b08098
CMYK Percentages of Color #b08098
Complementary Color
#b08098 | #80b098 |
#b08098 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b08098 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b08098 Color CSS Codes
.mybgcolor {background-color:#b08098; } .myforecolor {color:#b08098; } .mybordercolor {border:3px solid #b08098; }
#b08098 Text Font Color
<p style="color:#b08098">Text here</p>
This sample text font color is #b08098
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.
#b08098 Background Color
<div style="background-color:#b08098">
Div content here</div>
This div background color is #b08098
#b08098 Border Color
<div style="border:3px solid #b08098">
Div here</div>
This div border color is #b08098
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,128,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b08098; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b08098; -webkit-box-shadow: 1px 1px 3px 2px #b08098; box-shadow: 1px 1px 3px 2px #b08098; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,128,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b08098">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b08098; -webkit-box-shadow: 1px 1px 3px 2px #b08098; box-shadow: 1px 1px 3px 2px #b08098;">
Div content here</div>
This div box has shadow with color #b08098
Comments
No comments written yet.
Please login to write comment.