Color Hex Logo

#797aee Color Hex

#797AEE
(121,122,238)
0 Favorites   0 Comments

Color spaces of #797aee

RGB 121122238
HSL0.670.770.70
HSV239°49°93°
CMYK 0.490.490.00   0.07
XYZ30.277324.157183.9559
Yxy24.15710.21880.1746
Hunter Lab49.149923.9473-66.8720
CIE-Lab56.244730.0784-58.8377

#797aee color RGB value is (121,122,238).

#797aee hex color red value is 121, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #797aee hue: 0.67 , saturation: 0.77 and the lightness value of 797aee is 0.70.

The process color (four color CMYK) of #797aee color hex is 0.49, 0.49, 0.00, 0.07. Web safe color of #797aee is #6666ff. Color #797aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111010 11101110
Octal 171 172 356
Decimal 121 122 238
Hex 79 7A EE

RGB Percentages of Color #797aee

%25.16
%25.36
%49.48

CMYK Percentages of Color #797aee

%49
%49
%0
%7

Triadic Colors of #797aee

#797aee #ee797a #7aee79

Analogous Colors of #797aee

#797aee #b379ee #79b5ee

Monochromatic Colors of #797aee

#797aee

Complementary Color

#797aee #eeed79

#797aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#797aee Color CSS Codes

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

#797aee Text Font Color

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

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


#797aee Background Color

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

This div background color is #797aee


#797aee Border Color

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

This div border color is #797aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797aee


Comments

No comments written yet.

Please login to write comment.