Color Hex Logo

#780959 Color Hex

#780959
(120,9,89)
0 Favorites   0 Comments

Color spaces of #780959

RGB 120989
HSL0.880.860.25
HSV317°93°47°
CMYK 0.000.930.26   0.53
XYZ9.64664.90979.8904
Yxy4.90970.39460.2008
Hunter Lab22.157838.9352-10.9543
CIE-Lab26.475950.1427-16.6701

#780959 color RGB value is (120,9,89).

#780959 hex color red value is 120, green value is 9 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #780959 hue: 0.88 , saturation: 0.86 and the lightness value of 780959 is 0.25.

The process color (four color CMYK) of #780959 color hex is 0.00, 0.93, 0.26, 0.53. Web safe color of #780959 is #660066. Color #780959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001001 01011001
Octal 170 11 131
Decimal 120 9 89
Hex 78 9 59

RGB Percentages of Color #780959

%55.05
%4.13
%40.83

CMYK Percentages of Color #780959

%0
%93
%26
%53

Triadic Colors of #780959

#780959 #597809 #095978

Analogous Colors of #780959

#780959 #780922 #5f0978

Monochromatic Colors of #780959

#780959

Complementary Color

#780959 #097828

#780959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780959 Color CSS Codes

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

#780959 Text Font Color

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

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


#780959 Background Color

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

This div background color is #780959


#780959 Border Color

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

This div border color is #780959


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,9,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #780959; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #780959;
  -webkit-box-shadow: 1px 1px 3px 2px #780959;
  box-shadow:         1px 1px 3px 2px #780959; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780959


Comments

No comments written yet.

Please login to write comment.