Color Hex Logo

#742108 Color Hex

#742108
(116,33,8)
0 Favorites   0 Comments

Color spaces of #742108

RGB 116338
HSL0.040.870.24
HSV14°93°45°
CMYK 0.000.720.93   0.55
XYZ7.79014.81820.7492
Yxy4.81820.58320.3607
Hunter Lab21.950424.935713.3416
CIE-Lab26.210435.247834.4742

#742108 color RGB value is (116,33,8).

#742108 hex color red value is 116, green value is 33 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #742108 hue: 0.04 , saturation: 0.87 and the lightness value of 742108 is 0.24.

The process color (four color CMYK) of #742108 color hex is 0.00, 0.72, 0.93, 0.55. Web safe color of #742108 is #663300. Color #742108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100001 00001000
Octal 164 41 10
Decimal 116 33 8
Hex 74 21 8

RGB Percentages of Color #742108

%73.89
%21.02
%5.10

CMYK Percentages of Color #742108

%0
%72
%93
%55

Triadic Colors of #742108

#742108 #087421 #210874

Analogous Colors of #742108

#742108 #745708 #740825

Monochromatic Colors of #742108

#742108

Complementary Color

#742108 #085b74

#742108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742108 Color CSS Codes

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

#742108 Text Font Color

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

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


#742108 Background Color

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

This div background color is #742108


#742108 Border Color

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

This div border color is #742108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742108


Comments

No comments written yet.

Please login to write comment.