Color Hex Logo

#797ecf Color Hex

#797ECF
(121,126,207)
0 Favorites   0 Comments

Color spaces of #797ecf

RGB 121126207
HSL0.660.470.64
HSV237°42°81°
CMYK 0.420.390.00   0.19
XYZ26.608523.491762.1634
Yxy23.49170.23700.2093
Hunter Lab48.468213.1750-42.1152
CIE-Lab55.575218.5736-42.5104

#797ecf color RGB value is (121,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111110 11001111
Octal 171 176 317
Decimal 121 126 207
Hex 79 7E CF

RGB Percentages of Color #797ecf

%26.65
%27.75
%45.59

CMYK Percentages of Color #797ecf

%42
%39
%0
%19

Triadic Colors of #797ecf

#797ecf #cf797e #7ecf79

Analogous Colors of #797ecf

#797ecf #9f79cf #79a9cf

Monochromatic Colors of #797ecf

#797ecf

Complementary Color

#797ecf #cfca79

#797ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#797ecf Color CSS Codes

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

#797ecf Text Font Color

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

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


#797ecf Background Color

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

This div background color is #797ecf


#797ecf Border Color

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

This div border color is #797ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797ecf


Comments

No comments written yet.

Please login to write comment.