Color spaces of #822ffd
RGB | 130 | 47 | 253 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.59 |
HSV | 264° | 81° | 99° |
CMYK | 0.49 | 0.81 | 0.00 0.01 |
XYZ | 27.9521 | 13.8707 | 94.1326 |
Yxy | 13.8707 | 0.2056 | 0.1020 |
Hunter Lab | 37.2434 | 68.7928 | -123.7850 |
CIE-Lab | 44.0469 | 73.6799 | -86.9979 |
#822ffd color RGB value is (130,47,253).
#822ffd hex color red value is 130, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #822ffd hue: 0.73 , saturation: 0.98 and the lightness value of 822ffd is 0.59.
The process color (four color CMYK) of #822ffd color hex is 0.49, 0.81, 0.00, 0.01. Web safe color of #822ffd is #9933ff. Color #822ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 00101111 | 11111101 |
Octal | 202 | 57 | 375 |
Decimal | 130 | 47 | 253 |
Hex | 82 | 2F | FD |
Shades of #822ffd
Tints of #822ffd
RGB Percentages of Color #822ffd
CMYK Percentages of Color #822ffd
Complementary Color
#822ffd | #aafd2f |
#822ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#822ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#822ffd Color CSS Codes
.mybgcolor {background-color:#822ffd; } .myforecolor {color:#822ffd; } .mybordercolor {border:3px solid #822ffd; }
#822ffd Text Font Color
<p style="color:#822ffd">Text here</p>
This sample text font color is #822ffd
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.
#822ffd Background Color
<div style="background-color:#822ffd">
Div content here</div>
This div background color is #822ffd
#822ffd Border Color
<div style="border:3px solid #822ffd">
Div here</div>
This div border color is #822ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,47,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #822ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #822ffd; -webkit-box-shadow: 1px 1px 3px 2px #822ffd; box-shadow: 1px 1px 3px 2px #822ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,47,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #822ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #822ffd; -webkit-box-shadow: 1px 1px 3px 2px #822ffd; box-shadow: 1px 1px 3px 2px #822ffd;">
Div content here</div>
This div box has shadow with color #822ffd
Comments
No comments written yet.
Please login to write comment.