Color Hex Logo

#781313 Color Hex

#781313
(120,19,19)
0 Favorites   0 Comments

Color spaces of #781313

RGB 1201919
HSL0.000.730.27
HSV84°47°
CMYK 0.000.840.84   0.53
XYZ8.09614.50581.0591
Yxy4.50580.59260.3298
Hunter Lab21.226930.934311.9006
CIE-Lab25.277742.075528.4755

#781313 color RGB value is (120,19,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 00010011
Octal 170 23 23
Decimal 120 19 19
Hex 78 13 13

RGB Percentages of Color #781313

%75.95
%12.03
%12.03

CMYK Percentages of Color #781313

%0
%84
%84
%53

Triadic Colors of #781313

#781313 #137813 #131378

Analogous Colors of #781313

#781313 #784613 #781346

Monochromatic Colors of #781313

#781313

Complementary Color

#781313 #137878

#781313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781313 Color CSS Codes

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

#781313 Text Font Color

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

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


#781313 Background Color

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

This div background color is #781313


#781313 Border Color

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

This div border color is #781313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781313

#781313 Color Palettes


Comments

No comments written yet.

Please login to write comment.