Color Hex Logo

#796881 Color Hex

#796881
(121,104,129)
0 Favorites   0 Comments

Color spaces of #796881

RGB 121104129
HSL0.780.110.46
HSV281°19°51°
CMYK 0.060.190.00   0.49
XYZ16.797915.550622.8851
Yxy15.55060.30410.2815
Hunter Lab39.43427.0261-6.8041
CIE-Lab46.379311.7159-11.3620

#796881 color RGB value is (121,104,129).

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

The process color (four color CMYK) of #796881 color hex is 0.06, 0.19, 0.00, 0.49. Web safe color of #796881 is #666699. Color #796881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101000 10000001
Octal 171 150 201
Decimal 121 104 129
Hex 79 68 81

RGB Percentages of Color #796881

%34.18
%29.38
%36.44

CMYK Percentages of Color #796881

%6
%19
%0
%49

Triadic Colors of #796881

#796881 #817968 #688179

Analogous Colors of #796881

#796881 #81687d #6d6881

Monochromatic Colors of #796881

#796881

Complementary Color

#796881 #708168

#796881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796881 Color CSS Codes

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

#796881 Text Font Color

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

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


#796881 Background Color

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

This div background color is #796881


#796881 Border Color

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

This div border color is #796881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796881


Comments

No comments written yet.

Please login to write comment.