Color Hex Logo

#78013f Color Hex

#78013F
(120,1,63)
0 Favorites   0 Comments

Color spaces of #78013f

RGB 120163
HSL0.910.980.24
HSV329°99°47°
CMYK 0.000.990.48   0.53
XYZ8.65384.37375.0907
Yxy4.37370.47760.2414
Hunter Lab20.913437.26350.2071
CIE-Lab24.870348.7713-1.5843

#78013f color RGB value is (120,1,63).

#78013f hex color red value is 120, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #78013f hue: 0.91 , saturation: 0.98 and the lightness value of 78013f is 0.24.

The process color (four color CMYK) of #78013f color hex is 0.00, 0.99, 0.48, 0.53. Web safe color of #78013f is #660033. Color #78013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000001 00111111
Octal 170 1 77
Decimal 120 1 63
Hex 78 1 3F

RGB Percentages of Color #78013f

%65.22
%0.54
%34.24

CMYK Percentages of Color #78013f

%0
%99
%48
%53

Triadic Colors of #78013f

#78013f #3f7801 #013f78

Analogous Colors of #78013f

#78013f #780104 #760178

Monochromatic Colors of #78013f

#78013f

Complementary Color

#78013f #01783a

#78013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78013f Color CSS Codes

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

#78013f Text Font Color

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

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


#78013f Background Color

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

This div background color is #78013f


#78013f Border Color

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

This div border color is #78013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78013f


Comments

No comments written yet.

Please login to write comment.