Color Hex Logo

#794dfe Color Hex

#794DFE
(121,77,254)
0 Favorites   0 Comments

Color spaces of #794dfe

RGB 12177254
HSL0.710.990.65
HSV255°70°100°
CMYK 0.520.700.00   0.00
XYZ28.428416.528595.4579
Yxy16.52850.20250.1177
Hunter Lab40.655353.6703-110.7533
CIE-Lab47.660459.9827-81.6578

#794dfe color RGB value is (121,77,254).

#794dfe hex color red value is 121, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #794dfe hue: 0.71 , saturation: 0.99 and the lightness value of 794dfe is 0.65.

The process color (four color CMYK) of #794dfe color hex is 0.52, 0.70, 0.00, 0.00. Web safe color of #794dfe is #6666ff. Color #794dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001101 11111110
Octal 171 115 376
Decimal 121 77 254
Hex 79 4D FE

RGB Percentages of Color #794dfe

%26.77
%17.04
%56.19

CMYK Percentages of Color #794dfe

%52
%70
%0
%0

Triadic Colors of #794dfe

#794dfe #fe794d #4dfe79

Analogous Colors of #794dfe

#794dfe #d24dfe #4d7afe

Monochromatic Colors of #794dfe

#794dfe

Complementary Color

#794dfe #d2fe4d

#794dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#794dfe Color CSS Codes

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

#794dfe Text Font Color

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

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


#794dfe Background Color

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

This div background color is #794dfe


#794dfe Border Color

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

This div border color is #794dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794dfe


Comments

No comments written yet.

Please login to write comment.