Color Hex Logo

#794770 Color Hex

#794770
(121,71,112)
0 Favorites   0 Comments

Color spaces of #794770

RGB 12171112
HSL0.860.260.38
HSV311°41°47°
CMYK 0.000.410.07   0.53
XYZ13.06309.741316.5210
Yxy9.74130.33220.2477
Hunter Lab31.211120.0896-9.5363
CIE-Lab37.374127.9701-14.6490

#794770 color RGB value is (121,71,112).

#794770 hex color red value is 121, green value is 71 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #794770 hue: 0.86 , saturation: 0.26 and the lightness value of 794770 is 0.38.

The process color (four color CMYK) of #794770 color hex is 0.00, 0.41, 0.07, 0.53. Web safe color of #794770 is #663366. Color #794770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000111 01110000
Octal 171 107 160
Decimal 121 71 112
Hex 79 47 70

RGB Percentages of Color #794770

%39.80
%23.36
%36.84

CMYK Percentages of Color #794770

%0
%41
%7
%53

Triadic Colors of #794770

#794770 #707947 #477079

Analogous Colors of #794770

#794770 #794757 #694779

Monochromatic Colors of #794770

#794770

Complementary Color

#794770 #477950

#794770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794770 Color CSS Codes

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

#794770 Text Font Color

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

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


#794770 Background Color

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

This div background color is #794770


#794770 Border Color

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

This div border color is #794770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794770


Comments

No comments written yet.

Please login to write comment.