Color Hex Logo

#797fac Color Hex

#797FAC
(121,127,172)
0 Favorites   0 Comments

Color spaces of #797fac

RGB 121127172
HSL0.650.240.57
HSV233°30°67°
CMYK 0.300.260.00   0.33
XYZ22.920922.222242.1110
Yxy22.22220.26270.2547
Hunter Lab47.14044.2956-19.9660
CIE-Lab54.26208.3669-24.5751

#797fac color RGB value is (121,127,172).

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

The process color (four color CMYK) of #797fac color hex is 0.30, 0.26, 0.00, 0.33. Web safe color of #797fac is #666699. Color #797fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111111 10101100
Octal 171 177 254
Decimal 121 127 172
Hex 79 7F AC

RGB Percentages of Color #797fac

%28.81
%30.24
%40.95

CMYK Percentages of Color #797fac

%30
%26
%0
%33

Triadic Colors of #797fac

#797fac #ac797f #7fac79

Analogous Colors of #797fac

#797fac #8d79ac #7999ac

Monochromatic Colors of #797fac

#797fac

Complementary Color

#797fac #aca679

#797fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#797fac Color CSS Codes

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

#797fac Text Font Color

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

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


#797fac Background Color

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

This div background color is #797fac


#797fac Border Color

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

This div border color is #797fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797fac


Comments

No comments written yet.

Please login to write comment.