Color Hex Logo

#796882 Color Hex

#796882
(121,104,130)
0 Favorites   0 Comments

Color spaces of #796882

RGB 121104130
HSL0.780.110.46
HSV279°20°51°
CMYK 0.070.200.00   0.49
XYZ16.864715.577323.2369
Yxy15.57730.30290.2798
Hunter Lab39.46817.2038-7.2794
CIE-Lab46.415011.9336-11.9067

#796882 color RGB value is (121,104,130).

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

The process color (four color CMYK) of #796882 color hex is 0.07, 0.20, 0.00, 0.49. Web safe color of #796882 is #666699. Color #796882 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101000 10000010
Octal 171 150 202
Decimal 121 104 130
Hex 79 68 82

RGB Percentages of Color #796882

%34.08
%29.30
%36.62

CMYK Percentages of Color #796882

%7
%20
%0
%49

Triadic Colors of #796882

#796882 #827968 #688279

Analogous Colors of #796882

#796882 #82687e #6c6882

Monochromatic Colors of #796882

#796882

Complementary Color

#796882 #718268

#796882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796882 Color CSS Codes

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

#796882 Text Font Color

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

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


#796882 Background Color

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

This div background color is #796882


#796882 Border Color

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

This div border color is #796882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796882


Comments

No comments written yet.

Please login to write comment.