Color Hex Logo

#780660 Color Hex

#780660
(120,6,96)
0 Favorites   0 Comments

Color spaces of #780660

RGB 120696
HSL0.870.900.25
HSV313°95°47°
CMYK 0.000.950.20   0.53
XYZ9.92224.967811.5023
Yxy4.96780.37600.1882
Hunter Lab22.288640.4579-14.9954
CIE-Lab26.642851.6236-21.0228

#780660 color RGB value is (120,6,96).

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

The process color (four color CMYK) of #780660 color hex is 0.00, 0.95, 0.20, 0.53. Web safe color of #780660 is #660066. Color #780660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 01100000
Octal 170 6 140
Decimal 120 6 96
Hex 78 6 60

RGB Percentages of Color #780660

%54.05
%2.70
%43.24

CMYK Percentages of Color #780660

%0
%95
%20
%53

Triadic Colors of #780660

#780660 #607806 #066078

Analogous Colors of #780660

#780660 #780627 #570678

Monochromatic Colors of #780660

#780660

Complementary Color

#780660 #06781e

#780660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780660 Color CSS Codes

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

#780660 Text Font Color

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

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


#780660 Background Color

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

This div background color is #780660


#780660 Border Color

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

This div border color is #780660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780660


Comments

No comments written yet.

Please login to write comment.