Color spaces of #5248ed
RGB | 82 | 72 | 237 |
---|---|---|---|
HSL | 0.68 | 0.82 | 0.61 |
HSV | 244° | 70° | 93° |
CMYK | 0.65 | 0.70 | 0.00 0.07 |
XYZ | 21.0831 | 12.5430 | 81.4306 |
Yxy | 12.5430 | 0.1832 | 0.1090 |
Hunter Lab | 35.4161 | 44.2824 | -111.5315 |
CIE-Lab | 42.0664 | 52.3832 | -81.4255 |
#5248ed color RGB value is (82,72,237).
#5248ed hex color red value is 82, green value is 72 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5248ed hue: 0.68 , saturation: 0.82 and the lightness value of 5248ed is 0.61.
The process color (four color CMYK) of #5248ed color hex is 0.65, 0.70, 0.00, 0.07. Web safe color of #5248ed is #6633ff. Color #5248ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01001000 | 11101101 |
Octal | 122 | 110 | 355 |
Decimal | 82 | 72 | 237 |
Hex | 52 | 48 | ED |
Shades of #5248ed
Tints of #5248ed
RGB Percentages of Color #5248ed
CMYK Percentages of Color #5248ed
Complementary Color
#5248ed | #e3ed48 |
#5248ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5248ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#5248ed Color CSS Codes
.mybgcolor {background-color:#5248ed; } .myforecolor {color:#5248ed; } .mybordercolor {border:3px solid #5248ed; }
#5248ed Text Font Color
<p style="color:#5248ed">Text here</p>
This sample text font color is #5248ed
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.
#5248ed Background Color
<div style="background-color:#5248ed">
Div content here</div>
This div background color is #5248ed
#5248ed Border Color
<div style="border:3px solid #5248ed">
Div here</div>
This div border color is #5248ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,72,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5248ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5248ed; -webkit-box-shadow: 1px 1px 3px 2px #5248ed; box-shadow: 1px 1px 3px 2px #5248ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,72,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5248ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5248ed; -webkit-box-shadow: 1px 1px 3px 2px #5248ed; box-shadow: 1px 1px 3px 2px #5248ed;">
Div content here</div>
This div box has shadow with color #5248ed
Comments
No comments written yet.
Please login to write comment.