Color Hex Logo

#790670 Color Hex

#790670
(121,6,112)
0 Favorites   0 Comments

Color spaces of #790670

RGB 1216112
HSL0.850.910.25
HSV305°95°47°
CMYK 0.000.950.07   0.53
XYZ10.87495.365015.7916
Yxy5.36500.33950.1675
Hunter Lab23.162543.2724-24.2087
CIE-Lab27.750354.1560-29.6481

#790670 color RGB value is (121,6,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000110 01110000
Octal 171 6 160
Decimal 121 6 112
Hex 79 6 70

RGB Percentages of Color #790670

%50.63
%2.51
%46.86

CMYK Percentages of Color #790670

%0
%95
%7
%53

Triadic Colors of #790670

#790670 #707906 #067079

Analogous Colors of #790670

#790670 #790637 #480679

Monochromatic Colors of #790670

#790670

Complementary Color

#790670 #06790f

#790670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790670 Color CSS Codes

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

#790670 Text Font Color

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

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


#790670 Background Color

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

This div background color is #790670


#790670 Border Color

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

This div border color is #790670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790670


Comments

No comments written yet.

Please login to write comment.