Color Hex Logo

#797fda Color Hex

#797FDA
(121,127,218)
0 Favorites   0 Comments

Color spaces of #797fda

RGB 121127218
HSL0.660.570.66
HSV236°44°85°
CMYK 0.440.420.00   0.15
XYZ28.129424.305669.5385
Yxy24.30560.23060.1993
Hunter Lab49.300715.5701-49.1179
CIE-Lab56.392521.1678-47.4192

#797fda color RGB value is (121,127,218).

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

The process color (four color CMYK) of #797fda color hex is 0.44, 0.42, 0.00, 0.15. Web safe color of #797fda is #6666cc. Color #797fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111111 11011010
Octal 171 177 332
Decimal 121 127 218
Hex 79 7F DA

RGB Percentages of Color #797fda

%25.97
%27.25
%46.78

CMYK Percentages of Color #797fda

%44
%42
%0
%15

Triadic Colors of #797fda

#797fda #da797f #7fda79

Analogous Colors of #797fda

#797fda #a479da #79b0da

Monochromatic Colors of #797fda

#797fda

Complementary Color

#797fda #dad479

#797fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#797fda Color CSS Codes

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

#797fda Text Font Color

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

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


#797fda Background Color

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

This div background color is #797fda


#797fda Border Color

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

This div border color is #797fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797fda


Comments

No comments written yet.

Please login to write comment.