Color Hex Logo

#741802 Color Hex

#741802
(116,24,2)
0 Favorites   0 Comments

Color spaces of #741802

RGB 116242
HSL0.030.970.23
HSV12°98°45°
CMYK 0.000.790.98   0.55
XYZ7.54014.37070.5036
Yxy4.37070.60740.3521
Hunter Lab20.906227.792513.2061
CIE-Lab24.860938.715835.6605

#741802 color RGB value is (116,24,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011000 00000010
Octal 164 30 2
Decimal 116 24 2
Hex 74 18 2

RGB Percentages of Color #741802

%81.69
%16.90
%1.41

CMYK Percentages of Color #741802

%0
%79
%98
%55

Triadic Colors of #741802

#741802 #027418 #180274

Analogous Colors of #741802

#741802 #745102 #740225

Monochromatic Colors of #741802

#741802

Complementary Color

#741802 #025e74

#741802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741802 Color CSS Codes

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

#741802 Text Font Color

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

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


#741802 Background Color

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

This div background color is #741802


#741802 Border Color

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

This div border color is #741802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741802


Comments

No comments written yet.

Please login to write comment.