Color Hex Logo

#794cee Color Hex

#794CEE
(121,76,238)
0 Favorites   0 Comments

Color spaces of #794cee

RGB 12176238
HSL0.710.830.62
HSV257°68°93°
CMYK 0.490.680.00   0.07
XYZ25.902215.406982.4975
Yxy15.40690.20920.1244
Hunter Lab39.251649.1020-97.1372
CIE-Lab46.186556.1220-75.1113

#794cee color RGB value is (121,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 11101110
Octal 171 114 356
Decimal 121 76 238
Hex 79 4C EE

RGB Percentages of Color #794cee

%27.82
%17.47
%54.71

CMYK Percentages of Color #794cee

%49
%68
%0
%7

Triadic Colors of #794cee

#794cee #ee794c #4cee79

Analogous Colors of #794cee

#794cee #ca4cee #4c70ee

Monochromatic Colors of #794cee

#794cee

Complementary Color

#794cee #c1ee4c

#794cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#794cee Color CSS Codes

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

#794cee Text Font Color

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

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


#794cee Background Color

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

This div background color is #794cee


#794cee Border Color

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

This div border color is #794cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794cee


Comments

No comments written yet.

Please login to write comment.