Color Hex Logo

#797edb Color Hex

#797EDB
(121,126,219)
0 Favorites   0 Comments

Color spaces of #797edb

RGB 121126219
HSL0.660.580.67
HSV237°45°86°
CMYK 0.450.420.00   0.14
XYZ28.132224.101170.1871
Yxy24.10110.22980.1969
Hunter Lab49.092916.3752-50.4007
CIE-Lab56.188922.0565-48.3041

#797edb color RGB value is (121,126,219).

#797edb hex color red value is 121, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #797edb hue: 0.66 , saturation: 0.58 and the lightness value of 797edb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111110 11011011
Octal 171 176 333
Decimal 121 126 219
Hex 79 7E DB

RGB Percentages of Color #797edb

%25.97
%27.04
%47.00

CMYK Percentages of Color #797edb

%45
%42
%0
%14

Triadic Colors of #797edb

#797edb #db797e #7edb79

Analogous Colors of #797edb

#797edb #a579db #79afdb

Monochromatic Colors of #797edb

#797edb

Complementary Color

#797edb #dbd679

#797edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#797edb Color CSS Codes

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

#797edb Text Font Color

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

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


#797edb Background Color

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

This div background color is #797edb


#797edb Border Color

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

This div border color is #797edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797edb


Comments

No comments written yet.

Please login to write comment.