Color Hex Logo

#78366c Color Hex

#78366C
(120,54,108)
0 Favorites   0 Comments

Color spaces of #78366c

RGB 12054108
HSL0.860.380.34
HSV311°55°47°
CMYK 0.000.550.10   0.53
XYZ11.77177.714115.0559
Yxy7.71410.34080.2233
Hunter Lab27.774327.0495-12.6980
CIE-Lab33.380236.3861-18.2835

#78366c color RGB value is (120,54,108).

#78366c hex color red value is 120, green value is 54 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #78366c hue: 0.86 , saturation: 0.38 and the lightness value of 78366c is 0.34.

The process color (four color CMYK) of #78366c color hex is 0.00, 0.55, 0.10, 0.53. Web safe color of #78366c is #663366. Color #78366c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110110 01101100
Octal 170 66 154
Decimal 120 54 108
Hex 78 36 6C

RGB Percentages of Color #78366c

%42.55
%19.15
%38.30

CMYK Percentages of Color #78366c

%0
%55
%10
%53

Triadic Colors of #78366c

#78366c #6c7836 #366c78

Analogous Colors of #78366c

#78366c #78364b #633678

Monochromatic Colors of #78366c

#78366c

Complementary Color

#78366c #367842

#78366c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78366c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78366c Color CSS Codes

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

#78366c Text Font Color

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

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


#78366c Background Color

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

This div background color is #78366c


#78366c Border Color

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

This div border color is #78366c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78366c


Comments

No comments written yet.

Please login to write comment.