Color Hex Logo

#79408c Color Hex

#79408C
(121,64,140)
0 Favorites   0 Comments

Color spaces of #79408c

RGB 12164140
HSL0.790.370.40
HSV285°54°55°
CMYK 0.140.540.00   0.45
XYZ14.45229.625225.9071
Yxy9.62520.28910.1926
Hunter Lab31.024528.8581-27.7931
CIE-Lab37.161237.7283-32.2746

#79408c color RGB value is (121,64,140).

#79408c hex color red value is 121, green value is 64 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #79408c hue: 0.79 , saturation: 0.37 and the lightness value of 79408c is 0.40.

The process color (four color CMYK) of #79408c color hex is 0.14, 0.54, 0.00, 0.45. Web safe color of #79408c is #663399. Color #79408c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000000 10001100
Octal 171 100 214
Decimal 121 64 140
Hex 79 40 8C

RGB Percentages of Color #79408c

%37.23
%19.69
%43.08

CMYK Percentages of Color #79408c

%14
%54
%0
%45

Triadic Colors of #79408c

#79408c #8c7940 #408c79

Analogous Colors of #79408c

#79408c #8c4079 #53408c

Monochromatic Colors of #79408c

#79408c

Complementary Color

#79408c #538c40

#79408c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79408c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79408c Color CSS Codes

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

#79408c Text Font Color

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

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


#79408c Background Color

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

This div background color is #79408c


#79408c Border Color

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

This div border color is #79408c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,64,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79408c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79408c;
  -webkit-box-shadow: 1px 1px 3px 2px #79408c;
  box-shadow:         1px 1px 3px 2px #79408c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79408c


Comments

No comments written yet.

Please login to write comment.