Color Hex Logo

#794692 Color Hex

#794692
(121,70,146)
0 Favorites   0 Comments

Color spaces of #794692

RGB 12170146
HSL0.780.350.42
HSV280°52°57°
CMYK 0.170.520.00   0.43
XYZ15.263610.520628.4203
Yxy10.52060.28160.1941
Hunter Lab32.435527.2371-29.2457
CIE-Lab38.761035.7362-33.4007

#794692 color RGB value is (121,70,146).

#794692 hex color red value is 121, green value is 70 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #794692 hue: 0.78 , saturation: 0.35 and the lightness value of 794692 is 0.42.

The process color (four color CMYK) of #794692 color hex is 0.17, 0.52, 0.00, 0.43. Web safe color of #794692 is #663399. Color #794692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000110 10010010
Octal 171 106 222
Decimal 121 70 146
Hex 79 46 92

RGB Percentages of Color #794692

%35.91
%20.77
%43.32

CMYK Percentages of Color #794692

%17
%52
%0
%43

Triadic Colors of #794692

#794692 #927946 #469279

Analogous Colors of #794692

#794692 #924685 #534692

Monochromatic Colors of #794692

#794692

Complementary Color

#794692 #5f9246

#794692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794692 Color CSS Codes

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

#794692 Text Font Color

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

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


#794692 Background Color

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

This div background color is #794692


#794692 Border Color

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

This div border color is #794692


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,70,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #794692; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #794692;
  -webkit-box-shadow: 1px 1px 3px 2px #794692;
  box-shadow:         1px 1px 3px 2px #794692; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794692


Comments

No comments written yet.

Please login to write comment.