Color Hex Logo

#796ecd Color Hex

#796ECD
(121,110,205)
0 Favorites   0 Comments

Color spaces of #796ecd

RGB 121110205
HSL0.690.490.62
HSV247°46°80°
CMYK 0.410.460.00   0.20
XYZ24.480519.624660.2553
Yxy19.62460.23460.1880
Hunter Lab44.299721.1167-49.6350
CIE-Lab51.410127.5639-47.9764

#796ecd color RGB value is (121,110,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101110 11001101
Octal 171 156 315
Decimal 121 110 205
Hex 79 6E CD

RGB Percentages of Color #796ecd

%27.75
%25.23
%47.02

CMYK Percentages of Color #796ecd

%41
%46
%0
%20

Triadic Colors of #796ecd

#796ecd #cd796e #6ecd79

Analogous Colors of #796ecd

#796ecd #a96ecd #6e93cd

Monochromatic Colors of #796ecd

#796ecd

Complementary Color

#796ecd #c2cd6e

#796ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#796ecd Color CSS Codes

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

#796ecd Text Font Color

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

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


#796ecd Background Color

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

This div background color is #796ecd


#796ecd Border Color

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

This div border color is #796ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796ecd


Comments

No comments written yet.

Please login to write comment.