Color Hex Logo

#797ccd Color Hex

#797CCD
(121,124,205)
0 Favorites   0 Comments

Color spaces of #797ccd

RGB 121124205
HSL0.660.460.64
HSV238°41°80°
CMYK 0.410.400.00   0.20
XYZ26.112322.888060.7992
Yxy22.88800.23780.2085
Hunter Lab47.841413.7046-41.8597
CIE-Lab54.956819.1934-42.3540

#797ccd color RGB value is (121,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111100 11001101
Octal 171 174 315
Decimal 121 124 205
Hex 79 7C CD

RGB Percentages of Color #797ccd

%26.89
%27.56
%45.56

CMYK Percentages of Color #797ccd

%41
%40
%0
%20

Triadic Colors of #797ccd

#797ccd #cd797c #7ccd79

Analogous Colors of #797ccd

#797ccd #a079cd #79a6cd

Monochromatic Colors of #797ccd

#797ccd

Complementary Color

#797ccd #cdca79

#797ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#797ccd Color CSS Codes

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

#797ccd Text Font Color

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

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


#797ccd Background Color

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

This div background color is #797ccd


#797ccd Border Color

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

This div border color is #797ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797ccd


Comments

No comments written yet.

Please login to write comment.