Color Hex Logo

#794cde Color Hex

#794CDE
(121,76,222)
0 Favorites   0 Comments

Color spaces of #794cde

RGB 12176222
HSL0.720.690.58
HSV258°66°87°
CMYK 0.450.660.00   0.13
XYZ23.654414.507870.6608
Yxy14.50780.21740.1333
Hunter Lab38.089144.1976-83.3292
CIE-Lab44.952551.7787-68.0649

#794cde color RGB value is (121,76,222).

#794cde hex color red value is 121, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #794cde hue: 0.72 , saturation: 0.69 and the lightness value of 794cde is 0.58.

The process color (four color CMYK) of #794cde color hex is 0.45, 0.66, 0.00, 0.13. Web safe color of #794cde is #6633cc. Color #794cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 11011110
Octal 171 114 336
Decimal 121 76 222
Hex 79 4C DE

RGB Percentages of Color #794cde

%28.88
%18.14
%52.98

CMYK Percentages of Color #794cde

%45
%66
%0
%13

Triadic Colors of #794cde

#794cde #de794c #4cde79

Analogous Colors of #794cde

#794cde #c24cde #4c68de

Monochromatic Colors of #794cde

#794cde

Complementary Color

#794cde #b1de4c

#794cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#794cde Color CSS Codes

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

#794cde Text Font Color

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

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


#794cde Background Color

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

This div background color is #794cde


#794cde Border Color

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

This div border color is #794cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794cde


Comments

No comments written yet.

Please login to write comment.