Color Hex Logo

#780849 Color Hex

#780849
(120,8,73)
0 Favorites   0 Comments

Color spaces of #780849

RGB 120873
HSL0.900.880.25
HSV325°93°47°
CMYK 0.000.930.39   0.53
XYZ9.03524.64786.7242
Yxy4.64780.44270.2278
Hunter Lab21.558837.0809-3.4015
CIE-Lab25.706848.4226-7.1456

#780849 color RGB value is (120,8,73).

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

The process color (four color CMYK) of #780849 color hex is 0.00, 0.93, 0.39, 0.53. Web safe color of #780849 is #660033. Color #780849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001000 01001001
Octal 170 10 111
Decimal 120 8 73
Hex 78 8 49

RGB Percentages of Color #780849

%59.70
%3.98
%36.32

CMYK Percentages of Color #780849

%0
%93
%39
%53

Triadic Colors of #780849

#780849 #497808 #084978

Analogous Colors of #780849

#780849 #780811 #6f0878

Monochromatic Colors of #780849

#780849

Complementary Color

#780849 #087837

#780849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780849 Color CSS Codes

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

#780849 Text Font Color

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

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


#780849 Background Color

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

This div background color is #780849


#780849 Border Color

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

This div border color is #780849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780849


Comments

No comments written yet.

Please login to write comment.