Color Hex Logo

#7e050e Color Hex

#7E050E
(126,5,14)
0 Favorites   0 Comments

Color spaces of #7e050e

RGB 126514
HSL0.990.920.26
HSV356°96°49°
CMYK 0.000.960.89   0.51
XYZ8.73774.57590.8382
Yxy4.57590.61740.3233
Hunter Lab21.391435.476812.6507
CIE-Lab25.490646.821931.9603

#7e050e color RGB value is (126,5,14).

#7e050e hex color red value is 126, green value is 5 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7e050e hue: 0.99 , saturation: 0.92 and the lightness value of 7e050e is 0.26.

The process color (four color CMYK) of #7e050e color hex is 0.00, 0.96, 0.89, 0.51. Web safe color of #7e050e is #660000. Color #7e050e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000101 00001110
Octal 176 5 16
Decimal 126 5 14
Hex 7E 5 E

RGB Percentages of Color #7e050e

%86.90
%3.45
%9.66

CMYK Percentages of Color #7e050e

%0
%96
%89
%51

Triadic Colors of #7e050e

#7e050e #0e7e05 #050e7e

Analogous Colors of #7e050e

#7e050e #7e3905 #7e054b

Monochromatic Colors of #7e050e

#7e050e

Complementary Color

#7e050e #057e75

#7e050e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e050e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e050e Color CSS Codes

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

#7e050e Text Font Color

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

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


#7e050e Background Color

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

This div background color is #7e050e


#7e050e Border Color

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

This div border color is #7e050e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e050e


Comments

No comments written yet.

Please login to write comment.