Color Hex Logo

#78588d Color Hex

#78588D
(120,88,141)
0 Favorites   0 Comments

Color spaces of #78588d

RGB 12088141
HSL0.770.230.45
HSV276°38°55°
CMYK 0.150.380.00   0.45
XYZ16.043212.895626.8428
Yxy12.89560.28760.2312
Hunter Lab35.910416.9026-19.1815
CIE-Lab42.605523.7154-24.3623

#78588d color RGB value is (120,88,141).

#78588d hex color red value is 120, green value is 88 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #78588d hue: 0.77 , saturation: 0.23 and the lightness value of 78588d is 0.45.

The process color (four color CMYK) of #78588d color hex is 0.15, 0.38, 0.00, 0.45. Web safe color of #78588d is #666699. Color #78588d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011000 10001101
Octal 170 130 215
Decimal 120 88 141
Hex 78 58 8D

RGB Percentages of Color #78588d

%34.38
%25.21
%40.40

CMYK Percentages of Color #78588d

%15
%38
%0
%45

Triadic Colors of #78588d

#78588d #8d7858 #588d78

Analogous Colors of #78588d

#78588d #8d5888 #5e588d

Monochromatic Colors of #78588d

#78588d

Complementary Color

#78588d #6d8d58

#78588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78588d Color CSS Codes

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

#78588d Text Font Color

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

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


#78588d Background Color

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

This div background color is #78588d


#78588d Border Color

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

This div border color is #78588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78588d


Comments

No comments written yet.

Please login to write comment.