Color Hex Logo

#79146c Color Hex

#79146C
(121,20,108)
0 Favorites   0 Comments

Color spaces of #79146c

RGB 12120108
HSL0.850.720.28
HSV308°83°47°
CMYK 0.000.830.11   0.53
XYZ10.84215.648014.7061
Yxy5.64800.34750.1810
Hunter Lab23.765539.8441-20.0528
CIE-Lab28.506450.6525-25.8794

#79146c color RGB value is (121,20,108).

#79146c hex color red value is 121, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #79146c hue: 0.85 , saturation: 0.72 and the lightness value of 79146c is 0.28.

The process color (four color CMYK) of #79146c color hex is 0.00, 0.83, 0.11, 0.53. Web safe color of #79146c is #660066. Color #79146c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010100 01101100
Octal 171 24 154
Decimal 121 20 108
Hex 79 14 6C

RGB Percentages of Color #79146c

%48.59
%8.03
%43.37

CMYK Percentages of Color #79146c

%0
%83
%11
%53

Triadic Colors of #79146c

#79146c #6c7914 #146c79

Analogous Colors of #79146c

#79146c #79143a #541479

Monochromatic Colors of #79146c

#79146c

Complementary Color

#79146c #147921

#79146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79146c Color CSS Codes

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

#79146c Text Font Color

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

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


#79146c Background Color

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

This div background color is #79146c


#79146c Border Color

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

This div border color is #79146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79146c


Comments

No comments written yet.

Please login to write comment.