Color Hex Logo

#774478 Color Hex

#774478
(119,68,120)
0 Favorites   0 Comments

Color spaces of #774478

RGB 11968120
HSL0.830.280.37
HSV299°43°47°
CMYK 0.010.430.00   0.53
XYZ13.06509.412218.8974
Yxy9.41220.31580.2275
Hunter Lab30.679322.3267-15.0451
CIE-Lab36.766130.6038-20.5845

#774478 color RGB value is (119,68,120).

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

The process color (four color CMYK) of #774478 color hex is 0.01, 0.43, 0.00, 0.53. Web safe color of #774478 is #663366. Color #774478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000100 01111000
Octal 167 104 170
Decimal 119 68 120
Hex 77 44 78

RGB Percentages of Color #774478

%38.76
%22.15
%39.09

CMYK Percentages of Color #774478

%1
%43
%0
%53

Triadic Colors of #774478

#774478 #787744 #447877

Analogous Colors of #774478

#774478 #78445f #5d4478

Monochromatic Colors of #774478

#774478

Complementary Color

#774478 #457844

#774478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774478 Color CSS Codes

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

#774478 Text Font Color

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

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


#774478 Background Color

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

This div background color is #774478


#774478 Border Color

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

This div border color is #774478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774478


Comments

No comments written yet.

Please login to write comment.