Color Hex Logo

#794858 Color Hex

#794858
(121,72,88)
0 Favorites   0 Comments

Color spaces of #794858

RGB 1217288
HSL0.950.250.38
HSV340°40°47°
CMYK 0.000.400.27   0.53
XYZ11.96409.404310.4172
Yxy9.40430.37640.2959
Hunter Lab30.666415.97261.3260
CIE-Lab36.751323.2052-0.5226

#794858 color RGB value is (121,72,88).

#794858 hex color red value is 121, green value is 72 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #794858 hue: 0.95 , saturation: 0.25 and the lightness value of 794858 is 0.38.

The process color (four color CMYK) of #794858 color hex is 0.00, 0.40, 0.27, 0.53. Web safe color of #794858 is #663366. Color #794858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001000 01011000
Octal 171 110 130
Decimal 121 72 88
Hex 79 48 58

RGB Percentages of Color #794858

%43.06
%25.62
%31.32

CMYK Percentages of Color #794858

%0
%40
%27
%53

Triadic Colors of #794858

#794858 #587948 #485879

Analogous Colors of #794858

#794858 #795148 #794871

Monochromatic Colors of #794858

#794858

Complementary Color

#794858 #487969

#794858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794858 Color CSS Codes

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

#794858 Text Font Color

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

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


#794858 Background Color

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

This div background color is #794858


#794858 Border Color

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

This div border color is #794858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794858


Comments

No comments written yet.

Please login to write comment.