Color Hex Logo

#790493 Color Hex

#790493
(121,4,147)
0 Favorites   0 Comments

Color spaces of #790493

RGB 1214147
HSL0.800.950.30
HSV289°97°58°
CMYK 0.180.970.00   0.42
XYZ13.19506.258428.1163
Yxy6.25840.27740.1316
Hunter Lab25.016850.3697-49.1241
CIE-Lab30.055260.3830-47.9533

#790493 color RGB value is (121,4,147).

#790493 hex color red value is 121, green value is 4 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #790493 hue: 0.80 , saturation: 0.95 and the lightness value of 790493 is 0.30.

The process color (four color CMYK) of #790493 color hex is 0.18, 0.97, 0.00, 0.42. Web safe color of #790493 is #660099. Color #790493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000100 10010011
Octal 171 4 223
Decimal 121 4 147
Hex 79 4 93

RGB Percentages of Color #790493

%44.49
%1.47
%54.04

CMYK Percentages of Color #790493

%18
%97
%0
%42

Triadic Colors of #790493

#790493 #937904 #049379

Analogous Colors of #790493

#790493 #930466 #310493

Monochromatic Colors of #790493

#790493

Complementary Color

#790493 #1e9304

#790493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790493 Color CSS Codes

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

#790493 Text Font Color

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

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


#790493 Background Color

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

This div background color is #790493


#790493 Border Color

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

This div border color is #790493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790493


Comments

No comments written yet.

Please login to write comment.