Color Hex Logo

#790dfa Color Hex

#790DFA
(121,13,250)
0 Favorites   0 Comments

Color spaces of #790dfa

RGB 12113250
HSL0.740.960.52
HSV267°95°98°
CMYK 0.520.950.00   0.02
XYZ25.284411.254991.2823
Yxy11.25490.19780.0881
Hunter Lab33.548375.8207-137.8395
CIE-Lab40.006580.1620-92.0213

#790dfa color RGB value is (121,13,250).

#790dfa hex color red value is 121, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #790dfa hue: 0.74 , saturation: 0.96 and the lightness value of 790dfa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001101 11111010
Octal 171 15 372
Decimal 121 13 250
Hex 79 D FA

RGB Percentages of Color #790dfa

%31.51
%3.39
%65.10

CMYK Percentages of Color #790dfa

%52
%95
%0
%2

Triadic Colors of #790dfa

#790dfa #fa790d #0dfa79

Analogous Colors of #790dfa

#790dfa #f00dfa #0d18fa

Monochromatic Colors of #790dfa

#790dfa

Complementary Color

#790dfa #8efa0d

#790dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#790dfa Color CSS Codes

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

#790dfa Text Font Color

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

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


#790dfa Background Color

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

This div background color is #790dfa


#790dfa Border Color

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

This div border color is #790dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790dfa


Comments

No comments written yet.

Please login to write comment.