Color Hex Logo

#774379 Color Hex

#774379
(119,67,121)
0 Favorites   0 Comments

Color spaces of #774379

RGB 11967121
HSL0.830.290.37
HSV298°45°47°
CMYK 0.020.450.00   0.53
XYZ13.06619.316719.1988
Yxy9.31670.31420.2241
Hunter Lab30.523322.9948-15.9265
CIE-Lab36.587031.3829-21.4832

#774379 color RGB value is (119,67,121).

#774379 hex color red value is 119, green value is 67 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #774379 hue: 0.83 , saturation: 0.29 and the lightness value of 774379 is 0.37.

The process color (four color CMYK) of #774379 color hex is 0.02, 0.45, 0.00, 0.53. Web safe color of #774379 is #663366. Color #774379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000011 01111001
Octal 167 103 171
Decimal 119 67 121
Hex 77 43 79

RGB Percentages of Color #774379

%38.76
%21.82
%39.41

CMYK Percentages of Color #774379

%2
%45
%0
%53

Triadic Colors of #774379

#774379 #797743 #437977

Analogous Colors of #774379

#774379 #794360 #5c4379

Monochromatic Colors of #774379

#774379

Complementary Color

#774379 #457943

#774379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774379 Color CSS Codes

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

#774379 Text Font Color

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

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


#774379 Background Color

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

This div background color is #774379


#774379 Border Color

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

This div border color is #774379


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,67,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #774379">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774379


Comments

No comments written yet.

Please login to write comment.