Color spaces of #b09beb
RGB | 176 | 155 | 235 |
---|---|---|---|
HSL | 0.71 | 0.67 | 0.76 |
HSV | 256° | 34° | 92° |
CMYK | 0.25 | 0.34 | 0.00 0.08 |
XYZ | 44.6212 | 38.6710 | 83.7097 |
Yxy | 38.6710 | 0.2672 | 0.2316 |
Hunter Lab | 62.1860 | 19.2561 | -36.2811 |
CIE-Lab | 68.5123 | 24.3243 | -37.5074 |
#b09beb color RGB value is (176,155,235).
#b09beb hex color red value is 176, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b09beb hue: 0.71 , saturation: 0.67 and the lightness value of b09beb is 0.76.
The process color (four color CMYK) of #b09beb color hex is 0.25, 0.34, 0.00, 0.08. Web safe color of #b09beb is #9999ff. Color #b09beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10011011 | 11101011 |
Octal | 260 | 233 | 353 |
Decimal | 176 | 155 | 235 |
Hex | B0 | 9B | EB |
Shades of #b09beb
Tints of #b09beb
RGB Percentages of Color #b09beb
CMYK Percentages of Color #b09beb
Complementary Color
#b09beb | #d6eb9b |
#b09beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b09beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b09beb Color CSS Codes
.mybgcolor {background-color:#b09beb; } .myforecolor {color:#b09beb; } .mybordercolor {border:3px solid #b09beb; }
#b09beb Text Font Color
<p style="color:#b09beb">Text here</p>
This sample text font color is #b09beb
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.
#b09beb Background Color
<div style="background-color:#b09beb">
Div content here</div>
This div background color is #b09beb
#b09beb Border Color
<div style="border:3px solid #b09beb">
Div here</div>
This div border color is #b09beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,155,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b09beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b09beb; -webkit-box-shadow: 1px 1px 3px 2px #b09beb; box-shadow: 1px 1px 3px 2px #b09beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,155,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b09beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b09beb; -webkit-box-shadow: 1px 1px 3px 2px #b09beb; box-shadow: 1px 1px 3px 2px #b09beb;">
Div content here</div>
This div box has shadow with color #b09beb
Comments
No comments written yet.
Please login to write comment.