Color Hex Logo

#741146 Color Hex

#741146
(116,17,70)
0 Favorites   0 Comments

Color spaces of #741146

RGB 1161770
HSL0.910.740.26
HSV328°85°45°
CMYK 0.000.850.40   0.55
XYZ8.50844.55616.2253
Yxy4.55610.44110.2362
Hunter Lab21.345033.7986-2.3505
CIE-Lab25.430745.0887-5.6161

#741146 color RGB value is (116,17,70).

#741146 hex color red value is 116, green value is 17 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #741146 hue: 0.91 , saturation: 0.74 and the lightness value of 741146 is 0.26.

The process color (four color CMYK) of #741146 color hex is 0.00, 0.85, 0.40, 0.55. Web safe color of #741146 is #660033. Color #741146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010001 01000110
Octal 164 21 106
Decimal 116 17 70
Hex 74 11 46

RGB Percentages of Color #741146

%57.14
%8.37
%34.48

CMYK Percentages of Color #741146

%0
%85
%40
%55

Triadic Colors of #741146

#741146 #467411 #114674

Analogous Colors of #741146

#741146 #741115 #711174

Monochromatic Colors of #741146

#741146

Complementary Color

#741146 #11743f

#741146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741146 Color CSS Codes

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

#741146 Text Font Color

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

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


#741146 Background Color

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

This div background color is #741146


#741146 Border Color

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

This div border color is #741146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741146


Comments

No comments written yet.

Please login to write comment.