Color spaces of #5248df
RGB | 82 | 72 | 223 |
---|---|---|---|
HSL | 0.68 | 0.70 | 0.58 |
HSV | 244° | 68° | 87° |
CMYK | 0.63 | 0.68 | 0.00 0.13 |
XYZ | 19.1163 | 11.7563 | 71.0737 |
Yxy | 11.7563 | 0.1875 | 0.1153 |
Hunter Lab | 34.2875 | 39.5161 | -98.8997 |
CIE-Lab | 40.8261 | 48.0086 | -75.5159 |
#5248df color RGB value is (82,72,223).
#5248df hex color red value is 82, green value is 72 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5248df hue: 0.68 , saturation: 0.70 and the lightness value of 5248df is 0.58.
The process color (four color CMYK) of #5248df color hex is 0.63, 0.68, 0.00, 0.13. Web safe color of #5248df is #6633cc. Color #5248df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01001000 | 11011111 |
Octal | 122 | 110 | 337 |
Decimal | 82 | 72 | 223 |
Hex | 52 | 48 | DF |
Shades of #5248df
Tints of #5248df
RGB Percentages of Color #5248df
CMYK Percentages of Color #5248df
Complementary Color
#5248df | #d5df48 |
#5248df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5248df Color Preview on White Background
Lorem ipsum dolor sit amet.
#5248df Color CSS Codes
.mybgcolor {background-color:#5248df; } .myforecolor {color:#5248df; } .mybordercolor {border:3px solid #5248df; }
#5248df Text Font Color
<p style="color:#5248df">Text here</p>
This sample text font color is #5248df
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.
#5248df Background Color
<div style="background-color:#5248df">
Div content here</div>
This div background color is #5248df
#5248df Border Color
<div style="border:3px solid #5248df">
Div here</div>
This div border color is #5248df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,72,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5248df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5248df; -webkit-box-shadow: 1px 1px 3px 2px #5248df; box-shadow: 1px 1px 3px 2px #5248df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,72,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5248df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5248df; -webkit-box-shadow: 1px 1px 3px 2px #5248df; box-shadow: 1px 1px 3px 2px #5248df;">
Div content here</div>
This div box has shadow with color #5248df
Comments
No comments written yet.
Please login to write comment.