Color spaces of #875ade
RGB | 135 | 90 | 222 |
---|---|---|---|
HSL | 0.72 | 0.67 | 0.61 |
HSV | 260° | 59° | 87° |
CMYK | 0.39 | 0.59 | 0.00 0.13 |
XYZ | 26.8327 | 17.7372 | 71.1166 |
Yxy | 17.7372 | 0.2319 | 0.1533 |
Hunter Lab | 42.1156 | 40.0239 | -70.6366 |
CIE-Lab | 49.1758 | 47.0735 | -61.1549 |
#875ade color RGB value is (135,90,222).
#875ade hex color red value is 135, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #875ade hue: 0.72 , saturation: 0.67 and the lightness value of 875ade is 0.61.
The process color (four color CMYK) of #875ade color hex is 0.39, 0.59, 0.00, 0.13. Web safe color of #875ade is #9966cc. Color #875ade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01011010 | 11011110 |
Octal | 207 | 132 | 336 |
Decimal | 135 | 90 | 222 |
Hex | 87 | 5A | DE |
Shades of #875ade
Tints of #875ade
RGB Percentages of Color #875ade
CMYK Percentages of Color #875ade
Complementary Color
#875ade | #b1de5a |
#875ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#875ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#875ade Color CSS Codes
.mybgcolor {background-color:#875ade; } .myforecolor {color:#875ade; } .mybordercolor {border:3px solid #875ade; }
#875ade Text Font Color
<p style="color:#875ade">Text here</p>
This sample text font color is #875ade
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.
#875ade Background Color
<div style="background-color:#875ade">
Div content here</div>
This div background color is #875ade
#875ade Border Color
<div style="border:3px solid #875ade">
Div here</div>
This div border color is #875ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,90,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #875ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #875ade; -webkit-box-shadow: 1px 1px 3px 2px #875ade; box-shadow: 1px 1px 3px 2px #875ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,90,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 #875ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #875ade; -webkit-box-shadow: 1px 1px 3px 2px #875ade; box-shadow: 1px 1px 3px 2px #875ade;">
Div content here</div>
This div box has shadow with color #875ade
Comments
No comments written yet.
Please login to write comment.