Color spaces of #857ade
RGB | 133 | 122 | 222 |
---|---|---|---|
HSL | 0.69 | 0.60 | 0.67 |
HSV | 247° | 45° | 87° |
CMYK | 0.40 | 0.45 | 0.00 0.13 |
XYZ | 29.8172 | 24.1795 | 72.2028 |
Yxy | 24.1795 | 0.2363 | 0.1916 |
Hunter Lab | 49.1727 | 22.1863 | -52.6378 |
CIE-Lab | 56.2671 | 28.2436 | -49.8076 |
#857ade color RGB value is (133,122,222).
#857ade hex color red value is 133, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #857ade hue: 0.69 , saturation: 0.60 and the lightness value of 857ade is 0.67.
The process color (four color CMYK) of #857ade color hex is 0.40, 0.45, 0.00, 0.13. Web safe color of #857ade is #9966cc. Color #857ade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01111010 | 11011110 |
Octal | 205 | 172 | 336 |
Decimal | 133 | 122 | 222 |
Hex | 85 | 7A | DE |
Shades of #857ade
Tints of #857ade
RGB Percentages of Color #857ade
CMYK Percentages of Color #857ade
Complementary Color
#857ade | #d3de7a |
#857ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#857ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#857ade Color CSS Codes
.mybgcolor {background-color:#857ade; } .myforecolor {color:#857ade; } .mybordercolor {border:3px solid #857ade; }
#857ade Text Font Color
<p style="color:#857ade">Text here</p>
This sample text font color is #857ade
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.
#857ade Background Color
<div style="background-color:#857ade">
Div content here</div>
This div background color is #857ade
#857ade Border Color
<div style="border:3px solid #857ade">
Div here</div>
This div border color is #857ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,122,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #857ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #857ade; -webkit-box-shadow: 1px 1px 3px 2px #857ade; box-shadow: 1px 1px 3px 2px #857ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,122,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #857ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #857ade; -webkit-box-shadow: 1px 1px 3px 2px #857ade; box-shadow: 1px 1px 3px 2px #857ade;">
Div content here</div>
This div box has shadow with color #857ade
Comments
No comments written yet.
Please login to write comment.