Color Hex Logo

#78365b Color Hex

#78365B
(120,54,91)
0 Favorites   0 Comments

Color spaces of #78365b

RGB 1205491
HSL0.910.380.34
HSV326°55°47°
CMYK 0.000.550.24   0.53
XYZ10.95327.386710.7460
Yxy7.38670.37660.2540
Hunter Lab27.178524.3749-4.4175
CIE-Lab32.671533.5251-8.5092

#78365b color RGB value is (120,54,91).

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

The process color (four color CMYK) of #78365b color hex is 0.00, 0.55, 0.24, 0.53. Web safe color of #78365b is #663366. Color #78365b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110110 01011011
Octal 170 66 133
Decimal 120 54 91
Hex 78 36 5B

RGB Percentages of Color #78365b

%45.28
%20.38
%34.34

CMYK Percentages of Color #78365b

%0
%55
%24
%53

Triadic Colors of #78365b

#78365b #5b7836 #365b78

Analogous Colors of #78365b

#78365b #78363a #743678

Monochromatic Colors of #78365b

#78365b

Complementary Color

#78365b #367853

#78365b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78365b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78365b Color CSS Codes

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

#78365b Text Font Color

<p style="color:#78365b">Text here</p>

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


#78365b Background Color

<div style="background-color:#78365b">
Div content here</div>

This div background color is #78365b


#78365b Border Color

<div style="border:3px solid #78365b">
Div here</div>

This div border color is #78365b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78365b


Comments

No comments written yet.

Please login to write comment.