Color Hex Logo

#797dcf Color Hex

#797DCF
(121,125,207)
0 Favorites   0 Comments

Color spaces of #797dcf

RGB 121125207
HSL0.660.470.64
HSV237°42°81°
CMYK 0.420.400.00   0.19
XYZ26.481323.237262.1210
Yxy23.23720.23680.2078
Hunter Lab48.205013.6999-42.6626
CIE-Lab55.315819.1697-42.9199

#797dcf color RGB value is (121,125,207).

#797dcf hex color red value is 121, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #797dcf hue: 0.66 , saturation: 0.47 and the lightness value of 797dcf is 0.64.

The process color (four color CMYK) of #797dcf color hex is 0.42, 0.40, 0.00, 0.19. Web safe color of #797dcf is #6666cc. Color #797dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111101 11001111
Octal 171 175 317
Decimal 121 125 207
Hex 79 7D CF

RGB Percentages of Color #797dcf

%26.71
%27.59
%45.70

CMYK Percentages of Color #797dcf

%42
%40
%0
%19

Triadic Colors of #797dcf

#797dcf #cf797d #7dcf79

Analogous Colors of #797dcf

#797dcf #a079cf #79a8cf

Monochromatic Colors of #797dcf

#797dcf

Complementary Color

#797dcf #cfcb79

#797dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#797dcf Color CSS Codes

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

#797dcf Text Font Color

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

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


#797dcf Background Color

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

This div background color is #797dcf


#797dcf Border Color

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

This div border color is #797dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797dcf


Comments

No comments written yet.

Please login to write comment.