Color Hex Logo

#793daa Color Hex

#793DAA
(121,61,170)
0 Favorites   0 Comments

Color spaces of #793daa

RGB 12161170
HSL0.760.470.45
HSV273°64°67°
CMYK 0.290.640.00   0.33
XYZ16.809610.304739.1333
Yxy10.30470.25370.1555
Hunter Lab32.100937.2946-49.8080
CIE-Lab38.383846.2442-48.4323

#793daa color RGB value is (121,61,170).

#793daa hex color red value is 121, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #793daa hue: 0.76 , saturation: 0.47 and the lightness value of 793daa is 0.45.

The process color (four color CMYK) of #793daa color hex is 0.29, 0.64, 0.00, 0.33. Web safe color of #793daa is #663399. Color #793daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111101 10101010
Octal 171 75 252
Decimal 121 61 170
Hex 79 3D AA

RGB Percentages of Color #793daa

%34.38
%17.33
%48.30

CMYK Percentages of Color #793daa

%29
%64
%0
%33

Triadic Colors of #793daa

#793daa #aa793d #3daa79

Analogous Colors of #793daa

#793daa #aa3da5 #433daa

Monochromatic Colors of #793daa

#793daa

Complementary Color

#793daa #6eaa3d

#793daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#793daa Color CSS Codes

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

#793daa Text Font Color

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

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


#793daa Background Color

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

This div background color is #793daa


#793daa Border Color

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

This div border color is #793daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793daa


Comments

No comments written yet.

Please login to write comment.