Color Hex Logo

#792daa Color Hex

#792DAA
(121,45,170)
0 Favorites   0 Comments

Color spaces of #792daa

RGB 12145170
HSL0.770.580.42
HSV276°74°67°
CMYK 0.290.740.00   0.33
XYZ16.07928.844038.8898
Yxy8.84400.25200.1386
Hunter Lab29.738944.4683-56.7169
CIE-Lab35.682253.7639-52.7948

#792daa color RGB value is (121,45,170).

#792daa hex color red value is 121, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #792daa hue: 0.77 , saturation: 0.58 and the lightness value of 792daa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101101 10101010
Octal 171 55 252
Decimal 121 45 170
Hex 79 2D AA

RGB Percentages of Color #792daa

%36.01
%13.39
%50.60

CMYK Percentages of Color #792daa

%29
%74
%0
%33

Triadic Colors of #792daa

#792daa #aa792d #2daa79

Analogous Colors of #792daa

#792daa #aa2d9d #3a2daa

Monochromatic Colors of #792daa

#792daa

Complementary Color

#792daa #5eaa2d

#792daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#792daa Color CSS Codes

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

#792daa Text Font Color

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

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


#792daa Background Color

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

This div background color is #792daa


#792daa Border Color

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

This div border color is #792daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,45,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 #792daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792daa


Comments

No comments written yet.

Please login to write comment.