Color Hex Logo

#78386d Color Hex

#78386D
(120,56,109)
0 Favorites   0 Comments

Color spaces of #78386d

RGB 12056109
HSL0.860.360.35
HSV310°53°47°
CMYK 0.000.530.09   0.53
XYZ11.92027.925515.3695
Yxy7.92550.33850.2251
Hunter Lab28.152326.3138-12.6623
CIE-Lab33.827235.5029-18.2259

#78386d color RGB value is (120,56,109).

#78386d hex color red value is 120, green value is 56 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #78386d hue: 0.86 , saturation: 0.36 and the lightness value of 78386d is 0.35.

The process color (four color CMYK) of #78386d color hex is 0.00, 0.53, 0.09, 0.53. Web safe color of #78386d is #663366. Color #78386d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111000 01101101
Octal 170 70 155
Decimal 120 56 109
Hex 78 38 6D

RGB Percentages of Color #78386d

%42.11
%19.65
%38.25

CMYK Percentages of Color #78386d

%0
%53
%9
%53

Triadic Colors of #78386d

#78386d #6d7838 #386d78

Analogous Colors of #78386d

#78386d #78384d #633878

Monochromatic Colors of #78386d

#78386d

Complementary Color

#78386d #387843

#78386d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78386d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78386d Color CSS Codes

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

#78386d Text Font Color

<p style="color:#78386d">Text here</p>

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


#78386d Background Color

<div style="background-color:#78386d">
Div content here</div>

This div background color is #78386d


#78386d Border Color

<div style="border:3px solid #78386d">
Div here</div>

This div border color is #78386d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78386d


Comments

No comments written yet.

Please login to write comment.