Color Hex Logo

#794390 Color Hex

#794390
(121,67,144)
0 Favorites   0 Comments

Color spaces of #794390

RGB 12167144
HSL0.780.360.41
HSV282°53°56°
CMYK 0.160.530.00   0.44
XYZ14.926410.092927.5470
Yxy10.09290.28400.1920
Hunter Lab31.769328.2696-29.1715
CIE-Lab38.008636.9629-33.3751

#794390 color RGB value is (121,67,144).

#794390 hex color red value is 121, green value is 67 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #794390 hue: 0.78 , saturation: 0.36 and the lightness value of 794390 is 0.41.

The process color (four color CMYK) of #794390 color hex is 0.16, 0.53, 0.00, 0.44. Web safe color of #794390 is #663399. Color #794390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000011 10010000
Octal 171 103 220
Decimal 121 67 144
Hex 79 43 90

RGB Percentages of Color #794390

%36.45
%20.18
%43.37

CMYK Percentages of Color #794390

%16
%53
%0
%44

Triadic Colors of #794390

#794390 #907943 #439079

Analogous Colors of #794390

#794390 #904381 #524390

Monochromatic Colors of #794390

#794390

Complementary Color

#794390 #5a9043

#794390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794390 Color CSS Codes

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

#794390 Text Font Color

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

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


#794390 Background Color

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

This div background color is #794390


#794390 Border Color

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

This div border color is #794390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794390


Comments

No comments written yet.

Please login to write comment.