Color Hex Logo

#794ecf Color Hex

#794ECF
(121,78,207)
0 Favorites   0 Comments

Color spaces of #794ecf

RGB 12178207
HSL0.720.570.56
HSV260°62°81°
CMYK 0.420.620.00   0.19
XYZ21.872014.018760.5846
Yxy14.01870.22670.1453
Hunter Lab37.441638.7505-69.7287
CIE-Lab44.259746.6583-60.6032

#794ecf color RGB value is (121,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001110 11001111
Octal 171 116 317
Decimal 121 78 207
Hex 79 4E CF

RGB Percentages of Color #794ecf

%29.80
%19.21
%50.99

CMYK Percentages of Color #794ecf

%42
%62
%0
%19

Triadic Colors of #794ecf

#794ecf #cf794e #4ecf79

Analogous Colors of #794ecf

#794ecf #ba4ecf #4e64cf

Monochromatic Colors of #794ecf

#794ecf

Complementary Color

#794ecf #a4cf4e

#794ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#794ecf Color CSS Codes

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

#794ecf Text Font Color

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

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


#794ecf Background Color

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

This div background color is #794ecf


#794ecf Border Color

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

This div border color is #794ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794ecf


Comments

No comments written yet.

Please login to write comment.