Color spaces of #824efe
RGB | 130 | 78 | 254 |
---|---|---|---|
HSL | 0.72 | 0.99 | 0.65 |
HSV | 258° | 69° | 100° |
CMYK | 0.49 | 0.69 | 0.00 0.00 |
XYZ | 29.8197 | 17.3504 | 95.5432 |
Yxy | 17.3504 | 0.2089 | 0.1216 |
Hunter Lab | 41.6538 | 54.8929 | -106.8384 |
CIE-Lab | 48.6985 | 60.8761 | -79.9248 |
#824efe color RGB value is (130,78,254).
#824efe hex color red value is 130, green value is 78 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #824efe hue: 0.72 , saturation: 0.99 and the lightness value of 824efe is 0.65.
The process color (four color CMYK) of #824efe color hex is 0.49, 0.69, 0.00, 0.00. Web safe color of #824efe is #9966ff. Color #824efe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01001110 | 11111110 |
Octal | 202 | 116 | 376 |
Decimal | 130 | 78 | 254 |
Hex | 82 | 4E | FE |
Shades of #824efe
Tints of #824efe
RGB Percentages of Color #824efe
CMYK Percentages of Color #824efe
Complementary Color
#824efe | #cafe4e |
#824efe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#824efe Color Preview on White Background
Lorem ipsum dolor sit amet.
#824efe Color CSS Codes
.mybgcolor {background-color:#824efe; } .myforecolor {color:#824efe; } .mybordercolor {border:3px solid #824efe; }
#824efe Text Font Color
<p style="color:#824efe">Text here</p>
This sample text font color is #824efe
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.
#824efe Background Color
<div style="background-color:#824efe">
Div content here</div>
This div background color is #824efe
#824efe Border Color
<div style="border:3px solid #824efe">
Div here</div>
This div border color is #824efe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,78,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #824efe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #824efe; -webkit-box-shadow: 1px 1px 3px 2px #824efe; box-shadow: 1px 1px 3px 2px #824efe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,78,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 #824efe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #824efe; -webkit-box-shadow: 1px 1px 3px 2px #824efe; box-shadow: 1px 1px 3px 2px #824efe;">
Div content here</div>
This div box has shadow with color #824efe
Comments
No comments written yet.
Please login to write comment.