Color Hex Logo

#78114c Color Hex

#78114C
(120,17,76)
0 Favorites   0 Comments

Color spaces of #78114c

RGB 1201776
HSL0.900.750.27
HSV326°86°47°
CMYK 0.000.860.37   0.53
XYZ9.25074.91587.2987
Yxy4.91580.43100.2290
Hunter Lab22.171635.6756-3.9976
CIE-Lab26.493546.8317-7.9794

#78114c color RGB value is (120,17,76).

#78114c hex color red value is 120, green value is 17 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #78114c hue: 0.90 , saturation: 0.75 and the lightness value of 78114c is 0.27.

The process color (four color CMYK) of #78114c color hex is 0.00, 0.86, 0.37, 0.53. Web safe color of #78114c is #660033. Color #78114c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010001 01001100
Octal 170 21 114
Decimal 120 17 76
Hex 78 11 4C

RGB Percentages of Color #78114c

%56.34
%7.98
%35.68

CMYK Percentages of Color #78114c

%0
%86
%37
%53

Triadic Colors of #78114c

#78114c #4c7811 #114c78

Analogous Colors of #78114c

#78114c #781119 #711178

Monochromatic Colors of #78114c

#78114c

Complementary Color

#78114c #11783d

#78114c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78114c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78114c Color CSS Codes

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

#78114c Text Font Color

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

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


#78114c Background Color

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

This div background color is #78114c


#78114c Border Color

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

This div border color is #78114c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78114c


Comments

No comments written yet.

Please login to write comment.