Color Hex Logo

#74060a Color Hex

#74060A
(116,6,10)
0 Favorites   0 Comments

Color spaces of #74060a

RGB 116610
HSL0.990.900.24
HSV358°95°45°
CMYK 0.000.950.91   0.55
XYZ7.32243.86520.6473
Yxy3.86520.61870.3266
Hunter Lab19.660132.077111.8100
CIE-Lab23.220743.697930.7771

#74060a color RGB value is (116,6,10).

#74060a hex color red value is 116, green value is 6 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #74060a hue: 0.99 , saturation: 0.90 and the lightness value of 74060a is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000110 00001010
Octal 164 6 12
Decimal 116 6 10
Hex 74 6 A

RGB Percentages of Color #74060a

%87.88
%4.55
%7.58

CMYK Percentages of Color #74060a

%0
%95
%91
%55

Triadic Colors of #74060a

#74060a #0a7406 #060a74

Analogous Colors of #74060a

#74060a #743906 #740641

Monochromatic Colors of #74060a

#74060a

Complementary Color

#74060a #067470

#74060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74060a Color CSS Codes

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

#74060a Text Font Color

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

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


#74060a Background Color

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

This div background color is #74060a


#74060a Border Color

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

This div border color is #74060a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74060a


Comments

No comments written yet.

Please login to write comment.