Color Hex Logo

#797aef Color Hex

#797AEF
(121,122,239)
0 Favorites   0 Comments

Color spaces of #797aef

RGB 121122239
HSL0.670.790.71
HSV239°49°94°
CMYK 0.490.490.00   0.06
XYZ30.424724.216084.7320
Yxy24.21600.21830.1737
Hunter Lab49.209824.2433-67.6419
CIE-Lab56.303430.3788-59.3000

#797aef color RGB value is (121,122,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111010 11101111
Octal 171 172 357
Decimal 121 122 239
Hex 79 7A EF

RGB Percentages of Color #797aef

%25.10
%25.31
%49.59

CMYK Percentages of Color #797aef

%49
%49
%0
%6

Triadic Colors of #797aef

#797aef #ef797a #7aef79

Analogous Colors of #797aef

#797aef #b379ef #79b5ef

Monochromatic Colors of #797aef

#797aef

Complementary Color

#797aef #efee79

#797aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#797aef Color CSS Codes

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

#797aef Text Font Color

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

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


#797aef Background Color

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

This div background color is #797aef


#797aef Border Color

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

This div border color is #797aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797aef


Comments

No comments written yet.

Please login to write comment.