Color spaces of #538dfa
RGB | 83 | 141 | 250 |
---|---|---|---|
HSL | 0.61 | 0.94 | 0.65 |
HSV | 219° | 67° | 98° |
CMYK | 0.67 | 0.44 | 0.00 0.02 |
XYZ | 30.3475 | 27.7909 | 94.2072 |
Yxy | 27.7909 | 0.1992 | 0.1824 |
Hunter Lab | 52.7171 | 10.5017 | -69.0513 |
CIE-Lab | 59.6994 | 15.4515 | -60.0612 |
#538dfa color RGB value is (83,141,250).
#538dfa hex color red value is 83, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #538dfa hue: 0.61 , saturation: 0.94 and the lightness value of 538dfa is 0.65.
The process color (four color CMYK) of #538dfa color hex is 0.67, 0.44, 0.00, 0.02. Web safe color of #538dfa is #6699ff. Color #538dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 10001101 | 11111010 |
Octal | 123 | 215 | 372 |
Decimal | 83 | 141 | 250 |
Hex | 53 | 8D | FA |
Shades of #538dfa
Tints of #538dfa
RGB Percentages of Color #538dfa
CMYK Percentages of Color #538dfa
Complementary Color
#538dfa | #fac053 |
#538dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#538dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#538dfa Color CSS Codes
.mybgcolor {background-color:#538dfa; } .myforecolor {color:#538dfa; } .mybordercolor {border:3px solid #538dfa; }
#538dfa Text Font Color
<p style="color:#538dfa">Text here</p>
This sample text font color is #538dfa
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.
#538dfa Background Color
<div style="background-color:#538dfa">
Div content here</div>
This div background color is #538dfa
#538dfa Border Color
<div style="border:3px solid #538dfa">
Div here</div>
This div border color is #538dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,141,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #538dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #538dfa; -webkit-box-shadow: 1px 1px 3px 2px #538dfa; box-shadow: 1px 1px 3px 2px #538dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,141,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #538dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #538dfa; -webkit-box-shadow: 1px 1px 3px 2px #538dfa; box-shadow: 1px 1px 3px 2px #538dfa;">
Div content here</div>
This div box has shadow with color #538dfa
Comments
No comments written yet.
Please login to write comment.