Color Hex Logo

#781089 Color Hex

#781089
(120,16,137)
0 Favorites   0 Comments

Color spaces of #781089

RGB 12016137
HSL0.810.790.30
HSV292°88°54°
CMYK 0.120.880.00   0.46
XYZ12.44646.169824.2018
Yxy6.16980.29070.1441
Hunter Lab24.839145.9746-40.3815
CIE-Lab29.836956.3326-42.1216

#781089 color RGB value is (120,16,137).

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

The process color (four color CMYK) of #781089 color hex is 0.12, 0.88, 0.00, 0.46. Web safe color of #781089 is #660099. Color #781089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010000 10001001
Octal 170 20 211
Decimal 120 16 137
Hex 78 10 89

RGB Percentages of Color #781089

%43.96
%5.86
%50.18

CMYK Percentages of Color #781089

%12
%88
%0
%46

Triadic Colors of #781089

#781089 #897810 #108978

Analogous Colors of #781089

#781089 #89105e #3c1089

Monochromatic Colors of #781089

#781089

Complementary Color

#781089 #218910

#781089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781089 Color CSS Codes

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

#781089 Text Font Color

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

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


#781089 Background Color

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

This div background color is #781089


#781089 Border Color

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

This div border color is #781089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781089


Comments

No comments written yet.

Please login to write comment.