Color Hex Logo

#794cfe Color Hex

#794CFE
(121,76,254)
0 Favorites   0 Comments

Color spaces of #794cfe

RGB 12176254
HSL0.710.990.65
HSV255°70°100°
CMYK 0.520.700.00   0.00
XYZ28.359016.389695.4348
Yxy16.38960.20230.1169
Hunter Lab40.484154.1917-111.4280
CIE-Lab47.481560.4812-81.9507

#794cfe color RGB value is (121,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 11111110
Octal 171 114 376
Decimal 121 76 254
Hex 79 4C FE

RGB Percentages of Color #794cfe

%26.83
%16.85
%56.32

CMYK Percentages of Color #794cfe

%52
%70
%0
%0

Triadic Colors of #794cfe

#794cfe #fe794c #4cfe79

Analogous Colors of #794cfe

#794cfe #d24cfe #4c78fe

Monochromatic Colors of #794cfe

#794cfe

Complementary Color

#794cfe #d1fe4c

#794cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#794cfe Color CSS Codes

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

#794cfe Text Font Color

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

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


#794cfe Background Color

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

This div background color is #794cfe


#794cfe Border Color

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

This div border color is #794cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,76,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 #794cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794cfe


Comments

No comments written yet.

Please login to write comment.