Color Hex Logo

#74041e Color Hex

#74041E
(116,4,30)
0 Favorites   0 Comments

Color spaces of #74041e

RGB 116430
HSL0.960.930.24
HSV346°97°45°
CMYK 0.000.970.74   0.55
XYZ7.48023.89361.5856
Yxy3.89360.57720.3004
Hunter Lab19.732233.13559.0482
CIE-Lab23.316544.802318.9472

#74041e color RGB value is (116,4,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 00011110
Octal 164 4 36
Decimal 116 4 30
Hex 74 4 1E

RGB Percentages of Color #74041e

%77.33
%2.67
%20.00

CMYK Percentages of Color #74041e

%0
%97
%74
%55

Triadic Colors of #74041e

#74041e #1e7404 #041e74

Analogous Colors of #74041e

#74041e #742204 #740456

Monochromatic Colors of #74041e

#74041e

Complementary Color

#74041e #04745a

#74041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74041e Color CSS Codes

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

#74041e Text Font Color

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

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


#74041e Background Color

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

This div background color is #74041e


#74041e Border Color

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

This div border color is #74041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74041e


Comments

No comments written yet.

Please login to write comment.