Color spaces of #537aca
RGB | 83 | 122 | 202 |
---|---|---|---|
HSL | 0.61 | 0.53 | 0.56 |
HSV | 220° | 59° | 79° |
CMYK | 0.59 | 0.40 | 0.00 0.21 |
XYZ | 21.1875 | 20.0223 | 58.6251 |
Yxy | 20.0223 | 0.2122 | 0.2006 |
Hunter Lab | 44.7463 | 6.2143 | -46.3574 |
CIE-Lab | 51.8624 | 10.6579 | -45.7022 |
#537aca color RGB value is (83,122,202).
#537aca hex color red value is 83, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #537aca hue: 0.61 , saturation: 0.53 and the lightness value of 537aca is 0.56.
The process color (four color CMYK) of #537aca color hex is 0.59, 0.40, 0.00, 0.21. Web safe color of #537aca is #6666cc. Color #537aca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01111010 | 11001010 |
Octal | 123 | 172 | 312 |
Decimal | 83 | 122 | 202 |
Hex | 53 | 7A | CA |
Shades of #537aca
Tints of #537aca
RGB Percentages of Color #537aca
CMYK Percentages of Color #537aca
Complementary Color
#537aca | #caa353 |
#537aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#537aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#537aca Color CSS Codes
.mybgcolor {background-color:#537aca; } .myforecolor {color:#537aca; } .mybordercolor {border:3px solid #537aca; }
#537aca Text Font Color
<p style="color:#537aca">Text here</p>
This sample text font color is #537aca
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.
#537aca Background Color
<div style="background-color:#537aca">
Div content here</div>
This div background color is #537aca
#537aca Border Color
<div style="border:3px solid #537aca">
Div here</div>
This div border color is #537aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,122,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #537aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #537aca; -webkit-box-shadow: 1px 1px 3px 2px #537aca; box-shadow: 1px 1px 3px 2px #537aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,122,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #537aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #537aca; -webkit-box-shadow: 1px 1px 3px 2px #537aca; box-shadow: 1px 1px 3px 2px #537aca;">
Div content here</div>
This div box has shadow with color #537aca
Comments
No comments written yet.
Please login to write comment.