Color Hex Logo

#794aed Color Hex

#794AED
(121,74,237)
0 Favorites   0 Comments

Color spaces of #794aed

RGB 12174237
HSL0.710.820.61
HSV257°69°93°
CMYK 0.490.690.00   0.07
XYZ25.620015.076981.6806
Yxy15.07690.20940.1232
Hunter Lab38.829049.8265-97.5421
CIE-Lab45.739356.8680-75.2785

#794aed color RGB value is (121,74,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001010 11101101
Octal 171 112 355
Decimal 121 74 237
Hex 79 4A ED

RGB Percentages of Color #794aed

%28.01
%17.13
%54.86

CMYK Percentages of Color #794aed

%49
%69
%0
%7

Triadic Colors of #794aed

#794aed #ed794a #4aed79

Analogous Colors of #794aed

#794aed #cb4aed #4a6ded

Monochromatic Colors of #794aed

#794aed

Complementary Color

#794aed #beed4a

#794aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#794aed Color CSS Codes

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

#794aed Text Font Color

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

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


#794aed Background Color

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

This div background color is #794aed


#794aed Border Color

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

This div border color is #794aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794aed


Comments

No comments written yet.

Please login to write comment.