Color Hex Logo

#774580 Color Hex

#774580
(119,69,128)
0 Favorites   0 Comments

Color spaces of #774580

RGB 11969128
HSL0.810.300.39
HSV291°46°50°
CMYK 0.070.460.00   0.50
XYZ13.63229.736721.5830
Yxy9.73670.30330.2166
Hunter Lab31.203723.3763-19.1672
CIE-Lab37.365731.7010-24.6033

#774580 color RGB value is (119,69,128).

#774580 hex color red value is 119, green value is 69 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #774580 hue: 0.81 , saturation: 0.30 and the lightness value of 774580 is 0.39.

The process color (four color CMYK) of #774580 color hex is 0.07, 0.46, 0.00, 0.50. Web safe color of #774580 is #663399. Color #774580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000101 10000000
Octal 167 105 200
Decimal 119 69 128
Hex 77 45 80

RGB Percentages of Color #774580

%37.66
%21.84
%40.51

CMYK Percentages of Color #774580

%7
%46
%0
%50

Triadic Colors of #774580

#774580 #807745 #458077

Analogous Colors of #774580

#774580 #80456c #5a4580

Monochromatic Colors of #774580

#774580

Complementary Color

#774580 #4e8045

#774580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774580 Color CSS Codes

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

#774580 Text Font Color

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

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


#774580 Background Color

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

This div background color is #774580


#774580 Border Color

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

This div border color is #774580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774580


Comments

No comments written yet.

Please login to write comment.