Color Hex Logo

#742940 Color Hex

#742940
(116,41,64)
0 Favorites   0 Comments

Color spaces of #742940

RGB 1164164
HSL0.950.480.31
HSV342°65°45°
CMYK 0.000.650.45   0.55
XYZ8.92085.66905.4745
Yxy5.66900.44460.2825
Hunter Lab23.809725.21193.0344
CIE-Lab28.561535.15073.0129

#742940 color RGB value is (116,41,64).

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

The process color (four color CMYK) of #742940 color hex is 0.00, 0.65, 0.45, 0.55. Web safe color of #742940 is #663333. Color #742940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 01000000
Octal 164 51 100
Decimal 116 41 64
Hex 74 29 40

RGB Percentages of Color #742940

%52.49
%18.55
%28.96

CMYK Percentages of Color #742940

%0
%65
%45
%55

Triadic Colors of #742940

#742940 #407429 #294074

Analogous Colors of #742940

#742940 #743829 #742966

Monochromatic Colors of #742940

#742940

Complementary Color

#742940 #29745d

#742940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742940 Color CSS Codes

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

#742940 Text Font Color

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

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


#742940 Background Color

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

This div background color is #742940


#742940 Border Color

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

This div border color is #742940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742940


Comments

No comments written yet.

Please login to write comment.