Color spaces of #573fbe
RGB | 87 | 63 | 190 |
---|---|---|---|
HSL | 0.70 | 0.50 | 0.50 |
HSV | 251° | 67° | 75° |
CMYK | 0.54 | 0.67 | 0.00 0.25 |
XYZ | 15.0023 | 9.2990 | 49.7194 |
Yxy | 9.2990 | 0.2027 | 0.1256 |
Hunter Lab | 30.4943 | 34.4519 | -75.3235 |
CIE-Lab | 36.5537 | 43.6906 | -63.4012 |
#573fbe color RGB value is (87,63,190).
#573fbe hex color red value is 87, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #573fbe hue: 0.70 , saturation: 0.50 and the lightness value of 573fbe is 0.50.
The process color (four color CMYK) of #573fbe color hex is 0.54, 0.67, 0.00, 0.25. Web safe color of #573fbe is #6633cc. Color #573fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00111111 | 10111110 |
Octal | 127 | 77 | 276 |
Decimal | 87 | 63 | 190 |
Hex | 57 | 3F | BE |
Shades of #573fbe
Tints of #573fbe
RGB Percentages of Color #573fbe
CMYK Percentages of Color #573fbe
Complementary Color
#573fbe | #a6be3f |
#573fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#573fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#573fbe Color CSS Codes
.mybgcolor {background-color:#573fbe; } .myforecolor {color:#573fbe; } .mybordercolor {border:3px solid #573fbe; }
#573fbe Text Font Color
<p style="color:#573fbe">Text here</p>
This sample text font color is #573fbe
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.
#573fbe Background Color
<div style="background-color:#573fbe">
Div content here</div>
This div background color is #573fbe
#573fbe Border Color
<div style="border:3px solid #573fbe">
Div here</div>
This div border color is #573fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,63,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #573fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #573fbe; -webkit-box-shadow: 1px 1px 3px 2px #573fbe; box-shadow: 1px 1px 3px 2px #573fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,63,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #573fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #573fbe; -webkit-box-shadow: 1px 1px 3px 2px #573fbe; box-shadow: 1px 1px 3px 2px #573fbe;">
Div content here</div>
This div box has shadow with color #573fbe
Comments
No comments written yet.
Please login to write comment.