Color Hex Logo

#794465 Color Hex

#794465
(121,68,101)
1 Favorites   0 Comments

Color spaces of #794465

RGB 12168101
HSL0.900.280.37
HSV323°44°47°
CMYK 0.000.440.17   0.53
XYZ12.30129.138813.4275
Yxy9.13880.35280.2621
Hunter Lab30.230419.7309-5.1736
CIE-Lab36.250227.6978-9.4636

#794465 color RGB value is (121,68,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000100 01100101
Octal 171 104 145
Decimal 121 68 101
Hex 79 44 65

RGB Percentages of Color #794465

%41.72
%23.45
%34.83

CMYK Percentages of Color #794465

%0
%44
%17
%53

Triadic Colors of #794465

#794465 #657944 #446579

Analogous Colors of #794465

#794465 #79444b #734479

Monochromatic Colors of #794465

#794465

Complementary Color

#794465 #447958

#794465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794465 Color CSS Codes

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

#794465 Text Font Color

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

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


#794465 Background Color

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

This div background color is #794465


#794465 Border Color

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

This div border color is #794465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794465


Comments

No comments written yet.

Please login to write comment.