Color Hex Logo

#742049 Color Hex

#742049
(116,32,73)
0 Favorites   0 Comments

Color spaces of #742049

RGB 1163273
HSL0.920.570.29
HSV331°72°45°
CMYK 0.000.720.37   0.55
XYZ8.92165.22716.8420
Yxy5.22710.42500.2490
Hunter Lab22.862929.6447-1.7393
CIE-Lab27.372240.2838-4.7332

#742049 color RGB value is (116,32,73).

#742049 hex color red value is 116, green value is 32 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #742049 hue: 0.92 , saturation: 0.57 and the lightness value of 742049 is 0.29.

The process color (four color CMYK) of #742049 color hex is 0.00, 0.72, 0.37, 0.55. Web safe color of #742049 is #663333. Color #742049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 01001001
Octal 164 40 111
Decimal 116 32 73
Hex 74 20 49

RGB Percentages of Color #742049

%52.49
%14.48
%33.03

CMYK Percentages of Color #742049

%0
%72
%37
%55

Triadic Colors of #742049

#742049 #497420 #204974

Analogous Colors of #742049

#742049 #742120 #742073

Monochromatic Colors of #742049

#742049

Complementary Color

#742049 #20744b

#742049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742049 Color CSS Codes

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

#742049 Text Font Color

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

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


#742049 Background Color

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

This div background color is #742049


#742049 Border Color

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

This div border color is #742049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742049


Comments

No comments written yet.

Please login to write comment.