Color spaces of #790fef
RGB | 121 | 15 | 239 |
---|---|---|---|
HSL | 0.75 | 0.88 | 0.50 |
HSV | 268° | 94° | 94° |
CMYK | 0.49 | 0.94 | 0.00 0.06 |
XYZ | 23.6360 | 10.6386 | 82.4691 |
Yxy | 10.6386 | 0.2025 | 0.0911 |
Hunter Lab | 32.6169 | 72.2715 | -127.0781 |
CIE-Lab | 38.9650 | 77.5056 | -87.5413 |
#790fef color RGB value is (121,15,239).
#790fef hex color red value is 121, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #790fef hue: 0.75 , saturation: 0.88 and the lightness value of 790fef is 0.50.
The process color (four color CMYK) of #790fef color hex is 0.49, 0.94, 0.00, 0.06. Web safe color of #790fef is #6600ff. Color #790fef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00001111 | 11101111 |
Octal | 171 | 17 | 357 |
Decimal | 121 | 15 | 239 |
Hex | 79 | F | EF |
Shades of #790fef
Tints of #790fef
RGB Percentages of Color #790fef
CMYK Percentages of Color #790fef
Complementary Color
#790fef | #85ef0f |
#790fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#790fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#790fef Color CSS Codes
.mybgcolor {background-color:#790fef; } .myforecolor {color:#790fef; } .mybordercolor {border:3px solid #790fef; }
#790fef Text Font Color
<p style="color:#790fef">Text here</p>
This sample text font color is #790fef
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.
#790fef Background Color
<div style="background-color:#790fef">
Div content here</div>
This div background color is #790fef
#790fef Border Color
<div style="border:3px solid #790fef">
Div here</div>
This div border color is #790fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,15,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #790fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #790fef; -webkit-box-shadow: 1px 1px 3px 2px #790fef; box-shadow: 1px 1px 3px 2px #790fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,15,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #790fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #790fef; -webkit-box-shadow: 1px 1px 3px 2px #790fef; box-shadow: 1px 1px 3px 2px #790fef;">
Div content here</div>
This div box has shadow with color #790fef
Comments
No comments written yet.
Please login to write comment.