Color spaces of #820efe
RGB | 130 | 14 | 254 |
---|---|---|---|
HSL | 0.75 | 0.99 | 0.53 |
HSV | 269° | 94° | 100° |
CMYK | 0.49 | 0.94 | 0.00 0.00 |
XYZ | 27.2524 | 12.2157 | 94.6874 |
Yxy | 12.2157 | 0.2031 | 0.0911 |
Hunter Lab | 34.9510 | 78.0180 | -136.1598 |
CIE-Lab | 41.5569 | 81.6148 | -91.6646 |
#820efe color RGB value is (130,14,254).
#820efe hex color red value is 130, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #820efe hue: 0.75 , saturation: 0.99 and the lightness value of 820efe is 0.53.
The process color (four color CMYK) of #820efe color hex is 0.49, 0.94, 0.00, 0.00. Web safe color of #820efe is #9900ff. Color #820efe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 00001110 | 11111110 |
Octal | 202 | 16 | 376 |
Decimal | 130 | 14 | 254 |
Hex | 82 | E | FE |
Shades of #820efe
Tints of #820efe
RGB Percentages of Color #820efe
CMYK Percentages of Color #820efe
Complementary Color
#820efe | #8afe0e |
#820efe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#820efe Color Preview on White Background
Lorem ipsum dolor sit amet.
#820efe Color CSS Codes
.mybgcolor {background-color:#820efe; } .myforecolor {color:#820efe; } .mybordercolor {border:3px solid #820efe; }
#820efe Text Font Color
<p style="color:#820efe">Text here</p>
This sample text font color is #820efe
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.
#820efe Background Color
<div style="background-color:#820efe">
Div content here</div>
This div background color is #820efe
#820efe Border Color
<div style="border:3px solid #820efe">
Div here</div>
This div border color is #820efe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,14,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #820efe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #820efe; -webkit-box-shadow: 1px 1px 3px 2px #820efe; box-shadow: 1px 1px 3px 2px #820efe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,14,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 #820efe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #820efe; -webkit-box-shadow: 1px 1px 3px 2px #820efe; box-shadow: 1px 1px 3px 2px #820efe;">
Div content here</div>
This div box has shadow with color #820efe
Comments
No comments written yet.
Please login to write comment.