Color Hex Logo

#796dad Color Hex

#796DAD
(121,109,173)
0 Favorites   0 Comments

Color spaces of #796dad

RGB 121109173
HSL0.700.280.55
HSV251°37°68°
CMYK 0.300.370.00   0.32
XYZ20.896618.019441.9119
Yxy18.01940.25850.2229
Hunter Lab42.449313.5844-28.8250
CIE-Lab49.519619.3622-32.5215

#796dad color RGB value is (121,109,173).

#796dad hex color red value is 121, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #796dad hue: 0.70 , saturation: 0.28 and the lightness value of 796dad is 0.55.

The process color (four color CMYK) of #796dad color hex is 0.30, 0.37, 0.00, 0.32. Web safe color of #796dad is #666699. Color #796dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101101 10101101
Octal 171 155 255
Decimal 121 109 173
Hex 79 6D AD

RGB Percentages of Color #796dad

%30.02
%27.05
%42.93

CMYK Percentages of Color #796dad

%30
%37
%0
%32

Triadic Colors of #796dad

#796dad #ad796d #6dad79

Analogous Colors of #796dad

#796dad #996dad #6d81ad

Monochromatic Colors of #796dad

#796dad

Complementary Color

#796dad #a1ad6d

#796dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#796dad Color CSS Codes

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

#796dad Text Font Color

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

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


#796dad Background Color

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

This div background color is #796dad


#796dad Border Color

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

This div border color is #796dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,109,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796dad;
  -webkit-box-shadow: 1px 1px 3px 2px #796dad;
  box-shadow:         1px 1px 3px 2px #796dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796dad


Comments

No comments written yet.

Please login to write comment.