Color Hex Logo

#795069 Color Hex

#795069
(121,80,105)
0 Favorites   0 Comments

Color spaces of #795069

RGB 12180105
HSL0.900.200.39
HSV323°34°47°
CMYK 0.000.340.13   0.53
XYZ13.303610.822214.7523
Yxy10.82220.34220.2784
Hunter Lab32.897114.6155-3.5599
CIE-Lab39.279421.3321-7.4127

#795069 color RGB value is (121,80,105).

#795069 hex color red value is 121, green value is 80 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #795069 hue: 0.90 , saturation: 0.20 and the lightness value of 795069 is 0.39.

The process color (four color CMYK) of #795069 color hex is 0.00, 0.34, 0.13, 0.53. Web safe color of #795069 is #666666. Color #795069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010000 01101001
Octal 171 120 151
Decimal 121 80 105
Hex 79 50 69

RGB Percentages of Color #795069

%39.54
%26.14
%34.31

CMYK Percentages of Color #795069

%0
%34
%13
%53

Triadic Colors of #795069

#795069 #697950 #506979

Analogous Colors of #795069

#795069 #795055 #755079

Monochromatic Colors of #795069

#795069

Complementary Color

#795069 #507960

#795069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795069 Color CSS Codes

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

#795069 Text Font Color

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

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


#795069 Background Color

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

This div background color is #795069


#795069 Border Color

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

This div border color is #795069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795069


Comments

No comments written yet.

Please login to write comment.