Color Hex Logo

#78387e Color Hex

#78387E
(120,56,126)
0 Favorites   0 Comments

Color spaces of #78387e

RGB 12056126
HSL0.820.380.36
HSV295°56°49°
CMYK 0.050.560.00   0.51
XYZ12.92588.327820.6648
Yxy8.32780.30840.1987
Hunter Lab28.857929.4508-22.2563
CIE-Lab34.656538.7775-27.5967

#78387e color RGB value is (120,56,126).

#78387e hex color red value is 120, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #78387e hue: 0.82 , saturation: 0.38 and the lightness value of 78387e is 0.36.

The process color (four color CMYK) of #78387e color hex is 0.05, 0.56, 0.00, 0.51. Web safe color of #78387e is #663366. Color #78387e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111000 01111110
Octal 170 70 176
Decimal 120 56 126
Hex 78 38 7E

RGB Percentages of Color #78387e

%39.74
%18.54
%41.72

CMYK Percentages of Color #78387e

%5
%56
%0
%51

Triadic Colors of #78387e

#78387e #7e7838 #387e78

Analogous Colors of #78387e

#78387e #7e3861 #55387e

Monochromatic Colors of #78387e

#78387e

Complementary Color

#78387e #3e7e38

#78387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78387e Color CSS Codes

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

#78387e Text Font Color

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

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


#78387e Background Color

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

This div background color is #78387e


#78387e Border Color

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

This div border color is #78387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78387e


Comments

No comments written yet.

Please login to write comment.