Color Hex Logo

#780373 Color Hex

#780373
(120,3,115)
0 Favorites   0 Comments

Color spaces of #780373

RGB 1203115
HSL0.840.950.24
HSV303°98°47°
CMYK 0.000.980.04   0.53
XYZ10.87285.296016.6688
Yxy5.29600.33110.1613
Hunter Lab23.013044.0617-26.8358
CIE-Lab27.562054.9523-31.8836

#780373 color RGB value is (120,3,115).

#780373 hex color red value is 120, green value is 3 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #780373 hue: 0.84 , saturation: 0.95 and the lightness value of 780373 is 0.24.

The process color (four color CMYK) of #780373 color hex is 0.00, 0.98, 0.04, 0.53. Web safe color of #780373 is #660066. Color #780373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000011 01110011
Octal 170 3 163
Decimal 120 3 115
Hex 78 3 73

RGB Percentages of Color #780373

%50.42
%1.26
%48.32

CMYK Percentages of Color #780373

%0
%98
%4
%53

Triadic Colors of #780373

#780373 #737803 #037378

Analogous Colors of #780373

#780373 #780339 #430378

Monochromatic Colors of #780373

#780373

Complementary Color

#780373 #037808

#780373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780373 Color CSS Codes

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

#780373 Text Font Color

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

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


#780373 Background Color

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

This div background color is #780373


#780373 Border Color

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

This div border color is #780373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780373


Comments

No comments written yet.

Please login to write comment.