Color spaces of #825edd
RGB | 130 | 94 | 221 |
---|---|---|---|
HSL | 0.71 | 0.65 | 0.62 |
HSV | 257° | 57° | 87° |
CMYK | 0.41 | 0.57 | 0.00 0.13 |
XYZ | 26.2598 | 17.9717 | 70.4915 |
Yxy | 17.9717 | 0.2289 | 0.1567 |
Hunter Lab | 42.3930 | 36.3816 | -68.9128 |
CIE-Lab | 49.4618 | 43.4897 | -60.1519 |
#825edd color RGB value is (130,94,221).
#825edd hex color red value is 130, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #825edd hue: 0.71 , saturation: 0.65 and the lightness value of 825edd is 0.62.
The process color (four color CMYK) of #825edd color hex is 0.41, 0.57, 0.00, 0.13. Web safe color of #825edd is #9966cc. Color #825edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01011110 | 11011101 |
Octal | 202 | 136 | 335 |
Decimal | 130 | 94 | 221 |
Hex | 82 | 5E | DD |
Shades of #825edd
Tints of #825edd
RGB Percentages of Color #825edd
CMYK Percentages of Color #825edd
Complementary Color
#825edd | #b9dd5e |
#825edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#825edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#825edd Color CSS Codes
.mybgcolor {background-color:#825edd; } .myforecolor {color:#825edd; } .mybordercolor {border:3px solid #825edd; }
#825edd Text Font Color
<p style="color:#825edd">Text here</p>
This sample text font color is #825edd
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.
#825edd Background Color
<div style="background-color:#825edd">
Div content here</div>
This div background color is #825edd
#825edd Border Color
<div style="border:3px solid #825edd">
Div here</div>
This div border color is #825edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,94,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #825edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #825edd; -webkit-box-shadow: 1px 1px 3px 2px #825edd; box-shadow: 1px 1px 3px 2px #825edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,94,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #825edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #825edd; -webkit-box-shadow: 1px 1px 3px 2px #825edd; box-shadow: 1px 1px 3px 2px #825edd;">
Div content here</div>
This div box has shadow with color #825edd
Comments
No comments written yet.
Please login to write comment.