Color spaces of #886eda
RGB | 136 | 110 | 218 |
---|---|---|---|
HSL | 0.71 | 0.59 | 0.64 |
HSV | 254° | 50° | 85° |
CMYK | 0.38 | 0.50 | 0.00 0.15 |
XYZ | 28.3842 | 21.4481 | 68.9735 |
Yxy | 21.4481 | 0.2389 | 0.1805 |
Hunter Lab | 46.3121 | 28.3546 | -55.8833 |
CIE-Lab | 53.4365 | 34.9123 | -52.0480 |
#886eda color RGB value is (136,110,218).
#886eda hex color red value is 136, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #886eda hue: 0.71 , saturation: 0.59 and the lightness value of 886eda is 0.64.
The process color (four color CMYK) of #886eda color hex is 0.38, 0.50, 0.00, 0.15. Web safe color of #886eda is #9966cc. Color #886eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01101110 | 11011010 |
Octal | 210 | 156 | 332 |
Decimal | 136 | 110 | 218 |
Hex | 88 | 6E | DA |
Shades of #886eda
Tints of #886eda
RGB Percentages of Color #886eda
CMYK Percentages of Color #886eda
Complementary Color
#886eda | #c0da6e |
#886eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#886eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#886eda Color CSS Codes
.mybgcolor {background-color:#886eda; } .myforecolor {color:#886eda; } .mybordercolor {border:3px solid #886eda; }
#886eda Text Font Color
<p style="color:#886eda">Text here</p>
This sample text font color is #886eda
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.
#886eda Background Color
<div style="background-color:#886eda">
Div content here</div>
This div background color is #886eda
#886eda Border Color
<div style="border:3px solid #886eda">
Div here</div>
This div border color is #886eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,110,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #886eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #886eda; -webkit-box-shadow: 1px 1px 3px 2px #886eda; box-shadow: 1px 1px 3px 2px #886eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,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 #886eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #886eda; -webkit-box-shadow: 1px 1px 3px 2px #886eda; box-shadow: 1px 1px 3px 2px #886eda;">
Div content here</div>
This div box has shadow with color #886eda
Comments
No comments written yet.
Please login to write comment.