Color spaces of #b66eda
RGB | 182 | 110 | 218 |
---|---|---|---|
HSL | 0.78 | 0.59 | 0.64 |
HSV | 280° | 50° | 85° |
CMYK | 0.17 | 0.50 | 0.00 0.15 |
XYZ | 37.5222 | 26.1589 | 69.4012 |
Yxy | 26.1589 | 0.2819 | 0.1966 |
Hunter Lab | 51.1458 | 41.4483 | -44.6503 |
CIE-Lab | 58.1876 | 47.0181 | -44.2108 |
#b66eda color RGB value is (182,110,218).
#b66eda hex color red value is 182, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b66eda hue: 0.78 , saturation: 0.59 and the lightness value of b66eda is 0.64.
The process color (four color CMYK) of #b66eda color hex is 0.17, 0.50, 0.00, 0.15. Web safe color of #b66eda is #cc66cc. Color #b66eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01101110 | 11011010 |
Octal | 266 | 156 | 332 |
Decimal | 182 | 110 | 218 |
Hex | B6 | 6E | DA |
Shades of #b66eda
Tints of #b66eda
RGB Percentages of Color #b66eda
CMYK Percentages of Color #b66eda
Complementary Color
#b66eda | #92da6e |
#b66eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b66eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b66eda Color CSS Codes
.mybgcolor {background-color:#b66eda; } .myforecolor {color:#b66eda; } .mybordercolor {border:3px solid #b66eda; }
#b66eda Text Font Color
<p style="color:#b66eda">Text here</p>
This sample text font color is #b66eda
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.
#b66eda Background Color
<div style="background-color:#b66eda">
Div content here</div>
This div background color is #b66eda
#b66eda Border Color
<div style="border:3px solid #b66eda">
Div here</div>
This div border color is #b66eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,110,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b66eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b66eda; -webkit-box-shadow: 1px 1px 3px 2px #b66eda; box-shadow: 1px 1px 3px 2px #b66eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,110,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b66eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b66eda; -webkit-box-shadow: 1px 1px 3px 2px #b66eda; box-shadow: 1px 1px 3px 2px #b66eda;">
Div content here</div>
This div box has shadow with color #b66eda
Comments
No comments written yet.
Please login to write comment.