Color Hex Logo

#794eaa Color Hex

#794EAA
(121,78,170)
0 Favorites   0 Comments

Color spaces of #794eaa

RGB 12178170
HSL0.740.370.49
HSV268°54°67°
CMYK 0.290.540.00   0.33
XYZ17.865212.416039.4851
Yxy12.41600.25610.1780
Hunter Lab35.236328.8378-41.7737
CIE-Lab41.869836.9745-42.8469

#794eaa color RGB value is (121,78,170).

#794eaa hex color red value is 121, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #794eaa hue: 0.74 , saturation: 0.37 and the lightness value of 794eaa is 0.49.

The process color (four color CMYK) of #794eaa color hex is 0.29, 0.54, 0.00, 0.33. Web safe color of #794eaa is #666699. Color #794eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001110 10101010
Octal 171 116 252
Decimal 121 78 170
Hex 79 4E AA

RGB Percentages of Color #794eaa

%32.79
%21.14
%46.07

CMYK Percentages of Color #794eaa

%29
%54
%0
%33

Triadic Colors of #794eaa

#794eaa #aa794e #4eaa79

Analogous Colors of #794eaa

#794eaa #a74eaa #4e51aa

Monochromatic Colors of #794eaa

#794eaa

Complementary Color

#794eaa #7faa4e

#794eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#794eaa Color CSS Codes

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

#794eaa Text Font Color

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

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


#794eaa Background Color

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

This div background color is #794eaa


#794eaa Border Color

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

This div border color is #794eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794eaa


Comments

No comments written yet.

Please login to write comment.