Color Hex Logo

#790120 Color Hex

#790120
(121,1,32)
0 Favorites   0 Comments

Color spaces of #790120

RGB 121132
HSL0.960.980.24
HSV345°99°47°
CMYK 0.000.990.74   0.53
XYZ8.15674.19091.7455
Yxy4.19090.57880.2974
Hunter Lab20.471735.29579.2749
CIE-Lab24.292846.868319.0410

#790120 color RGB value is (121,1,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000001 00100000
Octal 171 1 40
Decimal 121 1 32
Hex 79 1 20

RGB Percentages of Color #790120

%78.57
%0.65
%20.78

CMYK Percentages of Color #790120

%0
%99
%74
%53

Triadic Colors of #790120

#790120 #207901 #012079

Analogous Colors of #790120

#790120 #791e01 #79015c

Monochromatic Colors of #790120

#790120

Complementary Color

#790120 #01795a

#790120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790120 Color CSS Codes

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

#790120 Text Font Color

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

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


#790120 Background Color

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

This div background color is #790120


#790120 Border Color

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

This div border color is #790120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790120


Comments

No comments written yet.

Please login to write comment.