Color Hex Logo

#798dcc Color Hex

#798DCC
(121,141,204)
0 Favorites   0 Comments

Color spaces of #798dcc

RGB 121141204
HSL0.630.450.64
HSV226°41°80°
CMYK 0.410.310.00   0.20
XYZ28.309127.474360.9378
Yxy27.47430.24250.2354
Hunter Lab52.41594.6774-32.2383
CIE-Lab59.41088.8659-34.7997

#798dcc color RGB value is (121,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001101 11001100
Octal 171 215 314
Decimal 121 141 204
Hex 79 8D CC

RGB Percentages of Color #798dcc

%25.97
%30.26
%43.78

CMYK Percentages of Color #798dcc

%41
%31
%0
%20

Triadic Colors of #798dcc

#798dcc #cc798d #8dcc79

Analogous Colors of #798dcc

#798dcc #8f79cc #79b7cc

Monochromatic Colors of #798dcc

#798dcc

Complementary Color

#798dcc #ccb879

#798dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#798dcc Color CSS Codes

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

#798dcc Text Font Color

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

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


#798dcc Background Color

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

This div background color is #798dcc


#798dcc Border Color

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

This div border color is #798dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798dcc


Comments

No comments written yet.

Please login to write comment.