Color Hex Logo

#794992 Color Hex

#794992
(121,73,146)
0 Favorites   0 Comments

Color spaces of #794992

RGB 12173146
HSL0.780.330.43
HSV279°50°57°
CMYK 0.170.500.00   0.43
XYZ15.456010.905428.4845
Yxy10.90540.28180.1988
Hunter Lab33.023325.7530-28.0247
CIE-Lab39.420734.0299-32.3596

#794992 color RGB value is (121,73,146).

#794992 hex color red value is 121, green value is 73 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #794992 hue: 0.78 , saturation: 0.33 and the lightness value of 794992 is 0.43.

The process color (four color CMYK) of #794992 color hex is 0.17, 0.50, 0.00, 0.43. Web safe color of #794992 is #663399. Color #794992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001001 10010010
Octal 171 111 222
Decimal 121 73 146
Hex 79 49 92

RGB Percentages of Color #794992

%35.59
%21.47
%42.94

CMYK Percentages of Color #794992

%17
%50
%0
%43

Triadic Colors of #794992

#794992 #927949 #499279

Analogous Colors of #794992

#794992 #924987 #544992

Monochromatic Colors of #794992

#794992

Complementary Color

#794992 #629249

#794992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794992 Color CSS Codes

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

#794992 Text Font Color

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

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


#794992 Background Color

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

This div background color is #794992


#794992 Border Color

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

This div border color is #794992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794992

#794992 Color Palettes


Comments

No comments written yet.

Please login to write comment.