Color Hex Logo

#780377 Color Hex

#780377
(120,3,119)
0 Favorites   0 Comments

Color spaces of #780377

RGB 1203119
HSL0.830.950.24
HSV301°98°47°
CMYK 0.000.980.01   0.53
XYZ11.10815.390117.9077
Yxy5.39010.32290.1567
Hunter Lab23.216644.7752-29.4807
CIE-Lab27.818455.5851-34.0289

#780377 color RGB value is (120,3,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000011 01110111
Octal 170 3 167
Decimal 120 3 119
Hex 78 3 77

RGB Percentages of Color #780377

%49.59
%1.24
%49.17

CMYK Percentages of Color #780377

%0
%98
%1
%53

Triadic Colors of #780377

#780377 #777803 #037778

Analogous Colors of #780377

#780377 #78033c #3f0378

Monochromatic Colors of #780377

#780377

Complementary Color

#780377 #037804

#780377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780377 Color CSS Codes

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

#780377 Text Font Color

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

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


#780377 Background Color

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

This div background color is #780377


#780377 Border Color

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

This div border color is #780377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780377


Comments

No comments written yet.

Please login to write comment.