Color Hex Logo

#797adb Color Hex

#797ADB
(121,122,219)
0 Favorites   0 Comments

Color spaces of #797adb

RGB 121122219
HSL0.660.580.67
HSV239°45°86°
CMYK 0.450.440.00   0.14
XYZ27.630923.098570.0200
Yxy23.09850.22880.1913
Hunter Lab48.060918.5156-52.7371
CIE-Lab55.173724.4413-49.9172

#797adb color RGB value is (121,122,219).

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

The process color (four color CMYK) of #797adb color hex is 0.45, 0.44, 0.00, 0.14. Web safe color of #797adb is #6666cc. Color #797adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111010 11011011
Octal 171 172 333
Decimal 121 122 219
Hex 79 7A DB

RGB Percentages of Color #797adb

%26.19
%26.41
%47.40

CMYK Percentages of Color #797adb

%45
%44
%0
%14

Triadic Colors of #797adb

#797adb #db797a #7adb79

Analogous Colors of #797adb

#797adb #a979db #79abdb

Monochromatic Colors of #797adb

#797adb

Complementary Color

#797adb #dbda79

#797adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#797adb Color CSS Codes

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

#797adb Text Font Color

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

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


#797adb Background Color

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

This div background color is #797adb


#797adb Border Color

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

This div border color is #797adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797adb


Comments

No comments written yet.

Please login to write comment.