Color Hex Logo

#773597 Color Hex

#773597
(119,53,151)
0 Favorites   0 Comments

Color spaces of #773597

RGB 11953151
HSL0.780.480.40
HSV280°65°59°
CMYK 0.210.650.00   0.41
XYZ14.46688.702530.1954
Yxy8.70250.27110.1631
Hunter Lab29.500035.9114-40.0376
CIE-Lab35.405145.3875-41.7944

#773597 color RGB value is (119,53,151).

#773597 hex color red value is 119, green value is 53 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #773597 hue: 0.78 , saturation: 0.48 and the lightness value of 773597 is 0.40.

The process color (four color CMYK) of #773597 color hex is 0.21, 0.65, 0.00, 0.41. Web safe color of #773597 is #663399. Color #773597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110101 10010111
Octal 167 65 227
Decimal 119 53 151
Hex 77 35 97

RGB Percentages of Color #773597

%36.84
%16.41
%46.75

CMYK Percentages of Color #773597

%21
%65
%0
%41

Triadic Colors of #773597

#773597 #977735 #359777

Analogous Colors of #773597

#773597 #973586 #463597

Monochromatic Colors of #773597

#773597

Complementary Color

#773597 #559735

#773597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773597 Color CSS Codes

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

#773597 Text Font Color

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

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


#773597 Background Color

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

This div background color is #773597


#773597 Border Color

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

This div border color is #773597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773597


Comments

No comments written yet.

Please login to write comment.