Color spaces of #b69edb
RGB | 182 | 158 | 219 |
---|---|---|---|
HSL | 0.73 | 0.46 | 0.74 |
HSV | 264° | 28° | 86° |
CMYK | 0.17 | 0.28 | 0.00 0.14 |
XYZ | 44.3044 | 39.5133 | 72.3096 |
Yxy | 39.5133 | 0.2838 | 0.2531 |
Hunter Lab | 62.8596 | 15.8052 | -24.2016 |
CIE-Lab | 69.1215 | 20.7766 | -27.7308 |
#b69edb color RGB value is (182,158,219).
#b69edb hex color red value is 182, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b69edb hue: 0.73 , saturation: 0.46 and the lightness value of b69edb is 0.74.
The process color (four color CMYK) of #b69edb color hex is 0.17, 0.28, 0.00, 0.14. Web safe color of #b69edb is #cc99cc. Color #b69edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10011110 | 11011011 |
Octal | 266 | 236 | 333 |
Decimal | 182 | 158 | 219 |
Hex | B6 | 9E | DB |
Shades of #b69edb
Tints of #b69edb
RGB Percentages of Color #b69edb
CMYK Percentages of Color #b69edb
Complementary Color
#b69edb | #c3db9e |
#b69edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b69edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b69edb Color CSS Codes
.mybgcolor {background-color:#b69edb; } .myforecolor {color:#b69edb; } .mybordercolor {border:3px solid #b69edb; }
#b69edb Text Font Color
<p style="color:#b69edb">Text here</p>
This sample text font color is #b69edb
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.
#b69edb Background Color
<div style="background-color:#b69edb">
Div content here</div>
This div background color is #b69edb
#b69edb Border Color
<div style="border:3px solid #b69edb">
Div here</div>
This div border color is #b69edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,158,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b69edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b69edb; -webkit-box-shadow: 1px 1px 3px 2px #b69edb; box-shadow: 1px 1px 3px 2px #b69edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,158,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 #b69edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b69edb; -webkit-box-shadow: 1px 1px 3px 2px #b69edb; box-shadow: 1px 1px 3px 2px #b69edb;">
Div content here</div>
This div box has shadow with color #b69edb
Comments
No comments written yet.
Please login to write comment.