Color Hex Logo

#79307c Color Hex

#79307C
(121,48,124)
0 Favorites   0 Comments

Color spaces of #79307c

RGB 12148124
HSL0.830.440.34
HSV298°61°49°
CMYK 0.020.610.00   0.51
XYZ12.58027.634119.8793
Yxy7.63410.31380.1904
Hunter Lab27.629932.9208-23.3174
CIE-Lab33.208942.7044-28.6172

#79307c color RGB value is (121,48,124).

#79307c hex color red value is 121, green value is 48 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #79307c hue: 0.83 , saturation: 0.44 and the lightness value of 79307c is 0.34.

The process color (four color CMYK) of #79307c color hex is 0.02, 0.61, 0.00, 0.51. Web safe color of #79307c is #663366. Color #79307c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110000 01111100
Octal 171 60 174
Decimal 121 48 124
Hex 79 30 7C

RGB Percentages of Color #79307c

%41.30
%16.38
%42.32

CMYK Percentages of Color #79307c

%2
%61
%0
%51

Triadic Colors of #79307c

#79307c #7c7930 #307c79

Analogous Colors of #79307c

#79307c #7c3059 #53307c

Monochromatic Colors of #79307c

#79307c

Complementary Color

#79307c #337c30

#79307c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79307c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79307c Color CSS Codes

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

#79307c Text Font Color

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

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


#79307c Background Color

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

This div background color is #79307c


#79307c Border Color

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

This div border color is #79307c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79307c


Comments

No comments written yet.

Please login to write comment.