Color Hex Logo

#780353 Color Hex

#780353
(120,3,83)
0 Favorites   0 Comments

Color spaces of #780353

RGB 120383
HSL0.890.950.24
HSV319°98°47°
CMYK 0.000.980.31   0.53
XYZ9.33964.68278.5952
Yxy4.68270.41290.2070
Hunter Lab21.639539.1712-8.4022
CIE-Lab25.811050.5082-13.7071

#780353 color RGB value is (120,3,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000011 01010011
Octal 170 3 123
Decimal 120 3 83
Hex 78 3 53

RGB Percentages of Color #780353

%58.25
%1.46
%40.29

CMYK Percentages of Color #780353

%0
%98
%31
%53

Triadic Colors of #780353

#780353 #537803 #035378

Analogous Colors of #780353

#780353 #780319 #620378

Monochromatic Colors of #780353

#780353

Complementary Color

#780353 #037828

#780353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780353 Color CSS Codes

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

#780353 Text Font Color

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

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


#780353 Background Color

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

This div background color is #780353


#780353 Border Color

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

This div border color is #780353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780353


Comments

No comments written yet.

Please login to write comment.