Color Hex Logo

#790660 Color Hex

#790660
(121,6,96)
0 Favorites   0 Comments

Color spaces of #790660

RGB 121696
HSL0.870.910.25
HSV313°95°47°
CMYK 0.000.950.21   0.53
XYZ10.06165.039711.5088
Yxy5.03970.37810.1894
Hunter Lab22.449340.7162-14.6810
CIE-Lab26.847651.8385-20.6876

#790660 color RGB value is (121,6,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000110 01100000
Octal 171 6 140
Decimal 121 6 96
Hex 79 6 60

RGB Percentages of Color #790660

%54.26
%2.69
%43.05

CMYK Percentages of Color #790660

%0
%95
%21
%53

Triadic Colors of #790660

#790660 #607906 #066079

Analogous Colors of #790660

#790660 #790626 #580679

Monochromatic Colors of #790660

#790660

Complementary Color

#790660 #06791f

#790660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790660 Color CSS Codes

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

#790660 Text Font Color

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

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


#790660 Background Color

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

This div background color is #790660


#790660 Border Color

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

This div border color is #790660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790660


Comments

No comments written yet.

Please login to write comment.