Color Hex Logo

#785489 Color Hex

#785489
(120,84,137)
0 Favorites   0 Comments

Color spaces of #785489

RGB 12084137
HSL0.780.240.43
HSV281°39°54°
CMYK 0.120.390.00   0.46
XYZ15.431412.139925.1968
Yxy12.13990.29240.2301
Hunter Lab34.842418.0821-18.4868
CIE-Lab41.437625.1914-23.7583

#785489 color RGB value is (120,84,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010100 10001001
Octal 170 124 211
Decimal 120 84 137
Hex 78 54 89

RGB Percentages of Color #785489

%35.19
%24.63
%40.18

CMYK Percentages of Color #785489

%12
%39
%0
%46

Triadic Colors of #785489

#785489 #897854 #548978

Analogous Colors of #785489

#785489 #895480 #5e5489

Monochromatic Colors of #785489

#785489

Complementary Color

#785489 #658954

#785489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785489 Color CSS Codes

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

#785489 Text Font Color

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

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


#785489 Background Color

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

This div background color is #785489


#785489 Border Color

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

This div border color is #785489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785489


Comments

No comments written yet.

Please login to write comment.