Color spaces of #521bfa
RGB | 82 | 27 | 250 |
---|---|---|---|
HSL | 0.71 | 0.96 | 0.54 |
HSV | 255° | 89° | 98° |
CMYK | 0.67 | 0.89 | 0.00 0.02 |
XYZ | 21.1269 | 9.4798 | 91.1588 |
Yxy | 9.4798 | 0.1735 | 0.0779 |
Hunter Lab | 30.7893 | 68.6014 | -153.9893 |
CIE-Lab | 36.8921 | 74.8957 | -97.3059 |
#521bfa color RGB value is (82,27,250).
#521bfa hex color red value is 82, green value is 27 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #521bfa hue: 0.71 , saturation: 0.96 and the lightness value of 521bfa is 0.54.
The process color (four color CMYK) of #521bfa color hex is 0.67, 0.89, 0.00, 0.02. Web safe color of #521bfa is #6633ff. Color #521bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00011011 | 11111010 |
Octal | 122 | 33 | 372 |
Decimal | 82 | 27 | 250 |
Hex | 52 | 1B | FA |
Shades of #521bfa
Tints of #521bfa
RGB Percentages of Color #521bfa
CMYK Percentages of Color #521bfa
Complementary Color
#521bfa | #c3fa1b |
#521bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#521bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#521bfa Color CSS Codes
.mybgcolor {background-color:#521bfa; } .myforecolor {color:#521bfa; } .mybordercolor {border:3px solid #521bfa; }
#521bfa Text Font Color
<p style="color:#521bfa">Text here</p>
This sample text font color is #521bfa
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.
#521bfa Background Color
<div style="background-color:#521bfa">
Div content here</div>
This div background color is #521bfa
#521bfa Border Color
<div style="border:3px solid #521bfa">
Div here</div>
This div border color is #521bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,27,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #521bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #521bfa; -webkit-box-shadow: 1px 1px 3px 2px #521bfa; box-shadow: 1px 1px 3px 2px #521bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,27,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #521bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #521bfa; -webkit-box-shadow: 1px 1px 3px 2px #521bfa; box-shadow: 1px 1px 3px 2px #521bfa;">
Div content here</div>
This div box has shadow with color #521bfa
Comments
No comments written yet.
Please login to write comment.