Color Hex Logo

#794981 Color Hex

#794981
(121,73,129)
0 Favorites   0 Comments

Color spaces of #794981

RGB 12173129
HSL0.810.280.40
HSV291°43°51°
CMYK 0.060.430.00   0.49
XYZ14.230110.415022.0292
Yxy10.41500.30490.2231
Hunter Lab32.272322.2311-17.8810
CIE-Lab38.577230.2507-23.3126

#794981 color RGB value is (121,73,129).

#794981 hex color red value is 121, green value is 73 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #794981 hue: 0.81 , saturation: 0.28 and the lightness value of 794981 is 0.40.

The process color (four color CMYK) of #794981 color hex is 0.06, 0.43, 0.00, 0.49. Web safe color of #794981 is #663399. Color #794981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001001 10000001
Octal 171 111 201
Decimal 121 73 129
Hex 79 49 81

RGB Percentages of Color #794981

%37.46
%22.60
%39.94

CMYK Percentages of Color #794981

%6
%43
%0
%49

Triadic Colors of #794981

#794981 #817949 #498179

Analogous Colors of #794981

#794981 #81496d #5d4981

Monochromatic Colors of #794981

#794981

Complementary Color

#794981 #518149

#794981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794981 Color CSS Codes

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

#794981 Text Font Color

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

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


#794981 Background Color

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

This div background color is #794981


#794981 Border Color

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

This div border color is #794981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794981


Comments

No comments written yet.

Please login to write comment.