Color Hex Logo

#79344e Color Hex

#79344E
(121,52,78)
0 Favorites   0 Comments

Color spaces of #79344e

RGB 1215278
HSL0.940.400.34
HSV337°57°47°
CMYK 0.000.570.36   0.53
XYZ10.48837.07108.0198
Yxy7.07100.41000.2764
Hunter Lab26.591423.87000.7324
CIE-Lab31.968033.0652-1.1327

#79344e color RGB value is (121,52,78).

#79344e hex color red value is 121, green value is 52 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #79344e hue: 0.94 , saturation: 0.40 and the lightness value of 79344e is 0.34.

The process color (four color CMYK) of #79344e color hex is 0.00, 0.57, 0.36, 0.53. Web safe color of #79344e is #663366. Color #79344e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110100 01001110
Octal 171 64 116
Decimal 121 52 78
Hex 79 34 4E

RGB Percentages of Color #79344e

%48.21
%20.72
%31.08

CMYK Percentages of Color #79344e

%0
%57
%36
%53

Triadic Colors of #79344e

#79344e #4e7934 #344e79

Analogous Colors of #79344e

#79344e #793c34 #793471

Monochromatic Colors of #79344e

#79344e

Complementary Color

#79344e #34795f

#79344e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79344e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79344e Color CSS Codes

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

#79344e Text Font Color

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

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


#79344e Background Color

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

This div background color is #79344e


#79344e Border Color

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

This div border color is #79344e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,52,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79344e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79344e;
  -webkit-box-shadow: 1px 1px 3px 2px #79344e;
  box-shadow:         1px 1px 3px 2px #79344e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79344e


Comments

No comments written yet.

Please login to write comment.