Color Hex Logo

#78759f Color Hex

#78759F
(120,117,159)
0 Favorites   0 Comments

Color spaces of #78759f

RGB 120117159
HSL0.680.180.54
HSV244°26°62°
CMYK 0.250.260.00   0.38
XYZ20.365019.218935.4371
Yxy19.21890.27150.2562
Hunter Lab43.83946.2009-17.2389
CIE-Lab50.942310.6489-22.1540

#78759f color RGB value is (120,117,159).

#78759f hex color red value is 120, green value is 117 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #78759f hue: 0.68 , saturation: 0.18 and the lightness value of 78759f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110101 10011111
Octal 170 165 237
Decimal 120 117 159
Hex 78 75 9F

RGB Percentages of Color #78759f

%30.30
%29.55
%40.15

CMYK Percentages of Color #78759f

%25
%26
%0
%38

Triadic Colors of #78759f

#78759f #9f7875 #759f78

Analogous Colors of #78759f

#78759f #8d759f #75879f

Monochromatic Colors of #78759f

#78759f

Complementary Color

#78759f #9c9f75

#78759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78759f Color CSS Codes

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

#78759f Text Font Color

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

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


#78759f Background Color

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

This div background color is #78759f


#78759f Border Color

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

This div border color is #78759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78759f

#78759f Color Palettes


Comments

No comments written yet.

Please login to write comment.