Color spaces of #826dfe
RGB | 130 | 109 | 254 |
---|---|---|---|
HSL | 0.69 | 0.99 | 0.71 |
HSV | 249° | 57° | 100° |
CMYK | 0.49 | 0.57 | 0.00 0.00 |
XYZ | 32.5640 | 22.8389 | 96.4580 |
Yxy | 22.8389 | 0.2144 | 0.1504 |
Hunter Lab | 47.7901 | 37.9967 | -86.2161 |
CIE-Lab | 54.9060 | 44.2378 | -69.8315 |
#826dfe color RGB value is (130,109,254).
#826dfe hex color red value is 130, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #826dfe hue: 0.69 , saturation: 0.99 and the lightness value of 826dfe is 0.71.
The process color (four color CMYK) of #826dfe color hex is 0.49, 0.57, 0.00, 0.00. Web safe color of #826dfe is #9966ff. Color #826dfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01101101 | 11111110 |
Octal | 202 | 155 | 376 |
Decimal | 130 | 109 | 254 |
Hex | 82 | 6D | FE |
Shades of #826dfe
Tints of #826dfe
RGB Percentages of Color #826dfe
CMYK Percentages of Color #826dfe
Complementary Color
#826dfe | #e9fe6d |
#826dfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#826dfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#826dfe Color CSS Codes
.mybgcolor {background-color:#826dfe; } .myforecolor {color:#826dfe; } .mybordercolor {border:3px solid #826dfe; }
#826dfe Text Font Color
<p style="color:#826dfe">Text here</p>
This sample text font color is #826dfe
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.
#826dfe Background Color
<div style="background-color:#826dfe">
Div content here</div>
This div background color is #826dfe
#826dfe Border Color
<div style="border:3px solid #826dfe">
Div here</div>
This div border color is #826dfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,109,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #826dfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #826dfe; -webkit-box-shadow: 1px 1px 3px 2px #826dfe; box-shadow: 1px 1px 3px 2px #826dfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,109,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #826dfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #826dfe; -webkit-box-shadow: 1px 1px 3px 2px #826dfe; box-shadow: 1px 1px 3px 2px #826dfe;">
Div content here</div>
This div box has shadow with color #826dfe
Comments
No comments written yet.
Please login to write comment.