Color Hex Logo

#795071 Color Hex

#795071
(121,80,113)
0 Favorites   0 Comments

Color spaces of #795071

RGB 12180113
HSL0.870.200.39
HSV312°34°47°
CMYK 0.000.340.07   0.53
XYZ13.734510.994517.0211
Yxy10.99450.32900.2633
Hunter Lab33.158015.9108-7.2250
CIE-Lab39.571222.8474-11.9265

#795071 color RGB value is (121,80,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010000 01110001
Octal 171 120 161
Decimal 121 80 113
Hex 79 50 71

RGB Percentages of Color #795071

%38.54
%25.48
%35.99

CMYK Percentages of Color #795071

%0
%34
%7
%53

Triadic Colors of #795071

#795071 #717950 #507179

Analogous Colors of #795071

#795071 #79505d #6d5079

Monochromatic Colors of #795071

#795071

Complementary Color

#795071 #507958

#795071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795071 Color CSS Codes

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

#795071 Text Font Color

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

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


#795071 Background Color

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

This div background color is #795071


#795071 Border Color

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

This div border color is #795071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795071


Comments

No comments written yet.

Please login to write comment.