Color spaces of #873990
RGB | 135 | 57 | 144 |
---|---|---|---|
HSL | 0.82 | 0.43 | 0.39 |
HSV | 294° | 60° | 56° |
CMYK | 0.06 | 0.60 | 0.00 0.44 |
XYZ | 16.4888 | 10.0908 | 27.4642 |
Yxy | 10.0908 | 0.3051 | 0.1867 |
Hunter Lab | 31.7660 | 37.0635 | -29.0246 |
CIE-Lab | 38.0049 | 46.0807 | -33.2547 |
#873990 color RGB value is (135,57,144).
#873990 hex color red value is 135, green value is 57 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #873990 hue: 0.82 , saturation: 0.43 and the lightness value of 873990 is 0.39.
The process color (four color CMYK) of #873990 color hex is 0.06, 0.60, 0.00, 0.44. Web safe color of #873990 is #993399. Color #873990 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 00111001 | 10010000 |
Octal | 207 | 71 | 220 |
Decimal | 135 | 57 | 144 |
Hex | 87 | 39 | 90 |
Shades of #873990
Tints of #873990
RGB Percentages of Color #873990
CMYK Percentages of Color #873990
Complementary Color
#873990 | #429039 |
#873990 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#873990 Color Preview on White Background
Lorem ipsum dolor sit amet.
#873990 Color CSS Codes
.mybgcolor {background-color:#873990; } .myforecolor {color:#873990; } .mybordercolor {border:3px solid #873990; }
#873990 Text Font Color
<p style="color:#873990">Text here</p>
This sample text font color is #873990
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.
#873990 Background Color
<div style="background-color:#873990">
Div content here</div>
This div background color is #873990
#873990 Border Color
<div style="border:3px solid #873990">
Div here</div>
This div border color is #873990
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,57,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #873990; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #873990; -webkit-box-shadow: 1px 1px 3px 2px #873990; box-shadow: 1px 1px 3px 2px #873990; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,57,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #873990">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #873990; -webkit-box-shadow: 1px 1px 3px 2px #873990; box-shadow: 1px 1px 3px 2px #873990;">
Div content here</div>
This div box has shadow with color #873990
Comments
No comments written yet.
Please login to write comment.