Color Hex Logo

#796dcd Color Hex

#796DCD
(121,109,205)
0 Favorites   0 Comments

Color spaces of #796dcd

RGB 121109205
HSL0.690.490.62
HSV248°47°80°
CMYK 0.410.470.00   0.20
XYZ24.373219.410060.2195
Yxy19.41000.23440.1866
Hunter Lab44.056821.6508-50.2014
CIE-Lab51.163528.1614-48.3691

#796dcd color RGB value is (121,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101101 11001101
Octal 171 155 315
Decimal 121 109 205
Hex 79 6D CD

RGB Percentages of Color #796dcd

%27.82
%25.06
%47.13

CMYK Percentages of Color #796dcd

%41
%47
%0
%20

Triadic Colors of #796dcd

#796dcd #cd796d #6dcd79

Analogous Colors of #796dcd

#796dcd #a96dcd #6d91cd

Monochromatic Colors of #796dcd

#796dcd

Complementary Color

#796dcd #c1cd6d

#796dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#796dcd Color CSS Codes

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

#796dcd Text Font Color

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

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


#796dcd Background Color

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

This div background color is #796dcd


#796dcd Border Color

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

This div border color is #796dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796dcd


Comments

No comments written yet.

Please login to write comment.