Color Hex Logo

#786893 Color Hex

#786893
(120,104,147)
1 Favorites   0 Comments

Color spaces of #786893

RGB 120104147
HSL0.730.170.49
HSV262°29°58°
CMYK 0.180.290.00   0.42
XYZ17.962516.000329.7454
Yxy16.00030.28190.2511
Hunter Lab40.000410.1562-16.0894
CIE-Lab46.974915.4889-21.1953

#786893 color RGB value is (120,104,147).

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

The process color (four color CMYK) of #786893 color hex is 0.18, 0.29, 0.00, 0.42. Web safe color of #786893 is #666699. Color #786893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101000 10010011
Octal 170 150 223
Decimal 120 104 147
Hex 78 68 93

RGB Percentages of Color #786893

%32.35
%28.03
%39.62

CMYK Percentages of Color #786893

%18
%29
%0
%42

Triadic Colors of #786893

#786893 #937868 #689378

Analogous Colors of #786893

#786893 #8e6893 #686e93

Monochromatic Colors of #786893

#786893

Complementary Color

#786893 #839368

#786893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786893 Color CSS Codes

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

#786893 Text Font Color

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

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


#786893 Background Color

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

This div background color is #786893


#786893 Border Color

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

This div border color is #786893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786893


Comments

No comments written yet.

Please login to write comment.