Color Hex Logo

#78749f Color Hex

#78749F
(120,116,159)
0 Favorites   0 Comments

Color spaces of #78749f

RGB 120116159
HSL0.680.180.54
HSV246°27°62°
CMYK 0.250.270.00   0.38
XYZ20.249118.987135.3985
Yxy18.98710.27130.2544
Hunter Lab43.57426.6948-17.6637
CIE-Lab50.672111.2449-22.5699

#78749f color RGB value is (120,116,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 10011111
Octal 170 164 237
Decimal 120 116 159
Hex 78 74 9F

RGB Percentages of Color #78749f

%30.38
%29.37
%40.25

CMYK Percentages of Color #78749f

%25
%27
%0
%38

Triadic Colors of #78749f

#78749f #9f7874 #749f78

Analogous Colors of #78749f

#78749f #8e749f #74869f

Monochromatic Colors of #78749f

#78749f

Complementary Color

#78749f #9b9f74

#78749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78749f Color CSS Codes

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

#78749f Text Font Color

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

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


#78749f Background Color

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

This div background color is #78749f


#78749f Border Color

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

This div border color is #78749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78749f


Comments

No comments written yet.

Please login to write comment.