Color Hex Logo

#794466 Color Hex

#794466
(121,68,102)
0 Favorites   0 Comments

Color spaces of #794466

RGB 12168102
HSL0.890.280.37
HSV322°44°47°
CMYK 0.000.440.16   0.53
XYZ12.35069.158513.6872
Yxy9.15850.35090.2602
Hunter Lab30.263019.8871-5.6313
CIE-Lab36.287727.8742-10.0366

#794466 color RGB value is (121,68,102).

#794466 hex color red value is 121, green value is 68 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #794466 hue: 0.89 , saturation: 0.28 and the lightness value of 794466 is 0.37.

The process color (four color CMYK) of #794466 color hex is 0.00, 0.44, 0.16, 0.53. Web safe color of #794466 is #663366. Color #794466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000100 01100110
Octal 171 104 146
Decimal 121 68 102
Hex 79 44 66

RGB Percentages of Color #794466

%41.58
%23.37
%35.05

CMYK Percentages of Color #794466

%0
%44
%16
%53

Triadic Colors of #794466

#794466 #667944 #446679

Analogous Colors of #794466

#794466 #79444c #724479

Monochromatic Colors of #794466

#794466

Complementary Color

#794466 #447957

#794466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794466 Color CSS Codes

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

#794466 Text Font Color

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

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


#794466 Background Color

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

This div background color is #794466


#794466 Border Color

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

This div border color is #794466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794466


Comments

No comments written yet.

Please login to write comment.