Color Hex Logo

#794afe Color Hex

#794AFE
(121,74,254)
0 Favorites   0 Comments

Color spaces of #794afe

RGB 12174254
HSL0.710.990.64
HSV256°71°100°
CMYK 0.520.710.00   0.00
XYZ28.223316.118395.3895
Yxy16.11830.20200.1154
Hunter Lab40.147655.2251-112.7679
CIE-Lab47.129361.4656-82.5277

#794afe color RGB value is (121,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001010 11111110
Octal 171 112 376
Decimal 121 74 254
Hex 79 4A FE

RGB Percentages of Color #794afe

%26.95
%16.48
%56.57

CMYK Percentages of Color #794afe

%52
%71
%0
%0

Triadic Colors of #794afe

#794afe #fe794a #4afe79

Analogous Colors of #794afe

#794afe #d34afe #4a75fe

Monochromatic Colors of #794afe

#794afe

Complementary Color

#794afe #cffe4a

#794afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#794afe Color CSS Codes

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

#794afe Text Font Color

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

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


#794afe Background Color

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

This div background color is #794afe


#794afe Border Color

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

This div border color is #794afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794afe


Comments

No comments written yet.

Please login to write comment.