Color Hex Logo

#78104c Color Hex

#78104C
(120,16,76)
0 Favorites   0 Comments

Color spaces of #78104c

RGB 1201676
HSL0.900.760.27
HSV325°87°47°
CMYK 0.000.870.37   0.53
XYZ9.23554.88557.2937
Yxy4.88550.43130.2281
Hunter Lab22.103235.9032-4.0926
CIE-Lab26.406047.0827-8.1117

#78104c color RGB value is (120,16,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010000 01001100
Octal 170 20 114
Decimal 120 16 76
Hex 78 10 4C

RGB Percentages of Color #78104c

%56.60
%7.55
%35.85

CMYK Percentages of Color #78104c

%0
%87
%37
%53

Triadic Colors of #78104c

#78104c #4c7810 #104c78

Analogous Colors of #78104c

#78104c #781018 #701078

Monochromatic Colors of #78104c

#78104c

Complementary Color

#78104c #10783c

#78104c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78104c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78104c Color CSS Codes

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

#78104c Text Font Color

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

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


#78104c Background Color

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

This div background color is #78104c


#78104c Border Color

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

This div border color is #78104c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,16,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 #78104c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78104c


Comments

No comments written yet.

Please login to write comment.