Color Hex Logo

#78519f Color Hex

#78519F
(120,81,159)
0 Favorites   0 Comments

Color spaces of #78519f

RGB 12081159
HSL0.750.330.47
HSV270°49°62°
CMYK 0.250.490.00   0.38
XYZ16.946212.381134.2975
Yxy12.38110.26630.1946
Hunter Lab35.186824.3900-33.1608
CIE-Lab41.815532.2107-36.3991

#78519f color RGB value is (120,81,159).

#78519f hex color red value is 120, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #78519f hue: 0.75 , saturation: 0.33 and the lightness value of 78519f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010001 10011111
Octal 170 121 237
Decimal 120 81 159
Hex 78 51 9F

RGB Percentages of Color #78519f

%33.33
%22.50
%44.17

CMYK Percentages of Color #78519f

%25
%49
%0
%38

Triadic Colors of #78519f

#78519f #9f7851 #519f78

Analogous Colors of #78519f

#78519f #9f519f #51519f

Monochromatic Colors of #78519f

#78519f

Complementary Color

#78519f #789f51

#78519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78519f Color CSS Codes

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

#78519f Text Font Color

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

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


#78519f Background Color

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

This div background color is #78519f


#78519f Border Color

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

This div border color is #78519f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78519f


Comments

No comments written yet.

Please login to write comment.