Color Hex Logo

#78355a Color Hex

#78355A
(120,53,90)
0 Favorites   0 Comments

Color spaces of #78355a

RGB 1205390
HSL0.910.390.34
HSV327°56°47°
CMYK 0.000.560.25   0.53
XYZ10.86437.277510.5049
Yxy7.27750.37930.2540
Hunter Lab26.976824.6773-4.2040
CIE-Lab32.430533.9040-8.2283

#78355a color RGB value is (120,53,90).

#78355a hex color red value is 120, green value is 53 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #78355a hue: 0.91 , saturation: 0.39 and the lightness value of 78355a is 0.34.

The process color (four color CMYK) of #78355a color hex is 0.00, 0.56, 0.25, 0.53. Web safe color of #78355a is #663366. Color #78355a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110101 01011010
Octal 170 65 132
Decimal 120 53 90
Hex 78 35 5A

RGB Percentages of Color #78355a

%45.63
%20.15
%34.22

CMYK Percentages of Color #78355a

%0
%56
%25
%53

Triadic Colors of #78355a

#78355a #5a7835 #355a78

Analogous Colors of #78355a

#78355a #783539 #753578

Monochromatic Colors of #78355a

#78355a

Complementary Color

#78355a #357853

#78355a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78355a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78355a Color CSS Codes

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

#78355a Text Font Color

<p style="color:#78355a">Text here</p>

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


#78355a Background Color

<div style="background-color:#78355a">
Div content here</div>

This div background color is #78355a


#78355a Border Color

<div style="border:3px solid #78355a">
Div here</div>

This div border color is #78355a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,53,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78355a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78355a;
  -webkit-box-shadow: 1px 1px 3px 2px #78355a;
  box-shadow:         1px 1px 3px 2px #78355a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78355a


Comments

No comments written yet.

Please login to write comment.