Color Hex Logo

#78131d Color Hex

#78131D
(120,19,29)
0 Favorites   0 Comments

Color spaces of #78131d

RGB 1201929
HSL0.980.730.27
HSV354°84°47°
CMYK 0.000.840.76   0.53
XYZ8.20044.54751.6079
Yxy4.54750.57120.3168
Hunter Lab21.324931.323010.4569
CIE-Lab25.404642.469022.3195

#78131d color RGB value is (120,19,29).

#78131d hex color red value is 120, green value is 19 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #78131d hue: 0.98 , saturation: 0.73 and the lightness value of 78131d is 0.27.

The process color (four color CMYK) of #78131d color hex is 0.00, 0.84, 0.76, 0.53. Web safe color of #78131d is #660033. Color #78131d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 00011101
Octal 170 23 35
Decimal 120 19 29
Hex 78 13 1D

RGB Percentages of Color #78131d

%71.43
%11.31
%17.26

CMYK Percentages of Color #78131d

%0
%84
%76
%53

Triadic Colors of #78131d

#78131d #1d7813 #131d78

Analogous Colors of #78131d

#78131d #783c13 #78134f

Monochromatic Colors of #78131d

#78131d

Complementary Color

#78131d #13786e

#78131d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78131d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78131d Color CSS Codes

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

#78131d Text Font Color

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

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


#78131d Background Color

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

This div background color is #78131d


#78131d Border Color

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

This div border color is #78131d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,19,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78131d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78131d;
  -webkit-box-shadow: 1px 1px 3px 2px #78131d;
  box-shadow:         1px 1px 3px 2px #78131d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78131d


Comments

No comments written yet.

Please login to write comment.