Color spaces of #794cfe
RGB | 121 | 76 | 254 |
---|---|---|---|
HSL | 0.71 | 0.99 | 0.65 |
HSV | 255° | 70° | 100° |
CMYK | 0.52 | 0.70 | 0.00 0.00 |
XYZ | 28.3590 | 16.3896 | 95.4348 |
Yxy | 16.3896 | 0.2023 | 0.1169 |
Hunter Lab | 40.4841 | 54.1917 | -111.4280 |
CIE-Lab | 47.4815 | 60.4812 | -81.9507 |
#794cfe color RGB value is (121,76,254).
#794cfe hex color red value is 121, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #794cfe hue: 0.71 , saturation: 0.99 and the lightness value of 794cfe is 0.65.
The process color (four color CMYK) of #794cfe color hex is 0.52, 0.70, 0.00, 0.00. Web safe color of #794cfe is #6633ff. Color #794cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01001100 | 11111110 |
Octal | 171 | 114 | 376 |
Decimal | 121 | 76 | 254 |
Hex | 79 | 4C | FE |
Shades of #794cfe
Tints of #794cfe
RGB Percentages of Color #794cfe
CMYK Percentages of Color #794cfe
Complementary Color
#794cfe | #d1fe4c |
#794cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#794cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#794cfe Color CSS Codes
.mybgcolor {background-color:#794cfe; } .myforecolor {color:#794cfe; } .mybordercolor {border:3px solid #794cfe; }
#794cfe Text Font Color
<p style="color:#794cfe">Text here</p>
This sample text font color is #794cfe
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.
#794cfe Background Color
<div style="background-color:#794cfe">
Div content here</div>
This div background color is #794cfe
#794cfe Border Color
<div style="border:3px solid #794cfe">
Div here</div>
This div border color is #794cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,76,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #794cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #794cfe; -webkit-box-shadow: 1px 1px 3px 2px #794cfe; box-shadow: 1px 1px 3px 2px #794cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,76,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 #794cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #794cfe; -webkit-box-shadow: 1px 1px 3px 2px #794cfe; box-shadow: 1px 1px 3px 2px #794cfe;">
Div content here</div>
This div box has shadow with color #794cfe
Comments
No comments written yet.
Please login to write comment.