Color Hex Logo

#78678f Color Hex

#78678F
(120,103,143)
0 Favorites   0 Comments

Color spaces of #78678f

RGB 120103143
HSL0.740.160.48
HSV266°28°56°
CMYK 0.160.280.00   0.44
XYZ17.553915.676728.0873
Yxy15.67670.28630.2557
Hunter Lab39.59389.8487-14.3438
CIE-Lab46.547415.1389-19.4747

#78678f color RGB value is (120,103,143).

#78678f hex color red value is 120, green value is 103 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #78678f hue: 0.74 , saturation: 0.16 and the lightness value of 78678f is 0.48.

The process color (four color CMYK) of #78678f color hex is 0.16, 0.28, 0.00, 0.44. Web safe color of #78678f is #666699. Color #78678f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100111 10001111
Octal 170 147 217
Decimal 120 103 143
Hex 78 67 8F

RGB Percentages of Color #78678f

%32.79
%28.14
%39.07

CMYK Percentages of Color #78678f

%16
%28
%0
%44

Triadic Colors of #78678f

#78678f #8f7867 #678f78

Analogous Colors of #78678f

#78678f #8c678f #676a8f

Monochromatic Colors of #78678f

#78678f

Complementary Color

#78678f #7e8f67

#78678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78678f Color CSS Codes

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

#78678f Text Font Color

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

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


#78678f Background Color

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

This div background color is #78678f


#78678f Border Color

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

This div border color is #78678f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,103,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78678f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78678f;
  -webkit-box-shadow: 1px 1px 3px 2px #78678f;
  box-shadow:         1px 1px 3px 2px #78678f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78678f


Comments

No comments written yet.

Please login to write comment.