Color Hex Logo

#794f84 Color Hex

#794F84
(121,79,132)
0 Favorites   0 Comments

Color spaces of #794f84

RGB 12179132
HSL0.800.250.41
HSV288°40°52°
CMYK 0.080.400.00   0.48
XYZ14.846011.322923.2329
Yxy11.32290.30050.2292
Hunter Lab33.649519.8667-17.3814
CIE-Lab40.119127.3810-22.7549

#794f84 color RGB value is (121,79,132).

#794f84 hex color red value is 121, green value is 79 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #794f84 hue: 0.80 , saturation: 0.25 and the lightness value of 794f84 is 0.41.

The process color (four color CMYK) of #794f84 color hex is 0.08, 0.40, 0.00, 0.48. Web safe color of #794f84 is #666699. Color #794f84 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001111 10000100
Octal 171 117 204
Decimal 121 79 132
Hex 79 4F 84

RGB Percentages of Color #794f84

%36.45
%23.80
%39.76

CMYK Percentages of Color #794f84

%8
%40
%0
%48

Triadic Colors of #794f84

#794f84 #84794f #4f8479

Analogous Colors of #794f84

#794f84 #844f75 #5f4f84

Monochromatic Colors of #794f84

#794f84

Complementary Color

#794f84 #5a844f

#794f84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794f84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794f84 Color CSS Codes

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

#794f84 Text Font Color

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

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


#794f84 Background Color

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

This div background color is #794f84


#794f84 Border Color

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

This div border color is #794f84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794f84


Comments

No comments written yet.

Please login to write comment.