Color Hex Logo

#79375e Color Hex

#79375E
(121,55,94)
0 Favorites   0 Comments

Color spaces of #79375e

RGB 1215594
HSL0.900.380.35
HSV325°55°47°
CMYK 0.000.550.22   0.53
XYZ11.27177.605511.4636
Yxy7.60550.37150.2507
Hunter Lab27.578124.6948-5.3409
CIE-Lab33.147433.8098-9.7019

#79375e color RGB value is (121,55,94).

#79375e hex color red value is 121, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #79375e hue: 0.90 , saturation: 0.38 and the lightness value of 79375e is 0.35.

The process color (four color CMYK) of #79375e color hex is 0.00, 0.55, 0.22, 0.53. Web safe color of #79375e is #663366. Color #79375e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110111 01011110
Octal 171 67 136
Decimal 121 55 94
Hex 79 37 5E

RGB Percentages of Color #79375e

%44.81
%20.37
%34.81

CMYK Percentages of Color #79375e

%0
%55
%22
%53

Triadic Colors of #79375e

#79375e #5e7937 #375e79

Analogous Colors of #79375e

#79375e #79373d #733779

Monochromatic Colors of #79375e

#79375e

Complementary Color

#79375e #377952

#79375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79375e Color CSS Codes

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

#79375e Text Font Color

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

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


#79375e Background Color

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

This div background color is #79375e


#79375e Border Color

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

This div border color is #79375e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79375e


Comments

No comments written yet.

Please login to write comment.