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