Color Hex Logo

#794c8b Color Hex

#794C8B
(121,76,139)
0 Favorites   0 Comments

Color spaces of #794c8b

RGB 12176139
HSL0.790.290.42
HSV283°45°55°
CMYK 0.130.450.00   0.45
XYZ15.129811.097925.7708
Yxy11.09790.29100.2134
Hunter Lab33.313522.7696-22.5463
CIE-Lab39.744930.6989-27.6023

#794c8b color RGB value is (121,76,139).

#794c8b hex color red value is 121, green value is 76 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #794c8b hue: 0.79 , saturation: 0.29 and the lightness value of 794c8b is 0.42.

The process color (four color CMYK) of #794c8b color hex is 0.13, 0.45, 0.00, 0.45. Web safe color of #794c8b is #663399. Color #794c8b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 10001011
Octal 171 114 213
Decimal 121 76 139
Hex 79 4C 8B

RGB Percentages of Color #794c8b

%36.01
%22.62
%41.37

CMYK Percentages of Color #794c8b

%13
%45
%0
%45

Triadic Colors of #794c8b

#794c8b #8b794c #4c8b79

Analogous Colors of #794c8b

#794c8b #8b4c7e #5a4c8b

Monochromatic Colors of #794c8b

#794c8b

Complementary Color

#794c8b #5e8b4c

#794c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#794c8b Color CSS Codes

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

#794c8b Text Font Color

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

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


#794c8b Background Color

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

This div background color is #794c8b


#794c8b Border Color

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

This div border color is #794c8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794c8b


Comments

No comments written yet.

Please login to write comment.