Color Hex Logo

#790fff Color Hex

#790FFF
(121,15,255)
0 Favorites   0 Comments

Color spaces of #790fff

RGB 12115255
HSL0.741.000.53
HSV267°94°100°
CMYK 0.530.940.00   0.00
XYZ26.106011.626695.4760
Yxy11.62660.19600.0873
Hunter Lab34.097876.9922-142.1473
CIE-Lab40.616480.9792-93.8147

#790fff color RGB value is (121,15,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001111 11111111
Octal 171 17 377
Decimal 121 15 255
Hex 79 F FF

RGB Percentages of Color #790fff

%30.95
%3.84
%65.22

CMYK Percentages of Color #790fff

%53
%94
%0
%0

Triadic Colors of #790fff

#790fff #ff790f #0fff79

Analogous Colors of #790fff

#790fff #f10fff #0f1dff

Monochromatic Colors of #790fff

#790fff

Complementary Color

#790fff #95ff0f

#790fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#790fff Color CSS Codes

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

#790fff Text Font Color

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

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


#790fff Background Color

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

This div background color is #790fff


#790fff Border Color

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

This div border color is #790fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,15,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 #790fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790fff

Related Colors


Comments

No comments written yet.

Please login to write comment.