Color Hex Logo

#798294 Color Hex

#798294
(121,130,148)
0 Favorites   0 Comments

Color spaces of #798294

RGB 121130148
HSL0.610.110.53
HSV220°18°58°
CMYK 0.180.120.00   0.42
XYZ21.213122.168331.1778
Yxy22.16830.28450.2973
Hunter Lab47.0832-1.9734-6.3027
CIE-Lab54.20510.6821-10.7799

#798294 color RGB value is (121,130,148).

#798294 hex color red value is 121, green value is 130 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #798294 hue: 0.61 , saturation: 0.11 and the lightness value of 798294 is 0.53.

The process color (four color CMYK) of #798294 color hex is 0.18, 0.12, 0.00, 0.42. Web safe color of #798294 is #669999. Color #798294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000010 10010100
Octal 171 202 224
Decimal 121 130 148
Hex 79 82 94

RGB Percentages of Color #798294

%30.33
%32.58
%37.09

CMYK Percentages of Color #798294

%18
%12
%0
%42

Triadic Colors of #798294

#798294 #947982 #829479

Analogous Colors of #798294

#798294 #7e7994 #799094

Monochromatic Colors of #798294

#798294

Complementary Color

#798294 #948b79

#798294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798294 Color CSS Codes

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

#798294 Text Font Color

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

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


#798294 Background Color

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

This div background color is #798294


#798294 Border Color

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

This div border color is #798294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798294


Comments

No comments written yet.

Please login to write comment.