Color Hex Logo

#772889 Color Hex

#772889
(119,40,137)
0 Favorites   0 Comments

Color spaces of #772889

RGB 11940137
HSL0.800.550.35
HSV289°71°54°
CMYK 0.130.710.00   0.46
XYZ12.88197.245724.3865
Yxy7.24570.28940.1628
Hunter Lab26.917838.3174-34.8719
CIE-Lab32.359848.3853-38.0791

#772889 color RGB value is (119,40,137).

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

The process color (four color CMYK) of #772889 color hex is 0.13, 0.71, 0.00, 0.46. Web safe color of #772889 is #663399. Color #772889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101000 10001001
Octal 167 50 211
Decimal 119 40 137
Hex 77 28 89

RGB Percentages of Color #772889

%40.20
%13.51
%46.28

CMYK Percentages of Color #772889

%13
%71
%0
%46

Triadic Colors of #772889

#772889 #897728 #288977

Analogous Colors of #772889

#772889 #89286b #462889

Monochromatic Colors of #772889

#772889

Complementary Color

#772889 #3a8928

#772889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772889 Color CSS Codes

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

#772889 Text Font Color

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

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


#772889 Background Color

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

This div background color is #772889


#772889 Border Color

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

This div border color is #772889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772889


Comments

No comments written yet.

Please login to write comment.