Color Hex Logo

#796085 Color Hex

#796085
(121,96,133)
0 Favorites   0 Comments

Color spaces of #796085

RGB 12196133
HSL0.780.160.45
HSV281°28°52°
CMYK 0.090.280.00   0.48
XYZ16.301714.124124.0573
Yxy14.12410.29920.2592
Hunter Lab37.582011.6581-11.6457
CIE-Lab44.410417.4121-16.7533

#796085 color RGB value is (121,96,133).

#796085 hex color red value is 121, green value is 96 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #796085 hue: 0.78 , saturation: 0.16 and the lightness value of 796085 is 0.45.

The process color (four color CMYK) of #796085 color hex is 0.09, 0.28, 0.00, 0.48. Web safe color of #796085 is #666699. Color #796085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100000 10000101
Octal 171 140 205
Decimal 121 96 133
Hex 79 60 85

RGB Percentages of Color #796085

%34.57
%27.43
%38.00

CMYK Percentages of Color #796085

%9
%28
%0
%48

Triadic Colors of #796085

#796085 #857960 #608579

Analogous Colors of #796085

#796085 #85607f #676085

Monochromatic Colors of #796085

#796085

Complementary Color

#796085 #6c8560

#796085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796085 Color CSS Codes

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

#796085 Text Font Color

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

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


#796085 Background Color

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

This div background color is #796085


#796085 Border Color

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

This div border color is #796085


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,96,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 #796085">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796085


Comments

No comments written yet.

Please login to write comment.