Color Hex Logo

#79014c Color Hex

#79014C
(121,1,76)
0 Favorites   0 Comments

Color spaces of #79014c

RGB 121176
HSL0.900.980.24
HSV323°99°47°
CMYK 0.000.990.37   0.53
XYZ9.20054.60857.2421
Yxy4.60850.43710.2189
Hunter Lab21.467438.9335-4.9745
CIE-Lab25.588950.3140-9.3285

#79014c color RGB value is (121,1,76).

#79014c hex color red value is 121, green value is 1 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #79014c hue: 0.90 , saturation: 0.98 and the lightness value of 79014c is 0.24.

The process color (four color CMYK) of #79014c color hex is 0.00, 0.99, 0.37, 0.53. Web safe color of #79014c is #660033. Color #79014c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000001 01001100
Octal 171 1 114
Decimal 121 1 76
Hex 79 1 4C

RGB Percentages of Color #79014c

%61.11
%0.51
%38.38

CMYK Percentages of Color #79014c

%0
%99
%37
%53

Triadic Colors of #79014c

#79014c #4c7901 #014c79

Analogous Colors of #79014c

#79014c #790110 #6a0179

Monochromatic Colors of #79014c

#79014c

Complementary Color

#79014c #01792e

#79014c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79014c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79014c Color CSS Codes

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

#79014c Text Font Color

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

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


#79014c Background Color

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

This div background color is #79014c


#79014c Border Color

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

This div border color is #79014c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79014c


Comments

No comments written yet.

Please login to write comment.