Color Hex Logo

#785597 Color Hex

#785597
(120,85,151)
0 Favorites   0 Comments

Color spaces of #785597

RGB 12085151
HSL0.760.280.46
HSV272°44°59°
CMYK 0.210.440.00   0.41
XYZ16.580112.724430.8603
Yxy12.72440.27560.2115
Hunter Lab35.671320.5425-26.3237
CIE-Lab42.345027.8870-30.7793

#785597 color RGB value is (120,85,151).

#785597 hex color red value is 120, green value is 85 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #785597 hue: 0.76 , saturation: 0.28 and the lightness value of 785597 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010101 10010111
Octal 170 125 227
Decimal 120 85 151
Hex 78 55 97

RGB Percentages of Color #785597

%33.71
%23.88
%42.42

CMYK Percentages of Color #785597

%21
%44
%0
%41

Triadic Colors of #785597

#785597 #977855 #559778

Analogous Colors of #785597

#785597 #975595 #575597

Monochromatic Colors of #785597

#785597

Complementary Color

#785597 #749755

#785597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785597 Color CSS Codes

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

#785597 Text Font Color

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

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


#785597 Background Color

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

This div background color is #785597


#785597 Border Color

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

This div border color is #785597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785597


Comments

No comments written yet.

Please login to write comment.