Color Hex Logo

#78369e Color Hex

#78369E
(120,54,158)
0 Favorites   0 Comments

Color spaces of #78369e

RGB 12054158
HSL0.770.490.42
HSV278°66°62°
CMYK 0.240.660.00   0.38
XYZ15.23659.100033.3012
Yxy9.10000.26430.1579
Hunter Lab30.166237.3668-44.3353
CIE-Lab36.176146.7170-44.7915

#78369e color RGB value is (120,54,158).

#78369e hex color red value is 120, green value is 54 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #78369e hue: 0.77 , saturation: 0.49 and the lightness value of 78369e is 0.42.

The process color (four color CMYK) of #78369e color hex is 0.24, 0.66, 0.00, 0.38. Web safe color of #78369e is #663399. Color #78369e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110110 10011110
Octal 170 66 236
Decimal 120 54 158
Hex 78 36 9E

RGB Percentages of Color #78369e

%36.14
%16.27
%47.59

CMYK Percentages of Color #78369e

%24
%66
%0
%38

Triadic Colors of #78369e

#78369e #9e7836 #369e78

Analogous Colors of #78369e

#78369e #9e3690 #44369e

Monochromatic Colors of #78369e

#78369e

Complementary Color

#78369e #5c9e36

#78369e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78369e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78369e Color CSS Codes

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

#78369e Text Font Color

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

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


#78369e Background Color

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

This div background color is #78369e


#78369e Border Color

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

This div border color is #78369e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78369e


Comments

No comments written yet.

Please login to write comment.