Color Hex Logo

#790a11 Color Hex

#790A11
(121,10,17)
0 Favorites   0 Comments

Color spaces of #790a11

RGB 1211017
HSL0.990.850.26
HSV356°92°47°
CMYK 0.000.920.86   0.53
XYZ8.09494.32250.9380
Yxy4.32250.60610.3237
Hunter Lab20.790633.116011.8785
CIE-Lab24.710244.510829.1871

#790a11 color RGB value is (121,10,17).

#790a11 hex color red value is 121, green value is 10 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #790a11 hue: 0.99 , saturation: 0.85 and the lightness value of 790a11 is 0.26.

The process color (four color CMYK) of #790a11 color hex is 0.00, 0.92, 0.86, 0.53. Web safe color of #790a11 is #660000. Color #790a11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001010 00010001
Octal 171 12 21
Decimal 121 10 17
Hex 79 A 11

RGB Percentages of Color #790a11

%81.76
%6.76
%11.49

CMYK Percentages of Color #790a11

%0
%92
%86
%53

Triadic Colors of #790a11

#790a11 #11790a #0a1179

Analogous Colors of #790a11

#790a11 #793a0a #790a49

Monochromatic Colors of #790a11

#790a11

Complementary Color

#790a11 #0a7972

#790a11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790a11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790a11 Color CSS Codes

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

#790a11 Text Font Color

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

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


#790a11 Background Color

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

This div background color is #790a11


#790a11 Border Color

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

This div border color is #790a11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790a11


Comments

No comments written yet.

Please login to write comment.