Color Hex Logo

#78366f Color Hex

#78366F
(120,54,111)
0 Favorites   0 Comments

Color spaces of #78366f

RGB 12054111
HSL0.860.380.34
HSV308°55°47°
CMYK 0.000.550.08   0.53
XYZ11.93417.779115.9114
Yxy7.77910.33500.2184
Hunter Lab27.891027.5678-14.3003
CIE-Lab33.518536.9308-19.9679

#78366f color RGB value is (120,54,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110110 01101111
Octal 170 66 157
Decimal 120 54 111
Hex 78 36 6F

RGB Percentages of Color #78366f

%42.11
%18.95
%38.95

CMYK Percentages of Color #78366f

%0
%55
%8
%53

Triadic Colors of #78366f

#78366f #6f7836 #366f78

Analogous Colors of #78366f

#78366f #78364e #603678

Monochromatic Colors of #78366f

#78366f

Complementary Color

#78366f #36783f

#78366f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78366f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78366f Color CSS Codes

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

#78366f Text Font Color

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

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


#78366f Background Color

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

This div background color is #78366f


#78366f Border Color

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

This div border color is #78366f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78366f


Comments

No comments written yet.

Please login to write comment.