Color Hex Logo

#79326b Color Hex

#79326B
(121,50,107)
0 Favorites   0 Comments

Color spaces of #79326b

RGB 12150107
HSL0.870.420.34
HSV312°59°47°
CMYK 0.000.590.12   0.53
XYZ11.67967.407714.7242
Yxy7.40770.34540.2191
Hunter Lab27.217128.9693-13.0234
CIE-Lab32.717638.5906-18.6608

#79326b color RGB value is (121,50,107).

#79326b hex color red value is 121, green value is 50 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #79326b hue: 0.87 , saturation: 0.42 and the lightness value of 79326b is 0.34.

The process color (four color CMYK) of #79326b color hex is 0.00, 0.59, 0.12, 0.53. Web safe color of #79326b is #663366. Color #79326b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110010 01101011
Octal 171 62 153
Decimal 121 50 107
Hex 79 32 6B

RGB Percentages of Color #79326b

%43.53
%17.99
%38.49

CMYK Percentages of Color #79326b

%0
%59
%12
%53

Triadic Colors of #79326b

#79326b #6b7932 #326b79

Analogous Colors of #79326b

#79326b #793247 #643279

Monochromatic Colors of #79326b

#79326b

Complementary Color

#79326b #327940

#79326b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79326b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79326b Color CSS Codes

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

#79326b Text Font Color

<p style="color:#79326b">Text here</p>

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


#79326b Background Color

<div style="background-color:#79326b">
Div content here</div>

This div background color is #79326b


#79326b Border Color

<div style="border:3px solid #79326b">
Div here</div>

This div border color is #79326b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,50,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79326b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79326b;
  -webkit-box-shadow: 1px 1px 3px 2px #79326b;
  box-shadow:         1px 1px 3px 2px #79326b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79326b


Comments

No comments written yet.

Please login to write comment.