Color Hex Logo

#797ddd Color Hex

#797DDD
(121,125,221)
0 Favorites   0 Comments

Color spaces of #797ddd

RGB 121125221
HSL0.660.600.67
HSV238°45°87°
CMYK 0.450.430.00   0.13
XYZ28.269923.952671.5399
Yxy23.95260.22840.1935
Hunter Lab48.941417.4591-52.4080
CIE-Lab56.040323.2397-49.6631

#797ddd color RGB value is (121,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111101 11011101
Octal 171 175 335
Decimal 121 125 221
Hex 79 7D DD

RGB Percentages of Color #797ddd

%25.91
%26.77
%47.32

CMYK Percentages of Color #797ddd

%45
%43
%0
%13

Triadic Colors of #797ddd

#797ddd #dd797d #7ddd79

Analogous Colors of #797ddd

#797ddd #a779dd #79afdd

Monochromatic Colors of #797ddd

#797ddd

Complementary Color

#797ddd #ddd979

#797ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#797ddd Color CSS Codes

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

#797ddd Text Font Color

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

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


#797ddd Background Color

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

This div background color is #797ddd


#797ddd Border Color

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

This div border color is #797ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,125,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 #797ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797ddd


Comments

No comments written yet.

Please login to write comment.