Color Hex Logo

#797090 Color Hex

#797090
(121,112,144)
0 Favorites   0 Comments

Color spaces of #797090

RGB 121112144
HSL0.710.130.50
HSV257°22°56°
CMYK 0.160.220.00   0.44
XYZ18.713417.666928.8093
Yxy17.66690.28710.2710
Hunter Lab42.03205.9154-11.2157
CIE-Lab49.089610.3176-16.1734

#797090 color RGB value is (121,112,144).

#797090 hex color red value is 121, green value is 112 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #797090 hue: 0.71 , saturation: 0.13 and the lightness value of 797090 is 0.50.

The process color (four color CMYK) of #797090 color hex is 0.16, 0.22, 0.00, 0.44. Web safe color of #797090 is #666699. Color #797090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 10010000
Octal 171 160 220
Decimal 121 112 144
Hex 79 70 90

RGB Percentages of Color #797090

%32.10
%29.71
%38.20

CMYK Percentages of Color #797090

%16
%22
%0
%44

Triadic Colors of #797090

#797090 #907970 #709079

Analogous Colors of #797090

#797090 #897090 #707790

Monochromatic Colors of #797090

#797090

Complementary Color

#797090 #879070

#797090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797090 Color CSS Codes

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

#797090 Text Font Color

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

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


#797090 Background Color

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

This div background color is #797090


#797090 Border Color

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

This div border color is #797090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797090


Comments

No comments written yet.

Please login to write comment.