Color Hex Logo

#78295e Color Hex

#78295E
(120,41,94)
0 Favorites   0 Comments

Color spaces of #78295e

RGB 1204194
HSL0.890.490.32
HSV320°66°47°
CMYK 0.000.660.22   0.53
XYZ10.55906.387111.2660
Yxy6.38710.37430.2264
Hunter Lab25.272730.3505-8.7392
CIE-Lab30.368840.4959-13.9468

#78295e color RGB value is (120,41,94).

#78295e hex color red value is 120, green value is 41 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #78295e hue: 0.89 , saturation: 0.49 and the lightness value of 78295e is 0.32.

The process color (four color CMYK) of #78295e color hex is 0.00, 0.66, 0.22, 0.53. Web safe color of #78295e is #663366. Color #78295e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101001 01011110
Octal 170 51 136
Decimal 120 41 94
Hex 78 29 5E

RGB Percentages of Color #78295e

%47.06
%16.08
%36.86

CMYK Percentages of Color #78295e

%0
%66
%22
%53

Triadic Colors of #78295e

#78295e #5e7829 #295e78

Analogous Colors of #78295e

#78295e #782937 #6b2978

Monochromatic Colors of #78295e

#78295e

Complementary Color

#78295e #297843

#78295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78295e Color CSS Codes

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

#78295e Text Font Color

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

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


#78295e Background Color

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

This div background color is #78295e


#78295e Border Color

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

This div border color is #78295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78295e


Comments

No comments written yet.

Please login to write comment.