Color spaces of #b68eda
RGB | 182 | 142 | 218 |
---|---|---|---|
HSL | 0.75 | 0.51 | 0.71 |
HSV | 272° | 35° | 85° |
CMYK | 0.17 | 0.35 | 0.00 0.15 |
XYZ | 41.6193 | 34.3530 | 70.7669 |
Yxy | 34.3530 | 0.2836 | 0.2341 |
Hunter Lab | 58.6114 | 24.1808 | -30.5582 |
CIE-Lab | 65.2418 | 29.5037 | -33.1700 |
#b68eda color RGB value is (182,142,218).
#b68eda hex color red value is 182, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b68eda hue: 0.75 , saturation: 0.51 and the lightness value of b68eda is 0.71.
The process color (four color CMYK) of #b68eda color hex is 0.17, 0.35, 0.00, 0.15. Web safe color of #b68eda is #cc99cc. Color #b68eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10001110 | 11011010 |
Octal | 266 | 216 | 332 |
Decimal | 182 | 142 | 218 |
Hex | B6 | 8E | DA |
Shades of #b68eda
Tints of #b68eda
RGB Percentages of Color #b68eda
CMYK Percentages of Color #b68eda
Complementary Color
#b68eda | #b2da8e |
#b68eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b68eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b68eda Color CSS Codes
.mybgcolor {background-color:#b68eda; } .myforecolor {color:#b68eda; } .mybordercolor {border:3px solid #b68eda; }
#b68eda Text Font Color
<p style="color:#b68eda">Text here</p>
This sample text font color is #b68eda
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.
#b68eda Background Color
<div style="background-color:#b68eda">
Div content here</div>
This div background color is #b68eda
#b68eda Border Color
<div style="border:3px solid #b68eda">
Div here</div>
This div border color is #b68eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,142,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b68eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b68eda; -webkit-box-shadow: 1px 1px 3px 2px #b68eda; box-shadow: 1px 1px 3px 2px #b68eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,142,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 #b68eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b68eda; -webkit-box-shadow: 1px 1px 3px 2px #b68eda; box-shadow: 1px 1px 3px 2px #b68eda;">
Div content here</div>
This div box has shadow with color #b68eda
Comments
No comments written yet.
Please login to write comment.