Color Hex Logo

#794998 Color Hex

#794998
(121,73,152)
0 Favorites   0 Comments

Color spaces of #794998

RGB 12173152
HSL0.770.350.44
HSV276°52°60°
CMYK 0.200.520.00   0.40
XYZ15.935211.097031.0078
Yxy11.09700.27460.1912
Hunter Lab33.312227.0910-31.8701
CIE-Lab39.743435.4309-35.4739

#794998 color RGB value is (121,73,152).

#794998 hex color red value is 121, green value is 73 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #794998 hue: 0.77 , saturation: 0.35 and the lightness value of 794998 is 0.44.

The process color (four color CMYK) of #794998 color hex is 0.20, 0.52, 0.00, 0.40. Web safe color of #794998 is #663399. Color #794998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001001 10011000
Octal 171 111 230
Decimal 121 73 152
Hex 79 49 98

RGB Percentages of Color #794998

%34.97
%21.10
%43.93

CMYK Percentages of Color #794998

%20
%52
%0
%40

Triadic Colors of #794998

#794998 #987949 #499879

Analogous Colors of #794998

#794998 #984990 #524998

Monochromatic Colors of #794998

#794998

Complementary Color

#794998 #689849

#794998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794998 Color CSS Codes

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

#794998 Text Font Color

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

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


#794998 Background Color

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

This div background color is #794998


#794998 Border Color

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

This div border color is #794998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794998


Comments

No comments written yet.

Please login to write comment.