Color Hex Logo

#793b8a Color Hex

#793B8A
(121,59,138)
0 Favorites   0 Comments

Color spaces of #793b8a

RGB 12159138
HSL0.800.400.39
HSV287°57°54°
CMYK 0.120.570.00   0.46
XYZ14.03669.027925.0475
Yxy9.02790.29170.1876
Hunter Lab30.046530.8073-28.3931
CIE-Lab36.038039.9867-32.8251

#793b8a color RGB value is (121,59,138).

#793b8a hex color red value is 121, green value is 59 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #793b8a hue: 0.80 , saturation: 0.40 and the lightness value of 793b8a is 0.39.

The process color (four color CMYK) of #793b8a color hex is 0.12, 0.57, 0.00, 0.46. Web safe color of #793b8a is #663399. Color #793b8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111011 10001010
Octal 171 73 212
Decimal 121 59 138
Hex 79 3B 8A

RGB Percentages of Color #793b8a

%38.05
%18.55
%43.40

CMYK Percentages of Color #793b8a

%12
%57
%0
%46

Triadic Colors of #793b8a

#793b8a #8a793b #3b8a79

Analogous Colors of #793b8a

#793b8a #8a3b74 #513b8a

Monochromatic Colors of #793b8a

#793b8a

Complementary Color

#793b8a #4c8a3b

#793b8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793b8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#793b8a Color CSS Codes

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

#793b8a Text Font Color

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

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


#793b8a Background Color

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

This div background color is #793b8a


#793b8a Border Color

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

This div border color is #793b8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793b8a


Comments

No comments written yet.

Please login to write comment.