Color Hex Logo

#781320 Color Hex

#781320
(120,19,32)
0 Favorites   0 Comments

Color spaces of #781320

RGB 1201932
HSL0.980.730.27
HSV352°84°47°
CMYK 0.000.840.73   0.53
XYZ8.23934.56311.8130
Yxy4.56310.56370.3122
Hunter Lab21.361431.46679.9209
CIE-Lab25.451942.613920.3976

#781320 color RGB value is (120,19,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 00100000
Octal 170 23 40
Decimal 120 19 32
Hex 78 13 20

RGB Percentages of Color #781320

%70.18
%11.11
%18.71

CMYK Percentages of Color #781320

%0
%84
%73
%53

Triadic Colors of #781320

#781320 #207813 #132078

Analogous Colors of #781320

#781320 #783813 #781353

Monochromatic Colors of #781320

#781320

Complementary Color

#781320 #13786b

#781320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781320 Color CSS Codes

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

#781320 Text Font Color

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

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


#781320 Background Color

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

This div background color is #781320


#781320 Border Color

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

This div border color is #781320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781320


Comments

No comments written yet.

Please login to write comment.