Color Hex Logo

#790490 Color Hex

#790490
(121,4,144)
0 Favorites   0 Comments

Color spaces of #790490

RGB 1214144
HSL0.810.950.29
HSV290°97°56°
CMYK 0.160.970.00   0.44
XYZ12.96266.165426.8924
Yxy6.16540.28170.1340
Hunter Lab24.830249.7329-46.8329
CIE-Lab29.826059.8422-46.4732

#790490 color RGB value is (121,4,144).

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

The process color (four color CMYK) of #790490 color hex is 0.16, 0.97, 0.00, 0.44. Web safe color of #790490 is #660099. Color #790490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000100 10010000
Octal 171 4 220
Decimal 121 4 144
Hex 79 4 90

RGB Percentages of Color #790490

%44.98
%1.49
%53.53

CMYK Percentages of Color #790490

%16
%97
%0
%44

Triadic Colors of #790490

#790490 #907904 #049079

Analogous Colors of #790490

#790490 #900461 #330490

Monochromatic Colors of #790490

#790490

Complementary Color

#790490 #1b9004

#790490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790490 Color CSS Codes

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

#790490 Text Font Color

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

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


#790490 Background Color

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

This div background color is #790490


#790490 Border Color

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

This div border color is #790490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790490


Comments

No comments written yet.

Please login to write comment.