Color Hex Logo

#78314e Color Hex

#78314E
(120,49,78)
0 Favorites   0 Comments

Color spaces of #78314e

RGB 1204978
HSL0.930.420.33
HSV335°59°47°
CMYK 0.000.590.35   0.53
XYZ10.21926.73987.9700
Yxy6.73980.40990.2704
Hunter Lab25.961124.8318-0.0291
CIE-Lab31.207134.2762-2.2707

#78314e color RGB value is (120,49,78).

#78314e hex color red value is 120, green value is 49 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #78314e hue: 0.93 , saturation: 0.42 and the lightness value of 78314e is 0.33.

The process color (four color CMYK) of #78314e color hex is 0.00, 0.59, 0.35, 0.53. Web safe color of #78314e is #663366. Color #78314e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110001 01001110
Octal 170 61 116
Decimal 120 49 78
Hex 78 31 4E

RGB Percentages of Color #78314e

%48.58
%19.84
%31.58

CMYK Percentages of Color #78314e

%0
%59
%35
%53

Triadic Colors of #78314e

#78314e #4e7831 #314e78

Analogous Colors of #78314e

#78314e #783831 #783172

Monochromatic Colors of #78314e

#78314e

Complementary Color

#78314e #31785b

#78314e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78314e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78314e Color CSS Codes

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

#78314e Text Font Color

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

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


#78314e Background Color

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

This div background color is #78314e


#78314e Border Color

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

This div border color is #78314e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78314e


Comments

No comments written yet.

Please login to write comment.