Color Hex Logo

#782989 Color Hex

#782989
(120,41,137)
0 Favorites   0 Comments

Color spaces of #782989

RGB 12041137
HSL0.800.540.35
HSV289°70°54°
CMYK 0.120.700.00   0.46
XYZ13.05407.385124.4044
Yxy7.38510.29110.1647
Hunter Lab27.175538.1868-34.2212
CIE-Lab32.668048.1957-37.5775

#782989 color RGB value is (120,41,137).

#782989 hex color red value is 120, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #782989 hue: 0.80 , saturation: 0.54 and the lightness value of 782989 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101001 10001001
Octal 170 51 211
Decimal 120 41 137
Hex 78 29 89

RGB Percentages of Color #782989

%40.27
%13.76
%45.97

CMYK Percentages of Color #782989

%12
%70
%0
%46

Triadic Colors of #782989

#782989 #897829 #298978

Analogous Colors of #782989

#782989 #89296a #482989

Monochromatic Colors of #782989

#782989

Complementary Color

#782989 #3a8929

#782989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782989 Color CSS Codes

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

#782989 Text Font Color

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

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


#782989 Background Color

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

This div background color is #782989


#782989 Border Color

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

This div border color is #782989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782989


Comments

No comments written yet.

Please login to write comment.