Color Hex Logo

#78489f Color Hex

#78489F
(120,72,159)
0 Favorites   0 Comments

Color spaces of #78489f

RGB 12072159
HSL0.760.380.45
HSV273°55°62°
CMYK 0.250.550.00   0.38
XYZ16.321111.131034.0892
Yxy11.13100.26520.1809
Hunter Lab33.363228.9359-37.2261
CIE-Lab39.800237.3935-39.5976

#78489f color RGB value is (120,72,159).

#78489f hex color red value is 120, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #78489f hue: 0.76 , saturation: 0.38 and the lightness value of 78489f is 0.45.

The process color (four color CMYK) of #78489f color hex is 0.25, 0.55, 0.00, 0.38. Web safe color of #78489f is #663399. Color #78489f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001000 10011111
Octal 170 110 237
Decimal 120 72 159
Hex 78 48 9F

RGB Percentages of Color #78489f

%34.19
%20.51
%45.30

CMYK Percentages of Color #78489f

%25
%55
%0
%38

Triadic Colors of #78489f

#78489f #9f7848 #489f78

Analogous Colors of #78489f

#78489f #9f489b #4d489f

Monochromatic Colors of #78489f

#78489f

Complementary Color

#78489f #6f9f48

#78489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78489f Color CSS Codes

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

#78489f Text Font Color

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

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


#78489f Background Color

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

This div background color is #78489f


#78489f Border Color

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

This div border color is #78489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78489f


Comments

No comments written yet.

Please login to write comment.