Color Hex Logo

#794aca Color Hex

#794ACA
(121,74,202)
0 Favorites   0 Comments

Color spaces of #794aca

RGB 12174202
HSL0.730.550.54
HSV262°63°79°
CMYK 0.400.630.00   0.21
XYZ20.994613.226857.3236
Yxy13.22680.22930.1445
Hunter Lab36.368739.3978-67.9937
CIE-Lab43.103047.4911-59.5915

#794aca color RGB value is (121,74,202).

#794aca hex color red value is 121, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #794aca hue: 0.73 , saturation: 0.55 and the lightness value of 794aca is 0.54.

The process color (four color CMYK) of #794aca color hex is 0.40, 0.63, 0.00, 0.21. Web safe color of #794aca is #6633cc. Color #794aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001010 11001010
Octal 171 112 312
Decimal 121 74 202
Hex 79 4A CA

RGB Percentages of Color #794aca

%30.48
%18.64
%50.88

CMYK Percentages of Color #794aca

%40
%63
%0
%21

Triadic Colors of #794aca

#794aca #ca794a #4aca79

Analogous Colors of #794aca

#794aca #b94aca #4a5bca

Monochromatic Colors of #794aca

#794aca

Complementary Color

#794aca #9bca4a

#794aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#794aca Color CSS Codes

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

#794aca Text Font Color

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

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


#794aca Background Color

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

This div background color is #794aca


#794aca Border Color

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

This div border color is #794aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794aca


Comments

No comments written yet.

Please login to write comment.