Color Hex Logo

#794ecd Color Hex

#794ECD
(121,78,205)
0 Favorites   0 Comments

Color spaces of #794ecd

RGB 12178205
HSL0.720.560.55
HSV260°62°80°
CMYK 0.410.620.00   0.20
XYZ21.629013.921559.3048
Yxy13.92150.22800.1468
Hunter Lab37.311538.1789-68.1204
CIE-Lab44.120146.1211-59.6773

#794ecd color RGB value is (121,78,205).

#794ecd hex color red value is 121, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #794ecd hue: 0.72 , saturation: 0.56 and the lightness value of 794ecd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001110 11001101
Octal 171 116 315
Decimal 121 78 205
Hex 79 4E CD

RGB Percentages of Color #794ecd

%29.95
%19.31
%50.74

CMYK Percentages of Color #794ecd

%41
%62
%0
%20

Triadic Colors of #794ecd

#794ecd #cd794e #4ecd79

Analogous Colors of #794ecd

#794ecd #b94ecd #4e63cd

Monochromatic Colors of #794ecd

#794ecd

Complementary Color

#794ecd #a2cd4e

#794ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#794ecd Color CSS Codes

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

#794ecd Text Font Color

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

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


#794ecd Background Color

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

This div background color is #794ecd


#794ecd Border Color

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

This div border color is #794ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794ecd


Comments

No comments written yet.

Please login to write comment.