Color Hex Logo

#78488d Color Hex

#78488D
(120,72,141)
0 Favorites   0 Comments

Color spaces of #78488d

RGB 12072141
HSL0.780.320.42
HSV282°49°55°
CMYK 0.150.490.00   0.45
XYZ14.870810.550926.4520
Yxy10.55090.28670.2034
Hunter Lab32.482124.8761-25.5456
CIE-Lab38.813533.1582-30.2886

#78488d color RGB value is (120,72,141).

#78488d hex color red value is 120, green value is 72 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #78488d hue: 0.78 , saturation: 0.32 and the lightness value of 78488d is 0.42.

The process color (four color CMYK) of #78488d color hex is 0.15, 0.49, 0.00, 0.45. Web safe color of #78488d is #663399. Color #78488d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001000 10001101
Octal 170 110 215
Decimal 120 72 141
Hex 78 48 8D

RGB Percentages of Color #78488d

%36.04
%21.62
%42.34

CMYK Percentages of Color #78488d

%15
%49
%0
%45

Triadic Colors of #78488d

#78488d #8d7848 #488d78

Analogous Colors of #78488d

#78488d #8d4880 #56488d

Monochromatic Colors of #78488d

#78488d

Complementary Color

#78488d #5d8d48

#78488d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78488d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78488d Color CSS Codes

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

#78488d Text Font Color

<p style="color:#78488d">Text here</p>

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


#78488d Background Color

<div style="background-color:#78488d">
Div content here</div>

This div background color is #78488d


#78488d Border Color

<div style="border:3px solid #78488d">
Div here</div>

This div border color is #78488d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78488d


Comments

No comments written yet.

Please login to write comment.