Color Hex Logo

#79294c Color Hex

#79294C
(121,41,76)
0 Favorites   0 Comments

Color spaces of #79294c

RGB 1214176
HSL0.930.490.32
HSV334°66°47°
CMYK 0.000.660.37   0.53
XYZ9.98266.17267.5028
Yxy6.17260.42200.2609
Hunter Lab24.844728.2430-0.5136
CIE-Lab29.843838.3031-2.9534

#79294c color RGB value is (121,41,76).

#79294c hex color red value is 121, green value is 41 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #79294c hue: 0.93 , saturation: 0.49 and the lightness value of 79294c is 0.32.

The process color (four color CMYK) of #79294c color hex is 0.00, 0.66, 0.37, 0.53. Web safe color of #79294c is #663333. Color #79294c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101001 01001100
Octal 171 51 114
Decimal 121 41 76
Hex 79 29 4C

RGB Percentages of Color #79294c

%50.84
%17.23
%31.93

CMYK Percentages of Color #79294c

%0
%66
%37
%53

Triadic Colors of #79294c

#79294c #4c7929 #294c79

Analogous Colors of #79294c

#79294c #792e29 #792974

Monochromatic Colors of #79294c

#79294c

Complementary Color

#79294c #297956

#79294c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79294c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79294c Color CSS Codes

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

#79294c Text Font Color

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

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


#79294c Background Color

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

This div background color is #79294c


#79294c Border Color

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

This div border color is #79294c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79294c


Comments

No comments written yet.

Please login to write comment.