Color Hex Logo

#797dad Color Hex

#797DAD
(121,125,173)
0 Favorites   0 Comments

Color spaces of #797dad

RGB 121125173
HSL0.650.240.58
HSV235°30°68°
CMYK 0.300.280.00   0.32
XYZ22.761621.749342.5335
Yxy21.74930.26150.2499
Hunter Lab46.63615.5068-21.4289
CIE-Lab53.76009.8079-25.9263

#797dad color RGB value is (121,125,173).

#797dad hex color red value is 121, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #797dad hue: 0.65 , saturation: 0.24 and the lightness value of 797dad is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111101 10101101
Octal 171 175 255
Decimal 121 125 173
Hex 79 7D AD

RGB Percentages of Color #797dad

%28.88
%29.83
%41.29

CMYK Percentages of Color #797dad

%30
%28
%0
%32

Triadic Colors of #797dad

#797dad #ad797d #7dad79

Analogous Colors of #797dad

#797dad #8f79ad #7997ad

Monochromatic Colors of #797dad

#797dad

Complementary Color

#797dad #ada979

#797dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#797dad Color CSS Codes

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

#797dad Text Font Color

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

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


#797dad Background Color

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

This div background color is #797dad


#797dad Border Color

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

This div border color is #797dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797dad


Comments

No comments written yet.

Please login to write comment.