Color Hex Logo

#780449 Color Hex

#780449
(120,4,73)
0 Favorites   0 Comments

Color spaces of #780449

RGB 120473
HSL0.900.940.24
HSV324°97°47°
CMYK 0.000.970.39   0.53
XYZ8.99174.56096.7098
Yxy4.56090.44380.2251
Hunter Lab21.356337.7810-3.6786
CIE-Lab25.445349.1833-7.5401

#780449 color RGB value is (120,4,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000100 01001001
Octal 170 4 111
Decimal 120 4 73
Hex 78 4 49

RGB Percentages of Color #780449

%60.91
%2.03
%37.06

CMYK Percentages of Color #780449

%0
%97
%39
%53

Triadic Colors of #780449

#780449 #497804 #044978

Analogous Colors of #780449

#780449 #78040f #6d0478

Monochromatic Colors of #780449

#780449

Complementary Color

#780449 #047833

#780449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780449 Color CSS Codes

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

#780449 Text Font Color

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

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


#780449 Background Color

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

This div background color is #780449


#780449 Border Color

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

This div border color is #780449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780449


Comments

No comments written yet.

Please login to write comment.