Color spaces of #b095db
RGB | 176 | 149 | 219 |
---|---|---|---|
HSL | 0.73 | 0.49 | 0.72 |
HSV | 263° | 32° | 86° |
CMYK | 0.20 | 0.32 | 0.00 0.14 |
XYZ | 41.4381 | 35.8395 | 71.7515 |
Yxy | 35.8395 | 0.2781 | 0.2405 |
Hunter Lab | 59.8661 | 18.7884 | -29.1548 |
CIE-Lab | 66.3971 | 23.9721 | -31.9778 |
#b095db color RGB value is (176,149,219).
#b095db hex color red value is 176, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b095db hue: 0.73 , saturation: 0.49 and the lightness value of b095db is 0.72.
The process color (four color CMYK) of #b095db color hex is 0.20, 0.32, 0.00, 0.14. Web safe color of #b095db is #9999cc. Color #b095db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10010101 | 11011011 |
Octal | 260 | 225 | 333 |
Decimal | 176 | 149 | 219 |
Hex | B0 | 95 | DB |
Shades of #b095db
Tints of #b095db
RGB Percentages of Color #b095db
CMYK Percentages of Color #b095db
Complementary Color
#b095db | #c0db95 |
#b095db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b095db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b095db Color CSS Codes
.mybgcolor {background-color:#b095db; } .myforecolor {color:#b095db; } .mybordercolor {border:3px solid #b095db; }
#b095db Text Font Color
<p style="color:#b095db">Text here</p>
This sample text font color is #b095db
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.
#b095db Background Color
<div style="background-color:#b095db">
Div content here</div>
This div background color is #b095db
#b095db Border Color
<div style="border:3px solid #b095db">
Div here</div>
This div border color is #b095db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,149,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b095db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b095db; -webkit-box-shadow: 1px 1px 3px 2px #b095db; box-shadow: 1px 1px 3px 2px #b095db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,149,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b095db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b095db; -webkit-box-shadow: 1px 1px 3px 2px #b095db; box-shadow: 1px 1px 3px 2px #b095db;">
Div content here</div>
This div box has shadow with color #b095db
Comments
No comments written yet.
Please login to write comment.