Color spaces of #b669db
RGB | 182 | 105 | 219 |
---|---|---|---|
HSL | 0.78 | 0.61 | 0.64 |
HSV | 281° | 52° | 86° |
CMYK | 0.17 | 0.52 | 0.00 0.14 |
XYZ | 37.1292 | 25.1627 | 69.9178 |
Yxy | 25.1627 | 0.2808 | 0.1903 |
Hunter Lab | 50.1624 | 44.3378 | -47.5263 |
CIE-Lab | 57.2336 | 49.8449 | -46.2816 |
#b669db color RGB value is (182,105,219).
#b669db hex color red value is 182, green value is 105 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b669db hue: 0.78 , saturation: 0.61 and the lightness value of b669db is 0.64.
The process color (four color CMYK) of #b669db color hex is 0.17, 0.52, 0.00, 0.14. Web safe color of #b669db is #cc66cc. Color #b669db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01101001 | 11011011 |
Octal | 266 | 151 | 333 |
Decimal | 182 | 105 | 219 |
Hex | B6 | 69 | DB |
Shades of #b669db
Tints of #b669db
RGB Percentages of Color #b669db
CMYK Percentages of Color #b669db
Complementary Color
#b669db | #8edb69 |
#b669db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b669db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b669db Color CSS Codes
.mybgcolor {background-color:#b669db; } .myforecolor {color:#b669db; } .mybordercolor {border:3px solid #b669db; }
#b669db Text Font Color
<p style="color:#b669db">Text here</p>
This sample text font color is #b669db
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.
#b669db Background Color
<div style="background-color:#b669db">
Div content here</div>
This div background color is #b669db
#b669db Border Color
<div style="border:3px solid #b669db">
Div here</div>
This div border color is #b669db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,105,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b669db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b669db; -webkit-box-shadow: 1px 1px 3px 2px #b669db; box-shadow: 1px 1px 3px 2px #b669db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,105,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 #b669db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b669db; -webkit-box-shadow: 1px 1px 3px 2px #b669db; box-shadow: 1px 1px 3px 2px #b669db;">
Div content here</div>
This div box has shadow with color #b669db
Comments
No comments written yet.
Please login to write comment.