Color Hex Logo

#785589 Color Hex

#785589
(120,85,137)
1 Favorites   0 Comments

Color spaces of #785589

RGB 12085137
HSL0.780.230.44
HSV280°38°54°
CMYK 0.120.380.00   0.46
XYZ15.509612.296225.2229
Yxy12.29620.29250.2319
Hunter Lab35.065917.5848-18.1011
CIE-Lab41.683124.5934-23.3775

#785589 color RGB value is (120,85,137).

#785589 hex color red value is 120, green value is 85 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #785589 hue: 0.78 , saturation: 0.23 and the lightness value of 785589 is 0.44.

The process color (four color CMYK) of #785589 color hex is 0.12, 0.38, 0.00, 0.46. Web safe color of #785589 is #666699. Color #785589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010101 10001001
Octal 170 125 211
Decimal 120 85 137
Hex 78 55 89

RGB Percentages of Color #785589

%35.09
%24.85
%40.06

CMYK Percentages of Color #785589

%12
%38
%0
%46

Triadic Colors of #785589

#785589 #897855 #558978

Analogous Colors of #785589

#785589 #895580 #5e5589

Monochromatic Colors of #785589

#785589

Complementary Color

#785589 #668955

#785589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785589 Color CSS Codes

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

#785589 Text Font Color

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

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


#785589 Background Color

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

This div background color is #785589


#785589 Border Color

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

This div border color is #785589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785589


Comments

No comments written yet.

Please login to write comment.