Color Hex Logo

#781959 Color Hex

#781959
(120,25,89)
0 Favorites   0 Comments

Color spaces of #781959

RGB 1202589
HSL0.890.660.28
HSV320°79°47°
CMYK 0.000.790.26   0.53
XYZ9.89655.40969.9737
Yxy5.40960.39150.2140
Hunter Lab23.258535.2492-9.1437
CIE-Lab27.871246.1254-14.5161

#781959 color RGB value is (120,25,89).

#781959 hex color red value is 120, green value is 25 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #781959 hue: 0.89 , saturation: 0.66 and the lightness value of 781959 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011001 01011001
Octal 170 31 131
Decimal 120 25 89
Hex 78 19 59

RGB Percentages of Color #781959

%51.28
%10.68
%38.03

CMYK Percentages of Color #781959

%0
%79
%26
%53

Triadic Colors of #781959

#781959 #597819 #195978

Analogous Colors of #781959

#781959 #781929 #681978

Monochromatic Colors of #781959

#781959

Complementary Color

#781959 #197838

#781959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781959 Color CSS Codes

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

#781959 Text Font Color

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

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


#781959 Background Color

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

This div background color is #781959


#781959 Border Color

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

This div border color is #781959


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,25,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 #781959">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781959


Comments

No comments written yet.

Please login to write comment.