Color Hex Logo

#773184 Color Hex

#773184
(119,49,132)
0 Favorites   0 Comments

Color spaces of #773184

RGB 11949132
HSL0.810.460.35
HSV291°63°52°
CMYK 0.100.630.00   0.48
XYZ12.87097.784522.6540
Yxy7.78450.29720.1797
Hunter Lab27.900733.5177-28.6100
CIE-Lab33.530043.2684-33.1144

#773184 color RGB value is (119,49,132).

#773184 hex color red value is 119, green value is 49 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #773184 hue: 0.81 , saturation: 0.46 and the lightness value of 773184 is 0.35.

The process color (four color CMYK) of #773184 color hex is 0.10, 0.63, 0.00, 0.48. Web safe color of #773184 is #663399. Color #773184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110001 10000100
Octal 167 61 204
Decimal 119 49 132
Hex 77 31 84

RGB Percentages of Color #773184

%39.67
%16.33
%44.00

CMYK Percentages of Color #773184

%10
%63
%0
%48

Triadic Colors of #773184

#773184 #847731 #318477

Analogous Colors of #773184

#773184 #843168 #4e3184

Monochromatic Colors of #773184

#773184

Complementary Color

#773184 #3e8431

#773184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773184 Color CSS Codes

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

#773184 Text Font Color

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

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


#773184 Background Color

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

This div background color is #773184


#773184 Border Color

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

This div border color is #773184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773184


Comments

No comments written yet.

Please login to write comment.