Color Hex Logo

#740104 Color Hex

#740104
(116,1,4)
0 Favorites   0 Comments

Color spaces of #740104

RGB 11614
HSL1.000.980.23
HSV358°99°45°
CMYK 0.000.990.97   0.55
XYZ7.23523.74350.4561
Yxy3.74350.63270.3274
Hunter Lab19.348132.890612.1460
CIE-Lab22.804744.643332.7946

#740104 color RGB value is (116,1,4).

#740104 hex color red value is 116, green value is 1 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #740104 hue: 1.00 , saturation: 0.98 and the lightness value of 740104 is 0.23.

The process color (four color CMYK) of #740104 color hex is 0.00, 0.99, 0.97, 0.55. Web safe color of #740104 is #660000. Color #740104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000001 00000100
Octal 164 1 4
Decimal 116 1 4
Hex 74 1 4

RGB Percentages of Color #740104

%95.87
%0.83
%3.31

CMYK Percentages of Color #740104

%0
%99
%97
%55

Triadic Colors of #740104

#740104 #047401 #010474

Analogous Colors of #740104

#740104 #743801 #74013d

Monochromatic Colors of #740104

#740104

Complementary Color

#740104 #017471

#740104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740104 Color CSS Codes

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

#740104 Text Font Color

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

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


#740104 Background Color

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

This div background color is #740104


#740104 Border Color

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

This div border color is #740104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740104


Comments

No comments written yet.

Please login to write comment.