Color Hex Logo

#795696 Color Hex

#795696
(121,86,150)
0 Favorites   0 Comments

Color spaces of #795696

RGB 12186150
HSL0.760.270.46
HSV273°43°59°
CMYK 0.190.430.00   0.41
XYZ16.718012.922530.4673
Yxy12.92250.27810.2150
Hunter Lab35.947920.1048-25.0872
CIE-Lab42.646227.3611-29.6999

#795696 color RGB value is (121,86,150).

#795696 hex color red value is 121, green value is 86 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #795696 hue: 0.76 , saturation: 0.27 and the lightness value of 795696 is 0.46.

The process color (four color CMYK) of #795696 color hex is 0.19, 0.43, 0.00, 0.41. Web safe color of #795696 is #666699. Color #795696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010110 10010110
Octal 171 126 226
Decimal 121 86 150
Hex 79 56 96

RGB Percentages of Color #795696

%33.89
%24.09
%42.02

CMYK Percentages of Color #795696

%19
%43
%0
%41

Triadic Colors of #795696

#795696 #967956 #569679

Analogous Colors of #795696

#795696 #965693 #595696

Monochromatic Colors of #795696

#795696

Complementary Color

#795696 #739656

#795696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795696 Color CSS Codes

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

#795696 Text Font Color

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

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


#795696 Background Color

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

This div background color is #795696


#795696 Border Color

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

This div border color is #795696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795696


Comments

No comments written yet.

Please login to write comment.