Color Hex Logo

#773599 Color Hex

#773599
(119,53,153)
0 Favorites   0 Comments

Color spaces of #773599

RGB 11953153
HSL0.780.490.40
HSV280°65°60°
CMYK 0.220.650.00   0.40
XYZ14.63068.768131.0583
Yxy8.76810.26870.1610
Hunter Lab29.611036.3765-41.4603
CIE-Lab35.533945.8359-42.8030

#773599 color RGB value is (119,53,153).

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

The process color (four color CMYK) of #773599 color hex is 0.22, 0.65, 0.00, 0.40. Web safe color of #773599 is #663399. Color #773599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110101 10011001
Octal 167 65 231
Decimal 119 53 153
Hex 77 35 99

RGB Percentages of Color #773599

%36.62
%16.31
%47.08

CMYK Percentages of Color #773599

%22
%65
%0
%40

Triadic Colors of #773599

#773599 #997735 #359977

Analogous Colors of #773599

#773599 #993589 #453599

Monochromatic Colors of #773599

#773599

Complementary Color

#773599 #579935

#773599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773599 Color CSS Codes

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

#773599 Text Font Color

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

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


#773599 Background Color

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

This div background color is #773599


#773599 Border Color

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

This div border color is #773599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773599


Comments

No comments written yet.

Please login to write comment.