Color Hex Logo

#7e120b Color Hex

#7E120B
(126,18,11)
0 Favorites   0 Comments

Color spaces of #7e120b

RGB 1261811
HSL0.010.840.27
HSV91°49°
CMYK 0.000.860.91   0.51
XYZ8.88094.89240.7929
Yxy4.89240.60970.3359
Hunter Lab22.118832.961613.3577
CIE-Lab26.426044.016334.2209

#7e120b color RGB value is (126,18,11).

#7e120b hex color red value is 126, green value is 18 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #7e120b hue: 0.01 , saturation: 0.84 and the lightness value of 7e120b is 0.27.

The process color (four color CMYK) of #7e120b color hex is 0.00, 0.86, 0.91, 0.51. Web safe color of #7e120b is #660000. Color #7e120b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010010 00001011
Octal 176 22 13
Decimal 126 18 11
Hex 7E 12 B

RGB Percentages of Color #7e120b

%81.29
%11.61
%7.10

CMYK Percentages of Color #7e120b

%0
%86
%91
%51

Triadic Colors of #7e120b

#7e120b #0b7e12 #120b7e

Analogous Colors of #7e120b

#7e120b #7e4c0b #7e0b3e

Monochromatic Colors of #7e120b

#7e120b

Complementary Color

#7e120b #0b777e

#7e120b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e120b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e120b Color CSS Codes

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

#7e120b Text Font Color

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

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


#7e120b Background Color

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

This div background color is #7e120b


#7e120b Border Color

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

This div border color is #7e120b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,18,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e120b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e120b;
  -webkit-box-shadow: 1px 1px 3px 2px #7e120b;
  box-shadow:         1px 1px 3px 2px #7e120b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,18,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e120b


Comments

No comments written yet.

Please login to write comment.