Color spaces of #5275de
RGB | 82 | 117 | 222 |
---|---|---|---|
HSL | 0.63 | 0.68 | 0.60 |
HSV | 225° | 63° | 87° |
CMYK | 0.63 | 0.47 | 0.00 0.13 |
XYZ | 23.0258 | 19.7903 | 71.7136 |
Yxy | 19.7903 | 0.2010 | 0.1728 |
Hunter Lab | 44.4863 | 14.5394 | -64.4373 |
CIE-Lab | 51.5993 | 20.3180 | -57.4607 |
#5275de color RGB value is (82,117,222).
#5275de hex color red value is 82, green value is 117 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5275de hue: 0.63 , saturation: 0.68 and the lightness value of 5275de is 0.60.
The process color (four color CMYK) of #5275de color hex is 0.63, 0.47, 0.00, 0.13. Web safe color of #5275de is #6666cc. Color #5275de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01110101 | 11011110 |
Octal | 122 | 165 | 336 |
Decimal | 82 | 117 | 222 |
Hex | 52 | 75 | DE |
Shades of #5275de
Tints of #5275de
RGB Percentages of Color #5275de
CMYK Percentages of Color #5275de
Complementary Color
#5275de | #debb52 |
#5275de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5275de Color Preview on White Background
Lorem ipsum dolor sit amet.
#5275de Color CSS Codes
.mybgcolor {background-color:#5275de; } .myforecolor {color:#5275de; } .mybordercolor {border:3px solid #5275de; }
#5275de Text Font Color
<p style="color:#5275de">Text here</p>
This sample text font color is #5275de
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.
#5275de Background Color
<div style="background-color:#5275de">
Div content here</div>
This div background color is #5275de
#5275de Border Color
<div style="border:3px solid #5275de">
Div here</div>
This div border color is #5275de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,117,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5275de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5275de; -webkit-box-shadow: 1px 1px 3px 2px #5275de; box-shadow: 1px 1px 3px 2px #5275de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,117,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5275de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5275de; -webkit-box-shadow: 1px 1px 3px 2px #5275de; box-shadow: 1px 1px 3px 2px #5275de;">
Div content here</div>
This div box has shadow with color #5275de
Comments
No comments written yet.
Please login to write comment.