Color Hex Logo

#786899 Color Hex

#786899
(120,104,153)
0 Favorites   0 Comments

Color spaces of #786899

RGB 120104153
HSL0.720.190.50
HSV260°32°60°
CMYK 0.220.320.00   0.40
XYZ18.445816.193632.2905
Yxy16.19360.27560.2419
Hunter Lab40.241311.3986-19.4067
CIE-Lab47.227516.9508-24.3602

#786899 color RGB value is (120,104,153).

#786899 hex color red value is 120, green value is 104 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #786899 hue: 0.72 , saturation: 0.19 and the lightness value of 786899 is 0.50.

The process color (four color CMYK) of #786899 color hex is 0.22, 0.32, 0.00, 0.40. Web safe color of #786899 is #666699. Color #786899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101000 10011001
Octal 170 150 231
Decimal 120 104 153
Hex 78 68 99

RGB Percentages of Color #786899

%31.83
%27.59
%40.58

CMYK Percentages of Color #786899

%22
%32
%0
%40

Triadic Colors of #786899

#786899 #997868 #689978

Analogous Colors of #786899

#786899 #916899 #687199

Monochromatic Colors of #786899

#786899

Complementary Color

#786899 #899968

#786899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786899 Color CSS Codes

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

#786899 Text Font Color

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

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


#786899 Background Color

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

This div background color is #786899


#786899 Border Color

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

This div border color is #786899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786899


Comments

No comments written yet.

Please login to write comment.