Color Hex Logo

#790377 Color Hex

#790377
(121,3,119)
0 Favorites   0 Comments

Color spaces of #790377

RGB 1213119
HSL0.840.950.24
HSV301°98°47°
CMYK 0.000.980.02   0.53
XYZ11.24755.462017.9142
Yxy5.46200.32480.1578
Hunter Lab23.370945.0059-29.0871
CIE-Lab28.012455.7674-33.7077

#790377 color RGB value is (121,3,119).

#790377 hex color red value is 121, green value is 3 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #790377 hue: 0.84 , saturation: 0.95 and the lightness value of 790377 is 0.24.

The process color (four color CMYK) of #790377 color hex is 0.00, 0.98, 0.02, 0.53. Web safe color of #790377 is #660066. Color #790377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000011 01110111
Octal 171 3 167
Decimal 121 3 119
Hex 79 3 77

RGB Percentages of Color #790377

%49.79
%1.23
%48.97

CMYK Percentages of Color #790377

%0
%98
%2
%53

Triadic Colors of #790377

#790377 #777903 #037779

Analogous Colors of #790377

#790377 #79033c #400379

Monochromatic Colors of #790377

#790377

Complementary Color

#790377 #037905

#790377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790377 Color CSS Codes

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

#790377 Text Font Color

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

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


#790377 Background Color

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

This div background color is #790377


#790377 Border Color

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

This div border color is #790377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790377


Comments

No comments written yet.

Please login to write comment.