Color Hex Logo

#787597 Color Hex

#787597
(120,117,151)
0 Favorites   0 Comments

Color spaces of #787597

RGB 120117151
HSL0.680.140.53
HSV245°23°59°
CMYK 0.210.230.00   0.41
XYZ19.692918.950031.8979
Yxy18.95000.27920.2686
Hunter Lab43.53164.5698-12.9728
CIE-Lab50.62878.6726-17.9534

#787597 color RGB value is (120,117,151).

#787597 hex color red value is 120, green value is 117 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #787597 hue: 0.68 , saturation: 0.14 and the lightness value of 787597 is 0.53.

The process color (four color CMYK) of #787597 color hex is 0.21, 0.23, 0.00, 0.41. Web safe color of #787597 is #666699. Color #787597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110101 10010111
Octal 170 165 227
Decimal 120 117 151
Hex 78 75 97

RGB Percentages of Color #787597

%30.93
%30.15
%38.92

CMYK Percentages of Color #787597

%21
%23
%0
%41

Triadic Colors of #787597

#787597 #977875 #759778

Analogous Colors of #787597

#787597 #897597 #758397

Monochromatic Colors of #787597

#787597

Complementary Color

#787597 #949775

#787597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787597 Color CSS Codes

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

#787597 Text Font Color

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

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


#787597 Background Color

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

This div background color is #787597


#787597 Border Color

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

This div border color is #787597


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,117,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787597; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787597;
  -webkit-box-shadow: 1px 1px 3px 2px #787597;
  box-shadow:         1px 1px 3px 2px #787597; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787597


Comments

No comments written yet.

Please login to write comment.