Color spaces of #522fec
RGB | 82 | 47 | 236 |
---|---|---|---|
HSL | 0.70 | 0.83 | 0.55 |
HSV | 251° | 80° | 93° |
CMYK | 0.65 | 0.80 | 0.00 0.07 |
XYZ | 19.6365 | 9.8830 | 80.2295 |
Yxy | 9.8830 | 0.1789 | 0.0901 |
Hunter Lab | 31.4372 | 56.4805 | -129.3052 |
CIE-Lab | 37.6316 | 64.4116 | -88.1748 |
#522fec color RGB value is (82,47,236).
#522fec hex color red value is 82, green value is 47 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #522fec hue: 0.70 , saturation: 0.83 and the lightness value of 522fec is 0.55.
The process color (four color CMYK) of #522fec color hex is 0.65, 0.80, 0.00, 0.07. Web safe color of #522fec is #6633ff. Color #522fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00101111 | 11101100 |
Octal | 122 | 57 | 354 |
Decimal | 82 | 47 | 236 |
Hex | 52 | 2F | EC |
Shades of #522fec
Tints of #522fec
RGB Percentages of Color #522fec
CMYK Percentages of Color #522fec
Complementary Color
#522fec | #c9ec2f |
#522fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#522fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#522fec Color CSS Codes
.mybgcolor {background-color:#522fec; } .myforecolor {color:#522fec; } .mybordercolor {border:3px solid #522fec; }
#522fec Text Font Color
<p style="color:#522fec">Text here</p>
This sample text font color is #522fec
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.
#522fec Background Color
<div style="background-color:#522fec">
Div content here</div>
This div background color is #522fec
#522fec Border Color
<div style="border:3px solid #522fec">
Div here</div>
This div border color is #522fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,47,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #522fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #522fec; -webkit-box-shadow: 1px 1px 3px 2px #522fec; box-shadow: 1px 1px 3px 2px #522fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,47,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #522fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #522fec; -webkit-box-shadow: 1px 1px 3px 2px #522fec; box-shadow: 1px 1px 3px 2px #522fec;">
Div content here</div>
This div box has shadow with color #522fec
Comments
No comments written yet.
Please login to write comment.