Color Hex Logo

#774089 Color Hex

#774089
(119,64,137)
0 Favorites   0 Comments

Color spaces of #774089

RGB 11964137
HSL0.790.360.39
HSV285°53°54°
CMYK 0.130.530.00   0.46
XYZ13.95659.394924.7447
Yxy9.39490.29020.1953
Hunter Lab30.651127.6378-26.4092
CIE-Lab36.733836.4839-31.1296

#774089 color RGB value is (119,64,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 10001001
Octal 167 100 211
Decimal 119 64 137
Hex 77 40 89

RGB Percentages of Color #774089

%37.19
%20.00
%42.81

CMYK Percentages of Color #774089

%13
%53
%0
%46

Triadic Colors of #774089

#774089 #897740 #408977

Analogous Colors of #774089

#774089 #894077 #534089

Monochromatic Colors of #774089

#774089

Complementary Color

#774089 #528940

#774089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774089 Color CSS Codes

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

#774089 Text Font Color

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

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


#774089 Background Color

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

This div background color is #774089


#774089 Border Color

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

This div border color is #774089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774089


Comments

No comments written yet.

Please login to write comment.