Color Hex Logo

#74030a Color Hex

#74030A
(116,3,10)
0 Favorites   0 Comments

Color spaces of #74030a

RGB 116310
HSL0.990.950.23
HSV356°97°45°
CMYK 0.000.970.91   0.55
XYZ7.28983.80000.6364
Yxy3.80000.62170.3241
Hunter Lab19.493632.637911.7099
CIE-Lab22.998944.337730.5506

#74030a color RGB value is (116,3,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000011 00001010
Octal 164 3 12
Decimal 116 3 10
Hex 74 3 A

RGB Percentages of Color #74030a

%89.92
%2.33
%7.75

CMYK Percentages of Color #74030a

%0
%97
%91
%55

Triadic Colors of #74030a

#74030a #0a7403 #030a74

Analogous Colors of #74030a

#74030a #743403 #740343

Monochromatic Colors of #74030a

#74030a

Complementary Color

#74030a #03746d

#74030a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74030a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74030a Color CSS Codes

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

#74030a Text Font Color

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

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


#74030a Background Color

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

This div background color is #74030a


#74030a Border Color

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

This div border color is #74030a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,3,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 #74030a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74030a


Comments

No comments written yet.

Please login to write comment.