Color Hex Logo

#78041e Color Hex

#78041E
(120,4,30)
0 Favorites   0 Comments

Color spaces of #78041e

RGB 120430
HSL0.960.940.24
HSV347°97°47°
CMYK 0.000.970.75   0.53
XYZ8.02354.17361.6110
Yxy4.17360.58110.3023
Hunter Lab20.429434.35329.6251
CIE-Lab24.237245.900520.2753

#78041e color RGB value is (120,4,30).

#78041e hex color red value is 120, green value is 4 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #78041e hue: 0.96 , saturation: 0.94 and the lightness value of 78041e is 0.24.

The process color (four color CMYK) of #78041e color hex is 0.00, 0.97, 0.75, 0.53. Web safe color of #78041e is #660033. Color #78041e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000100 00011110
Octal 170 4 36
Decimal 120 4 30
Hex 78 4 1E

RGB Percentages of Color #78041e

%77.92
%2.60
%19.48

CMYK Percentages of Color #78041e

%0
%97
%75
%53

Triadic Colors of #78041e

#78041e #1e7804 #041e78

Analogous Colors of #78041e

#78041e #782404 #780458

Monochromatic Colors of #78041e

#78041e

Complementary Color

#78041e #04785e

#78041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78041e Color CSS Codes

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

#78041e Text Font Color

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

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


#78041e Background Color

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

This div background color is #78041e


#78041e Border Color

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

This div border color is #78041e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,4,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78041e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78041e;
  -webkit-box-shadow: 1px 1px 3px 2px #78041e;
  box-shadow:         1px 1px 3px 2px #78041e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78041e


Comments

No comments written yet.

Please login to write comment.