Color Hex Logo

#797afb Color Hex

#797AFB
(121,122,251)
0 Favorites   0 Comments

Color spaces of #797afb

RGB 121122251
HSL0.670.940.73
HSV240°52°98°
CMYK 0.520.510.00   0.02
XYZ32.257324.949094.3823
Yxy24.94900.21280.1646
Hunter Lab49.949027.8655-77.0686
CIE-Lab57.025733.9993-64.7890

#797afb color RGB value is (121,122,251).

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

The process color (four color CMYK) of #797afb color hex is 0.52, 0.51, 0.00, 0.02. Web safe color of #797afb is #6666ff. Color #797afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111010 11111011
Octal 171 172 373
Decimal 121 122 251
Hex 79 7A FB

RGB Percentages of Color #797afb

%24.49
%24.70
%50.81

CMYK Percentages of Color #797afb

%52
%51
%0
%2

Triadic Colors of #797afb

#797afb #fb797a #7afb79

Analogous Colors of #797afb

#797afb #b979fb #79bbfb

Monochromatic Colors of #797afb

#797afb

Complementary Color

#797afb #fbfa79

#797afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#797afb Color CSS Codes

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

#797afb Text Font Color

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

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


#797afb Background Color

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

This div background color is #797afb


#797afb Border Color

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

This div border color is #797afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797afb

Related Colors


Comments

No comments written yet.

Please login to write comment.