Color Hex Logo

#740329 Color Hex

#740329
(116,3,41)
0 Favorites   0 Comments

Color spaces of #740329

RGB 116341
HSL0.940.950.23
HSV340°97°45°
CMYK 0.000.970.65   0.55
XYZ7.63533.93822.4556
Yxy3.93820.54420.2807
Hunter Lab19.844933.94916.5549
CIE-Lab23.466145.628611.5388

#740329 color RGB value is (116,3,41).

#740329 hex color red value is 116, green value is 3 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #740329 hue: 0.94 , saturation: 0.95 and the lightness value of 740329 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000011 00101001
Octal 164 3 51
Decimal 116 3 41
Hex 74 3 29

RGB Percentages of Color #740329

%72.50
%1.88
%25.63

CMYK Percentages of Color #740329

%0
%97
%65
%55

Triadic Colors of #740329

#740329 #297403 #032974

Analogous Colors of #740329

#740329 #741503 #740362

Monochromatic Colors of #740329

#740329

Complementary Color

#740329 #03744e

#740329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740329 Color CSS Codes

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

#740329 Text Font Color

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

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


#740329 Background Color

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

This div background color is #740329


#740329 Border Color

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

This div border color is #740329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740329


Comments

No comments written yet.

Please login to write comment.