Color Hex Logo

#784089 Color Hex

#784089
(120,64,137)
0 Favorites   0 Comments

Color spaces of #784089

RGB 12064137
HSL0.790.360.39
HSV286°53°54°
CMYK 0.120.530.00   0.46
XYZ14.09459.466024.7512
Yxy9.46600.29170.1959
Hunter Lab30.766927.9300-26.1606
CIE-Lab36.866536.7785-30.9115

#784089 color RGB value is (120,64,137).

#784089 hex color red value is 120, green value is 64 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #784089 hue: 0.79 , saturation: 0.36 and the lightness value of 784089 is 0.39.

The process color (four color CMYK) of #784089 color hex is 0.12, 0.53, 0.00, 0.46. Web safe color of #784089 is #663399. Color #784089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 10001001
Octal 170 100 211
Decimal 120 64 137
Hex 78 40 89

RGB Percentages of Color #784089

%37.38
%19.94
%42.68

CMYK Percentages of Color #784089

%12
%53
%0
%46

Triadic Colors of #784089

#784089 #897840 #408978

Analogous Colors of #784089

#784089 #894076 #544089

Monochromatic Colors of #784089

#784089

Complementary Color

#784089 #518940

#784089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784089 Color CSS Codes

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

#784089 Text Font Color

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

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


#784089 Background Color

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

This div background color is #784089


#784089 Border Color

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

This div border color is #784089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784089


Comments

No comments written yet.

Please login to write comment.