Color Hex Logo

#740426 Color Hex

#740426
(116,4,38)
0 Favorites   0 Comments

Color spaces of #740426

RGB 116438
HSL0.950.930.24
HSV342°97°45°
CMYK 0.000.970.67   0.55
XYZ7.59573.93982.1938
Yxy3.93980.55320.2870
Hunter Lab19.848933.57207.3412
CIE-Lab23.471445.231913.6320

#740426 color RGB value is (116,4,38).

#740426 hex color red value is 116, green value is 4 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #740426 hue: 0.95 , saturation: 0.93 and the lightness value of 740426 is 0.24.

The process color (four color CMYK) of #740426 color hex is 0.00, 0.97, 0.67, 0.55. Web safe color of #740426 is #660033. Color #740426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 00100110
Octal 164 4 46
Decimal 116 4 38
Hex 74 4 26

RGB Percentages of Color #740426

%73.42
%2.53
%24.05

CMYK Percentages of Color #740426

%0
%97
%67
%55

Triadic Colors of #740426

#740426 #267404 #042674

Analogous Colors of #740426

#740426 #741a04 #74045e

Monochromatic Colors of #740426

#740426

Complementary Color

#740426 #047452

#740426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740426 Color CSS Codes

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

#740426 Text Font Color

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

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


#740426 Background Color

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

This div background color is #740426


#740426 Border Color

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

This div border color is #740426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740426


Comments

No comments written yet.

Please login to write comment.