Color Hex Logo

#797acd Color Hex

#797ACD
(121,122,205)
0 Favorites   0 Comments

Color spaces of #797acd

RGB 121122205
HSL0.660.460.64
HSV239°41°80°
CMYK 0.410.400.00   0.20
XYZ25.864122.391860.7165
Yxy22.39180.23730.2055
Hunter Lab47.320014.7544-42.9513
CIE-Lab54.440320.3866-43.1699

#797acd color RGB value is (121,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111010 11001101
Octal 171 172 315
Decimal 121 122 205
Hex 79 7A CD

RGB Percentages of Color #797acd

%27.01
%27.23
%45.76

CMYK Percentages of Color #797acd

%41
%40
%0
%20

Triadic Colors of #797acd

#797acd #cd797a #7acd79

Analogous Colors of #797acd

#797acd #a279cd #79a4cd

Monochromatic Colors of #797acd

#797acd

Complementary Color

#797acd #cdcc79

#797acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#797acd Color CSS Codes

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

#797acd Text Font Color

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

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


#797acd Background Color

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

This div background color is #797acd


#797acd Border Color

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

This div border color is #797acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797acd


Comments

No comments written yet.

Please login to write comment.