Color Hex Logo

#794cef Color Hex

#794CEF
(121,76,239)
0 Favorites   0 Comments

Color spaces of #794cef

RGB 12176239
HSL0.710.840.62
HSV257°68°94°
CMYK 0.490.680.00   0.06
XYZ26.049615.465883.2736
Yxy15.46580.20870.1239
Hunter Lab39.326649.4154-98.0173
CIE-Lab46.265756.3946-75.5448

#794cef color RGB value is (121,76,239).

#794cef hex color red value is 121, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #794cef hue: 0.71 , saturation: 0.84 and the lightness value of 794cef is 0.62.

The process color (four color CMYK) of #794cef color hex is 0.49, 0.68, 0.00, 0.06. Web safe color of #794cef is #6633ff. Color #794cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 11101111
Octal 171 114 357
Decimal 121 76 239
Hex 79 4C EF

RGB Percentages of Color #794cef

%27.75
%17.43
%54.82

CMYK Percentages of Color #794cef

%49
%68
%0
%6

Triadic Colors of #794cef

#794cef #ef794c #4cef79

Analogous Colors of #794cef

#794cef #cb4cef #4c71ef

Monochromatic Colors of #794cef

#794cef

Complementary Color

#794cef #c2ef4c

#794cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#794cef Color CSS Codes

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

#794cef Text Font Color

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

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


#794cef Background Color

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

This div background color is #794cef


#794cef Border Color

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

This div border color is #794cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794cef


Comments

No comments written yet.

Please login to write comment.