Color Hex Logo

#740506 Color Hex

#740506
(116,5,6)
0 Favorites   0 Comments

Color spaces of #740506

RGB 11656
HSL1.000.920.24
HSV359°96°45°
CMYK 0.000.960.95   0.55
XYZ7.28963.83470.5283
Yxy3.83470.62560.3291
Hunter Lab19.582432.177912.1081
CIE-Lab23.117343.825632.3008

#740506 color RGB value is (116,5,6).

#740506 hex color red value is 116, green value is 5 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #740506 hue: 1.00 , saturation: 0.92 and the lightness value of 740506 is 0.24.

The process color (four color CMYK) of #740506 color hex is 0.00, 0.96, 0.95, 0.55. Web safe color of #740506 is #660000. Color #740506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000101 00000110
Octal 164 5 6
Decimal 116 5 6
Hex 74 5 6

RGB Percentages of Color #740506

%91.34
%3.94
%4.72

CMYK Percentages of Color #740506

%0
%96
%95
%55

Triadic Colors of #740506

#740506 #067405 #050674

Analogous Colors of #740506

#740506 #743b05 #74053e

Monochromatic Colors of #740506

#740506

Complementary Color

#740506 #057473

#740506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740506 Color CSS Codes

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

#740506 Text Font Color

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

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


#740506 Background Color

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

This div background color is #740506


#740506 Border Color

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

This div border color is #740506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740506


Comments

No comments written yet.

Please login to write comment.