Color Hex Logo

#7e0403 Color Hex

#7E0403
(126,4,3)
0 Favorites   0 Comments

Color spaces of #7e0403

RGB 12643
HSL0.000.950.25
HSV98°49°
CMYK 0.000.970.98   0.51
XYZ8.66404.52900.5037
Yxy4.52900.63260.3307
Hunter Lab21.281435.427513.4937
CIE-Lab25.348446.798736.4995

#7e0403 color RGB value is (126,4,3).

#7e0403 hex color red value is 126, green value is 4 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #7e0403 hue: 0.00 , saturation: 0.95 and the lightness value of 7e0403 is 0.25.

The process color (four color CMYK) of #7e0403 color hex is 0.00, 0.97, 0.98, 0.51. Web safe color of #7e0403 is #660000. Color #7e0403 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000100 00000011
Octal 176 4 3
Decimal 126 4 3
Hex 7E 4 3

RGB Percentages of Color #7e0403

%94.74
%3.01
%2.26

CMYK Percentages of Color #7e0403

%0
%97
%98
%51

Triadic Colors of #7e0403

#7e0403 #037e04 #04037e

Analogous Colors of #7e0403

#7e0403 #7e4203 #7e033f

Monochromatic Colors of #7e0403

#7e0403

Complementary Color

#7e0403 #037d7e

#7e0403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e0403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e0403 Color CSS Codes

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

#7e0403 Text Font Color

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

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


#7e0403 Background Color

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

This div background color is #7e0403


#7e0403 Border Color

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

This div border color is #7e0403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e0403


Comments

No comments written yet.

Please login to write comment.