Color Hex Logo

#798ccd Color Hex

#798CCD
(121,140,205)
0 Favorites   0 Comments

Color spaces of #798ccd

RGB 121140205
HSL0.630.460.64
HSV226°41°80°
CMYK 0.410.320.00   0.20
XYZ28.282727.228961.5227
Yxy27.22890.24170.2327
Hunter Lab52.18135.4311-33.3770
CIE-Lab59.18569.7327-35.7136

#798ccd color RGB value is (121,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001100 11001101
Octal 171 214 315
Decimal 121 140 205
Hex 79 8C CD

RGB Percentages of Color #798ccd

%25.97
%30.04
%43.99

CMYK Percentages of Color #798ccd

%41
%32
%0
%20

Triadic Colors of #798ccd

#798ccd #cd798c #8ccd79

Analogous Colors of #798ccd

#798ccd #9079cd #79b6cd

Monochromatic Colors of #798ccd

#798ccd

Complementary Color

#798ccd #cdba79

#798ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#798ccd Color CSS Codes

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

#798ccd Text Font Color

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

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


#798ccd Background Color

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

This div background color is #798ccd


#798ccd Border Color

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

This div border color is #798ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798ccd


Comments

No comments written yet.

Please login to write comment.