Color Hex Logo

#78689f Color Hex

#78689F
(120,104,159)
0 Favorites   0 Comments

Color spaces of #78689f

RGB 120104159
HSL0.720.220.52
HSV257°35°62°
CMYK 0.250.350.00   0.38
XYZ18.954116.396934.9668
Yxy16.39690.26950.2332
Hunter Lab40.493112.6898-22.8532
CIE-Lab47.491018.4500-27.4933

#78689f color RGB value is (120,104,159).

#78689f hex color red value is 120, green value is 104 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #78689f hue: 0.72 , saturation: 0.22 and the lightness value of 78689f is 0.52.

The process color (four color CMYK) of #78689f color hex is 0.25, 0.35, 0.00, 0.38. Web safe color of #78689f is #666699. Color #78689f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101000 10011111
Octal 170 150 237
Decimal 120 104 159
Hex 78 68 9F

RGB Percentages of Color #78689f

%31.33
%27.15
%41.51

CMYK Percentages of Color #78689f

%25
%35
%0
%38

Triadic Colors of #78689f

#78689f #9f7868 #689f78

Analogous Colors of #78689f

#78689f #94689f #68749f

Monochromatic Colors of #78689f

#78689f

Complementary Color

#78689f #8f9f68

#78689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78689f Color CSS Codes

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

#78689f Text Font Color

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

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


#78689f Background Color

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

This div background color is #78689f


#78689f Border Color

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

This div border color is #78689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78689f


Comments

No comments written yet.

Please login to write comment.