Color spaces of #b09efc
RGB | 176 | 158 | 252 |
---|---|---|---|
HSL | 0.70 | 0.94 | 0.80 |
HSV | 251° | 37° | 99° |
CMYK | 0.30 | 0.37 | 0.00 0.01 |
XYZ | 47.7020 | 40.7121 | 97.4395 |
Yxy | 40.7121 | 0.2567 | 0.2191 |
Hunter Lab | 63.8060 | 21.7877 | -45.8787 |
CIE-Lab | 69.9737 | 26.7700 | -44.5019 |
#b09efc color RGB value is (176,158,252).
#b09efc hex color red value is 176, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b09efc hue: 0.70 , saturation: 0.94 and the lightness value of b09efc is 0.80.
The process color (four color CMYK) of #b09efc color hex is 0.30, 0.37, 0.00, 0.01. Web safe color of #b09efc is #9999ff. Color #b09efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10011110 | 11111100 |
Octal | 260 | 236 | 374 |
Decimal | 176 | 158 | 252 |
Hex | B0 | 9E | FC |
Shades of #b09efc
Tints of #b09efc
RGB Percentages of Color #b09efc
CMYK Percentages of Color #b09efc
Complementary Color
#b09efc | #eafc9e |
#b09efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b09efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b09efc Color CSS Codes
.mybgcolor {background-color:#b09efc; } .myforecolor {color:#b09efc; } .mybordercolor {border:3px solid #b09efc; }
#b09efc Text Font Color
<p style="color:#b09efc">Text here</p>
This sample text font color is #b09efc
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.
#b09efc Background Color
<div style="background-color:#b09efc">
Div content here</div>
This div background color is #b09efc
#b09efc Border Color
<div style="border:3px solid #b09efc">
Div here</div>
This div border color is #b09efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,158,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b09efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b09efc; -webkit-box-shadow: 1px 1px 3px 2px #b09efc; box-shadow: 1px 1px 3px 2px #b09efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,158,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b09efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b09efc; -webkit-box-shadow: 1px 1px 3px 2px #b09efc; box-shadow: 1px 1px 3px 2px #b09efc;">
Div content here</div>
This div box has shadow with color #b09efc
Comments
No comments written yet.
Please login to write comment.