Color Hex Logo

#793161 Color Hex

#793161
(121,49,97)
0 Favorites   0 Comments

Color spaces of #793161

RGB 1214997
HSL0.890.420.33
HSV320°60°47°
CMYK 0.000.600.20   0.53
XYZ11.14117.124612.0973
Yxy7.12460.36690.2346
Hunter Lab26.691927.7942-8.1870
CIE-Lab32.088937.4199-13.2359

#793161 color RGB value is (121,49,97).

#793161 hex color red value is 121, green value is 49 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #793161 hue: 0.89 , saturation: 0.42 and the lightness value of 793161 is 0.33.

The process color (four color CMYK) of #793161 color hex is 0.00, 0.60, 0.20, 0.53. Web safe color of #793161 is #663366. Color #793161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110001 01100001
Octal 171 61 141
Decimal 121 49 97
Hex 79 31 61

RGB Percentages of Color #793161

%45.32
%18.35
%36.33

CMYK Percentages of Color #793161

%0
%60
%20
%53

Triadic Colors of #793161

#793161 #617931 #316179

Analogous Colors of #793161

#793161 #79313d #6d3179

Monochromatic Colors of #793161

#793161

Complementary Color

#793161 #317949

#793161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793161 Color CSS Codes

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

#793161 Text Font Color

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

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


#793161 Background Color

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

This div background color is #793161


#793161 Border Color

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

This div border color is #793161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793161


Comments

No comments written yet.

Please login to write comment.