Color Hex Logo

#797aeb Color Hex

#797AEB
(121,122,235)
0 Favorites   0 Comments

Color spaces of #797aeb

RGB 121122235
HSL0.670.740.70
HSV239°49°92°
CMYK 0.490.480.00   0.08
XYZ29.840123.982281.6535
Yxy23.98220.22030.1770
Hunter Lab48.971623.0659-64.5778
CIE-Lab56.070029.1801-57.4470

#797aeb color RGB value is (121,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111010 11101011
Octal 171 172 353
Decimal 121 122 235
Hex 79 7A EB

RGB Percentages of Color #797aeb

%25.31
%25.52
%49.16

CMYK Percentages of Color #797aeb

%49
%48
%0
%8

Triadic Colors of #797aeb

#797aeb #eb797a #7aeb79

Analogous Colors of #797aeb

#797aeb #b179eb #79b3eb

Monochromatic Colors of #797aeb

#797aeb

Complementary Color

#797aeb #ebea79

#797aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#797aeb Color CSS Codes

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

#797aeb Text Font Color

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

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


#797aeb Background Color

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

This div background color is #797aeb


#797aeb Border Color

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

This div border color is #797aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797aeb


Comments

No comments written yet.

Please login to write comment.