Color Hex Logo

#740939 Color Hex

#740939
(116,9,57)
0 Favorites   0 Comments

Color spaces of #740939

RGB 116957
HSL0.930.860.25
HSV333°92°45°
CMYK 0.000.920.51   0.55
XYZ8.03874.20384.2586
Yxy4.20380.48720.2548
Hunter Lab20.503234.10412.0374
CIE-Lab24.334145.62161.6526

#740939 color RGB value is (116,9,57).

#740939 hex color red value is 116, green value is 9 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #740939 hue: 0.93 , saturation: 0.86 and the lightness value of 740939 is 0.25.

The process color (four color CMYK) of #740939 color hex is 0.00, 0.92, 0.51, 0.55. Web safe color of #740939 is #660033. Color #740939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001001 00111001
Octal 164 11 71
Decimal 116 9 57
Hex 74 9 39

RGB Percentages of Color #740939

%63.74
%4.95
%31.32

CMYK Percentages of Color #740939

%0
%92
%51
%55

Triadic Colors of #740939

#740939 #397409 #093974

Analogous Colors of #740939

#740939 #740f09 #74096f

Monochromatic Colors of #740939

#740939

Complementary Color

#740939 #097444

#740939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740939 Color CSS Codes

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

#740939 Text Font Color

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

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


#740939 Background Color

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

This div background color is #740939


#740939 Border Color

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

This div border color is #740939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740939


Comments

No comments written yet.

Please login to write comment.