Color spaces of #573597
RGB | 87 | 53 | 151 |
---|---|---|---|
HSL | 0.72 | 0.48 | 0.40 |
HSV | 261° | 65° | 59° |
CMYK | 0.42 | 0.65 | 0.00 0.41 |
XYZ | 10.7895 | 6.8068 | 30.0233 |
Yxy | 6.8068 | 0.2266 | 0.1429 |
Hunter Lab | 26.0898 | 28.1618 | -49.9660 |
CIE-Lab | 31.3630 | 37.9471 | -48.5153 |
#573597 color RGB value is (87,53,151).
#573597 hex color red value is 87, green value is 53 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #573597 hue: 0.72 , saturation: 0.48 and the lightness value of 573597 is 0.40.
The process color (four color CMYK) of #573597 color hex is 0.42, 0.65, 0.00, 0.41. Web safe color of #573597 is #663399. Color #573597 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00110101 | 10010111 |
Octal | 127 | 65 | 227 |
Decimal | 87 | 53 | 151 |
Hex | 57 | 35 | 97 |
Shades of #573597
Tints of #573597
RGB Percentages of Color #573597
CMYK Percentages of Color #573597
Complementary Color
#573597 | #759735 |
#573597 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#573597 Color Preview on White Background
Lorem ipsum dolor sit amet.
#573597 Color CSS Codes
.mybgcolor {background-color:#573597; } .myforecolor {color:#573597; } .mybordercolor {border:3px solid #573597; }
#573597 Text Font Color
<p style="color:#573597">Text here</p>
This sample text font color is #573597
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.
#573597 Background Color
<div style="background-color:#573597">
Div content here</div>
This div background color is #573597
#573597 Border Color
<div style="border:3px solid #573597">
Div here</div>
This div border color is #573597
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,53,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #573597; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #573597; -webkit-box-shadow: 1px 1px 3px 2px #573597; box-shadow: 1px 1px 3px 2px #573597; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,53,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #573597">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #573597; -webkit-box-shadow: 1px 1px 3px 2px #573597; box-shadow: 1px 1px 3px 2px #573597;">
Div content here</div>
This div box has shadow with color #573597
Comments
No comments written yet.
Please login to write comment.