Color Hex Logo

#798285 Color Hex

#798285
(121,130,133)
0 Favorites   0 Comments

Color spaces of #798285

RGB 121130133
HSL0.540.050.50
HSV195°52°
CMYK 0.090.020.00   0.48
XYZ20.101421.723725.3239
Yxy21.72370.29940.3235
Hunter Lab46.6087-4.58170.4120
CIE-Lab53.7326-2.6747-2.7662

#798285 color RGB value is (121,130,133).

#798285 hex color red value is 121, green value is 130 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #798285 hue: 0.54 , saturation: 0.05 and the lightness value of 798285 is 0.50.

The process color (four color CMYK) of #798285 color hex is 0.09, 0.02, 0.00, 0.48. Web safe color of #798285 is #669999. Color #798285 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000010 10000101
Octal 171 202 205
Decimal 121 130 133
Hex 79 82 85

RGB Percentages of Color #798285

%31.51
%33.85
%34.64

CMYK Percentages of Color #798285

%9
%2
%0
%48

Triadic Colors of #798285

#798285 #857982 #828579

Analogous Colors of #798285

#798285 #797c85 #798582

Monochromatic Colors of #798285

#798285

Complementary Color

#798285 #857c79

#798285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798285 Color CSS Codes

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

#798285 Text Font Color

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

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


#798285 Background Color

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

This div background color is #798285


#798285 Border Color

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

This div border color is #798285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798285


Comments

No comments written yet.

Please login to write comment.