Color Hex Logo

#793991 Color Hex

#793991
(121,57,145)
0 Favorites   0 Comments

Color spaces of #793991

RGB 12157145
HSL0.790.440.40
HSV284°61°57°
CMYK 0.170.610.00   0.43
XYZ14.45919.035527.7700
Yxy9.03550.28200.1763
Hunter Lab30.059133.2590-33.7335
CIE-Lab36.052642.5493-37.0881

#793991 color RGB value is (121,57,145).

#793991 hex color red value is 121, green value is 57 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #793991 hue: 0.79 , saturation: 0.44 and the lightness value of 793991 is 0.40.

The process color (four color CMYK) of #793991 color hex is 0.17, 0.61, 0.00, 0.43. Web safe color of #793991 is #663399. Color #793991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111001 10010001
Octal 171 71 221
Decimal 121 57 145
Hex 79 39 91

RGB Percentages of Color #793991

%37.46
%17.65
%44.89

CMYK Percentages of Color #793991

%17
%61
%0
%43

Triadic Colors of #793991

#793991 #917939 #399179

Analogous Colors of #793991

#793991 #91397d #4d3991

Monochromatic Colors of #793991

#793991

Complementary Color

#793991 #519139

#793991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793991 Color CSS Codes

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

#793991 Text Font Color

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

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


#793991 Background Color

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

This div background color is #793991


#793991 Border Color

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

This div border color is #793991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793991


Comments

No comments written yet.

Please login to write comment.