Color Hex Logo

#794cac Color Hex

#794CAC
(121,76,172)
0 Favorites   0 Comments

Color spaces of #794cac

RGB 12176172
HSL0.740.390.49
HSV268°56°67°
CMYK 0.300.560.00   0.33
XYZ17.916012.212440.4427
Yxy12.21240.25390.1731
Hunter Lab34.946230.3562-44.1529
CIE-Lab41.551738.6167-44.5391

#794cac color RGB value is (121,76,172).

#794cac hex color red value is 121, green value is 76 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #794cac hue: 0.74 , saturation: 0.39 and the lightness value of 794cac is 0.49.

The process color (four color CMYK) of #794cac color hex is 0.30, 0.56, 0.00, 0.33. Web safe color of #794cac is #663399. Color #794cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 10101100
Octal 171 114 254
Decimal 121 76 172
Hex 79 4C AC

RGB Percentages of Color #794cac

%32.79
%20.60
%46.61

CMYK Percentages of Color #794cac

%30
%56
%0
%33

Triadic Colors of #794cac

#794cac #ac794c #4cac79

Analogous Colors of #794cac

#794cac #a94cac #4c4fac

Monochromatic Colors of #794cac

#794cac

Complementary Color

#794cac #7fac4c

#794cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#794cac Color CSS Codes

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

#794cac Text Font Color

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

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


#794cac Background Color

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

This div background color is #794cac


#794cac Border Color

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

This div border color is #794cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794cac


Comments

No comments written yet.

Please login to write comment.