Color Hex Logo

#740437 Color Hex

#740437
(116,4,55)
0 Favorites   0 Comments

Color spaces of #740437

RGB 116455
HSL0.920.930.24
HSV333°97°45°
CMYK 0.000.970.53   0.55
XYZ7.93554.07573.9829
Yxy4.07570.49620.2548
Hunter Lab20.188434.83392.4347
CIE-Lab23.920146.46262.4367

#740437 color RGB value is (116,4,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 00110111
Octal 164 4 67
Decimal 116 4 55
Hex 74 4 37

RGB Percentages of Color #740437

%66.29
%2.29
%31.43

CMYK Percentages of Color #740437

%0
%97
%53
%55

Triadic Colors of #740437

#740437 #377404 #043774

Analogous Colors of #740437

#740437 #740904 #74046f

Monochromatic Colors of #740437

#740437

Complementary Color

#740437 #047441

#740437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740437 Color CSS Codes

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

#740437 Text Font Color

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

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


#740437 Background Color

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

This div background color is #740437


#740437 Border Color

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

This div border color is #740437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740437


Comments

No comments written yet.

Please login to write comment.