Color Hex Logo

#782489 Color Hex

#782489
(120,36,137)
0 Favorites   0 Comments

Color spaces of #782489

RGB 12036137
HSL0.810.580.34
HSV290°74°54°
CMYK 0.120.740.00   0.46
XYZ12.89207.061024.3503
Yxy7.06100.29100.1594
Hunter Lab26.572540.0996-35.7308
CIE-Lab31.945450.2388-38.7335

#782489 color RGB value is (120,36,137).

#782489 hex color red value is 120, green value is 36 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #782489 hue: 0.81 , saturation: 0.58 and the lightness value of 782489 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100100 10001001
Octal 170 44 211
Decimal 120 36 137
Hex 78 24 89

RGB Percentages of Color #782489

%40.96
%12.29
%46.76

CMYK Percentages of Color #782489

%12
%74
%0
%46

Triadic Colors of #782489

#782489 #897824 #248978

Analogous Colors of #782489

#782489 #892468 #462489

Monochromatic Colors of #782489

#782489

Complementary Color

#782489 #358924

#782489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782489 Color CSS Codes

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

#782489 Text Font Color

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

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


#782489 Background Color

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

This div background color is #782489


#782489 Border Color

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

This div border color is #782489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782489


Comments

No comments written yet.

Please login to write comment.