Color Hex Logo

#740211 Color Hex

#740211
(116,2,17)
0 Favorites   0 Comments

Color spaces of #740211

RGB 116217
HSL0.980.970.23
HSV352°98°45°
CMYK 0.000.980.85   0.55
XYZ7.32533.79690.8771
Yxy3.79690.61050.3164
Hunter Lab19.485633.004210.9711
CIE-Lab22.988344.727727.0895

#740211 color RGB value is (116,2,17).

#740211 hex color red value is 116, green value is 2 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #740211 hue: 0.98 , saturation: 0.97 and the lightness value of 740211 is 0.23.

The process color (four color CMYK) of #740211 color hex is 0.00, 0.98, 0.85, 0.55. Web safe color of #740211 is #660000. Color #740211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000010 00010001
Octal 164 2 21
Decimal 116 2 17
Hex 74 2 11

RGB Percentages of Color #740211

%85.93
%1.48
%12.59

CMYK Percentages of Color #740211

%0
%98
%85
%55

Triadic Colors of #740211

#740211 #117402 #021174

Analogous Colors of #740211

#740211 #742c02 #74024a

Monochromatic Colors of #740211

#740211

Complementary Color

#740211 #027465

#740211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740211 Color CSS Codes

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

#740211 Text Font Color

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

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


#740211 Background Color

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

This div background color is #740211


#740211 Border Color

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

This div border color is #740211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740211


Comments

No comments written yet.

Please login to write comment.