Color Hex Logo

#790eff Color Hex

#790EFF
(121,14,255)
0 Favorites   0 Comments

Color spaces of #790eff

RGB 12114255
HSL0.741.000.53
HSV267°95°100°
CMYK 0.530.950.00   0.00
XYZ26.092211.599095.4714
Yxy11.59900.19590.0871
Hunter Lab34.057377.1533-142.3650
CIE-Lab40.571681.1152-93.8889

#790eff color RGB value is (121,14,255).

#790eff hex color red value is 121, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #790eff hue: 0.74 , saturation: 1.00 and the lightness value of 790eff is 0.53.

The process color (four color CMYK) of #790eff color hex is 0.53, 0.95, 0.00, 0.00. Web safe color of #790eff is #6600ff. Color #790eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001110 11111111
Octal 171 16 377
Decimal 121 14 255
Hex 79 E FF

RGB Percentages of Color #790eff

%31.03
%3.59
%65.38

CMYK Percentages of Color #790eff

%53
%95
%0
%0

Triadic Colors of #790eff

#790eff #ff790e #0eff79

Analogous Colors of #790eff

#790eff #f20eff #0e1cff

Monochromatic Colors of #790eff

#790eff

Complementary Color

#790eff #94ff0e

#790eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#790eff Color CSS Codes

.mybgcolor {background-color:#790eff; } 
.myforecolor {color:#790eff; }
.mybordercolor {border:3px solid #790eff; }

#790eff Text Font Color

<p style="color:#790eff">Text here</p>

This sample text font color is #790eff
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.


#790eff Background Color

<div style="background-color:#790eff">
Div content here</div>

This div background color is #790eff


#790eff Border Color

<div style="border:3px solid #790eff">
Div here</div>

This div border color is #790eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,14,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #790eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #790eff;
  -webkit-box-shadow: 1px 1px 3px 2px #790eff;
  box-shadow:         1px 1px 3px 2px #790eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,14,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #790eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #790eff;
  -webkit-box-shadow: 1px 1px 3px 2px #790eff;
  box-shadow:         1px 1px 3px 2px #790eff;">
Div content here</div>

This div box has shadow with color #790eff

Related Colors


Comments

No comments written yet.

Please login to write comment.