Color Hex Logo

#796ecc Color Hex

#796ECC
(121,110,204)
0 Favorites   0 Comments

Color spaces of #796ecc

RGB 121110204
HSL0.690.480.62
HSV247°46°80°
CMYK 0.410.460.00   0.20
XYZ24.360219.576459.6215
Yxy19.57640.23520.1890
Hunter Lab44.245220.8480-48.9230
CIE-Lab51.354927.2800-47.4939

#796ecc color RGB value is (121,110,204).

#796ecc hex color red value is 121, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #796ecc hue: 0.69 , saturation: 0.48 and the lightness value of 796ecc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101110 11001100
Octal 171 156 314
Decimal 121 110 204
Hex 79 6E CC

RGB Percentages of Color #796ecc

%27.82
%25.29
%46.90

CMYK Percentages of Color #796ecc

%41
%46
%0
%20

Triadic Colors of #796ecc

#796ecc #cc796e #6ecc79

Analogous Colors of #796ecc

#796ecc #a86ecc #6e92cc

Monochromatic Colors of #796ecc

#796ecc

Complementary Color

#796ecc #c1cc6e

#796ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#796ecc Color CSS Codes

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

#796ecc Text Font Color

<p style="color:#796ecc">Text here</p>

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


#796ecc Background Color

<div style="background-color:#796ecc">
Div content here</div>

This div background color is #796ecc


#796ecc Border Color

<div style="border:3px solid #796ecc">
Div here</div>

This div border color is #796ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796ecc


Comments

No comments written yet.

Please login to write comment.