Color Hex Logo

#786696 Color Hex

#786696
(120,102,150)
0 Favorites   0 Comments

Color spaces of #786696

RGB 120102150
HSL0.730.190.49
HSV263°32°59°
CMYK 0.200.320.00   0.41
XYZ18.002115.697830.9353
Yxy15.69780.27850.2429
Hunter Lab39.620411.7682-18.5588
CIE-Lab46.575517.4211-23.5917

#786696 color RGB value is (120,102,150).

#786696 hex color red value is 120, green value is 102 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #786696 hue: 0.73 , saturation: 0.19 and the lightness value of 786696 is 0.49.

The process color (four color CMYK) of #786696 color hex is 0.20, 0.32, 0.00, 0.41. Web safe color of #786696 is #666699. Color #786696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100110 10010110
Octal 170 146 226
Decimal 120 102 150
Hex 78 66 96

RGB Percentages of Color #786696

%32.26
%27.42
%40.32

CMYK Percentages of Color #786696

%20
%32
%0
%41

Triadic Colors of #786696

#786696 #967866 #669678

Analogous Colors of #786696

#786696 #906696 #666c96

Monochromatic Colors of #786696

#786696

Complementary Color

#786696 #849666

#786696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786696 Color CSS Codes

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

#786696 Text Font Color

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

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


#786696 Background Color

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

This div background color is #786696


#786696 Border Color

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

This div border color is #786696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786696


Comments

No comments written yet.

Please login to write comment.