Color Hex Logo

#794fea Color Hex

#794FEA
(121,79,234)
0 Favorites   0 Comments

Color spaces of #794fea

RGB 12179234
HSL0.710.790.61
HSV256°66°92°
CMYK 0.480.660.00   0.08
XYZ25.532415.597479.5068
Yxy15.59740.21160.1293
Hunter Lab39.493546.2858-91.7147
CIE-Lab46.441853.4717-72.4408

#794fea color RGB value is (121,79,234).

#794fea hex color red value is 121, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #794fea hue: 0.71 , saturation: 0.79 and the lightness value of 794fea is 0.61.

The process color (four color CMYK) of #794fea color hex is 0.48, 0.66, 0.00, 0.08. Web safe color of #794fea is #6666ff. Color #794fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001111 11101010
Octal 171 117 352
Decimal 121 79 234
Hex 79 4F EA

RGB Percentages of Color #794fea

%27.88
%18.20
%53.92

CMYK Percentages of Color #794fea

%48
%66
%0
%8

Triadic Colors of #794fea

#794fea #ea794f #4fea79

Analogous Colors of #794fea

#794fea #c74fea #4f73ea

Monochromatic Colors of #794fea

#794fea

Complementary Color

#794fea #c0ea4f

#794fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#794fea Color CSS Codes

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

#794fea Text Font Color

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

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


#794fea Background Color

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

This div background color is #794fea


#794fea Border Color

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

This div border color is #794fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794fea


Comments

No comments written yet.

Please login to write comment.