Color spaces of #b09fbe
RGB | 176 | 159 | 190 |
---|---|---|---|
HSL | 0.76 | 0.19 | 0.68 |
HSV | 273° | 16° | 75° |
CMYK | 0.07 | 0.16 | 0.00 0.25 |
XYZ | 39.5969 | 37.7441 | 53.9136 |
Yxy | 37.7441 | 0.3017 | 0.2876 |
Hunter Lab | 61.4362 | 7.5335 | -9.0248 |
CIE-Lab | 67.8316 | 12.0884 | -13.6881 |
#b09fbe color RGB value is (176,159,190).
#b09fbe hex color red value is 176, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b09fbe hue: 0.76 , saturation: 0.19 and the lightness value of b09fbe is 0.68.
The process color (four color CMYK) of #b09fbe color hex is 0.07, 0.16, 0.00, 0.25. Web safe color of #b09fbe is #9999cc. Color #b09fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10011111 | 10111110 |
Octal | 260 | 237 | 276 |
Decimal | 176 | 159 | 190 |
Hex | B0 | 9F | BE |
Shades of #b09fbe
Tints of #b09fbe
RGB Percentages of Color #b09fbe
CMYK Percentages of Color #b09fbe
Complementary Color
#b09fbe | #adbe9f |
#b09fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b09fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b09fbe Color CSS Codes
.mybgcolor {background-color:#b09fbe; } .myforecolor {color:#b09fbe; } .mybordercolor {border:3px solid #b09fbe; }
#b09fbe Text Font Color
<p style="color:#b09fbe">Text here</p>
This sample text font color is #b09fbe
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.
#b09fbe Background Color
<div style="background-color:#b09fbe">
Div content here</div>
This div background color is #b09fbe
#b09fbe Border Color
<div style="border:3px solid #b09fbe">
Div here</div>
This div border color is #b09fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,159,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b09fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b09fbe; -webkit-box-shadow: 1px 1px 3px 2px #b09fbe; box-shadow: 1px 1px 3px 2px #b09fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,159,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b09fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b09fbe; -webkit-box-shadow: 1px 1px 3px 2px #b09fbe; box-shadow: 1px 1px 3px 2px #b09fbe;">
Div content here</div>
This div box has shadow with color #b09fbe
Comments
No comments written yet.
Please login to write comment.