Color Hex Logo

#797edd Color Hex

#797EDD
(121,126,221)
0 Favorites   0 Comments

Color spaces of #797edd

RGB 121126221
HSL0.660.600.67
HSV237°45°87°
CMYK 0.450.430.00   0.13
XYZ28.397224.207171.5824
Yxy24.20710.22870.1949
Hunter Lab49.200716.9237-51.8209
CIE-Lab56.294622.6440-49.2592

#797edd color RGB value is (121,126,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111110 11011101
Octal 171 176 335
Decimal 121 126 221
Hex 79 7E DD

RGB Percentages of Color #797edd

%25.85
%26.92
%47.22

CMYK Percentages of Color #797edd

%45
%43
%0
%13

Triadic Colors of #797edd

#797edd #dd797e #7edd79

Analogous Colors of #797edd

#797edd #a679dd #79b0dd

Monochromatic Colors of #797edd

#797edd

Complementary Color

#797edd #ddd879

#797edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#797edd Color CSS Codes

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

#797edd Text Font Color

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

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


#797edd Background Color

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

This div background color is #797edd


#797edd Border Color

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

This div border color is #797edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797edd


Comments

No comments written yet.

Please login to write comment.