Color Hex Logo

#741434 Color Hex

#741434
(116,20,52)
0 Favorites   0 Comments

Color spaces of #741434

RGB 1162052
HSL0.940.710.27
HSV340°83°45°
CMYK 0.000.830.55   0.55
XYZ8.07244.46123.6845
Yxy4.46120.49770.2751
Hunter Lab21.121631.25784.4424
CIE-Lab25.141042.44966.2430

#741434 color RGB value is (116,20,52).

#741434 hex color red value is 116, green value is 20 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #741434 hue: 0.94 , saturation: 0.71 and the lightness value of 741434 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010100 00110100
Octal 164 24 64
Decimal 116 20 52
Hex 74 14 34

RGB Percentages of Color #741434

%61.70
%10.64
%27.66

CMYK Percentages of Color #741434

%0
%83
%55
%55

Triadic Colors of #741434

#741434 #347414 #143474

Analogous Colors of #741434

#741434 #742414 #741464

Monochromatic Colors of #741434

#741434

Complementary Color

#741434 #147454

#741434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741434 Color CSS Codes

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

#741434 Text Font Color

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

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


#741434 Background Color

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

This div background color is #741434


#741434 Border Color

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

This div border color is #741434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741434


Comments

No comments written yet.

Please login to write comment.