Color Hex Logo

#78507c Color Hex

#78507C
(120,80,124)
0 Favorites   0 Comments

Color spaces of #78507c

RGB 12080124
HSL0.820.220.40
HSV295°35°49°
CMYK 0.030.350.00   0.51
XYZ14.252511.185620.4766
Yxy11.18560.31040.2436
Hunter Lab33.444917.5390-12.8888
CIE-Lab39.891324.7255-18.2210

#78507c color RGB value is (120,80,124).

#78507c hex color red value is 120, green value is 80 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #78507c hue: 0.82 , saturation: 0.22 and the lightness value of 78507c is 0.40.

The process color (four color CMYK) of #78507c color hex is 0.03, 0.35, 0.00, 0.51. Web safe color of #78507c is #666666. Color #78507c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 01111100
Octal 170 120 174
Decimal 120 80 124
Hex 78 50 7C

RGB Percentages of Color #78507c

%37.04
%24.69
%38.27

CMYK Percentages of Color #78507c

%3
%35
%0
%51

Triadic Colors of #78507c

#78507c #7c7850 #507c78

Analogous Colors of #78507c

#78507c #7c506a #62507c

Monochromatic Colors of #78507c

#78507c

Complementary Color

#78507c #547c50

#78507c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78507c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78507c Color CSS Codes

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

#78507c Text Font Color

<p style="color:#78507c">Text here</p>

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


#78507c Background Color

<div style="background-color:#78507c">
Div content here</div>

This div background color is #78507c


#78507c Border Color

<div style="border:3px solid #78507c">
Div here</div>

This div border color is #78507c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,80,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78507c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78507c;
  -webkit-box-shadow: 1px 1px 3px 2px #78507c;
  box-shadow:         1px 1px 3px 2px #78507c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78507c


Comments

No comments written yet.

Please login to write comment.