Color Hex Logo

#797daf Color Hex

#797DAF
(121,125,175)
0 Favorites   0 Comments

Color spaces of #797daf

RGB 121125175
HSL0.650.250.58
HSV236°31°69°
CMYK 0.310.290.00   0.31
XYZ22.956621.827343.5606
Yxy21.82730.25990.2471
Hunter Lab46.71975.9499-22.5771
CIE-Lab53.843310.3330-26.9501

#797daf color RGB value is (121,125,175).

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

The process color (four color CMYK) of #797daf color hex is 0.31, 0.29, 0.00, 0.31. Web safe color of #797daf is #666699. Color #797daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111101 10101111
Octal 171 175 257
Decimal 121 125 175
Hex 79 7D AF

RGB Percentages of Color #797daf

%28.74
%29.69
%41.57

CMYK Percentages of Color #797daf

%31
%29
%0
%31

Triadic Colors of #797daf

#797daf #af797d #7daf79

Analogous Colors of #797daf

#797daf #9079af #7998af

Monochromatic Colors of #797daf

#797daf

Complementary Color

#797daf #afab79

#797daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#797daf Color CSS Codes

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

#797daf Text Font Color

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

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


#797daf Background Color

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

This div background color is #797daf


#797daf Border Color

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

This div border color is #797daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797daf


Comments

No comments written yet.

Please login to write comment.