Color Hex Logo

#797cdd Color Hex

#797CDD
(121,124,221)
0 Favorites   0 Comments

Color spaces of #797cdd

RGB 121124221
HSL0.660.600.67
HSV238°45°87°
CMYK 0.450.440.00   0.13
XYZ28.144023.700771.4980
Yxy23.70070.22820.1922
Hunter Lab48.683417.9955-52.9969
CIE-Lab55.786923.8358-50.0661

#797cdd color RGB value is (121,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111100 11011101
Octal 171 174 335
Decimal 121 124 221
Hex 79 7C DD

RGB Percentages of Color #797cdd

%25.97
%26.61
%47.42

CMYK Percentages of Color #797cdd

%45
%44
%0
%13

Triadic Colors of #797cdd

#797cdd #dd797c #7cdd79

Analogous Colors of #797cdd

#797cdd #a879dd #79aedd

Monochromatic Colors of #797cdd

#797cdd

Complementary Color

#797cdd #ddda79

#797cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#797cdd Color CSS Codes

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

#797cdd Text Font Color

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

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


#797cdd Background Color

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

This div background color is #797cdd


#797cdd Border Color

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

This div border color is #797cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797cdd


Comments

No comments written yet.

Please login to write comment.