Color spaces of #522dff
RGB | 82 | 45 | 255 |
---|---|---|---|
HSL | 0.70 | 1.00 | 0.59 |
HSV | 251° | 82° | 100° |
CMYK | 0.68 | 0.82 | 0.00 0.00 |
XYZ | 22.4681 | 10.8906 | 95.5256 |
Yxy | 10.8906 | 0.1743 | 0.0845 |
Hunter Lab | 33.0009 | 63.7771 | -148.5223 |
CIE-Lab | 39.3956 | 70.3830 | -95.9526 |
#522dff color RGB value is (82,45,255).
#522dff hex color red value is 82, green value is 45 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #522dff hue: 0.70 , saturation: 1.00 and the lightness value of 522dff is 0.59.
The process color (four color CMYK) of #522dff color hex is 0.68, 0.82, 0.00, 0.00. Web safe color of #522dff is #6633ff. Color #522dff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00101101 | 11111111 |
Octal | 122 | 55 | 377 |
Decimal | 82 | 45 | 255 |
Hex | 52 | 2D | FF |
Shades of #522dff
Tints of #522dff
RGB Percentages of Color #522dff
CMYK Percentages of Color #522dff
Complementary Color
#522dff | #daff2d |
#522dff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#522dff Color Preview on White Background
Lorem ipsum dolor sit amet.
#522dff Color CSS Codes
.mybgcolor {background-color:#522dff; } .myforecolor {color:#522dff; } .mybordercolor {border:3px solid #522dff; }
#522dff Text Font Color
<p style="color:#522dff">Text here</p>
This sample text font color is #522dff
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.
#522dff Background Color
<div style="background-color:#522dff">
Div content here</div>
This div background color is #522dff
#522dff Border Color
<div style="border:3px solid #522dff">
Div here</div>
This div border color is #522dff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,45,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #522dff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #522dff; -webkit-box-shadow: 1px 1px 3px 2px #522dff; box-shadow: 1px 1px 3px 2px #522dff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,45,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #522dff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #522dff; -webkit-box-shadow: 1px 1px 3px 2px #522dff; box-shadow: 1px 1px 3px 2px #522dff;">
Div content here</div>
This div box has shadow with color #522dff
Comments
No comments written yet.
Please login to write comment.