Color Hex Logo

#795587 Color Hex

#795587
(121,85,135)
0 Favorites   0 Comments

Color spaces of #795587

RGB 12185135
HSL0.790.230.43
HSV283°37°53°
CMYK 0.100.370.00   0.47
XYZ15.506812.311224.4807
Yxy12.31120.29650.2354
Hunter Lab35.087317.4851-16.8060
CIE-Lab41.706524.4759-22.1203

#795587 color RGB value is (121,85,135).

#795587 hex color red value is 121, green value is 85 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #795587 hue: 0.79 , saturation: 0.23 and the lightness value of 795587 is 0.43.

The process color (four color CMYK) of #795587 color hex is 0.10, 0.37, 0.00, 0.47. Web safe color of #795587 is #666699. Color #795587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010101 10000111
Octal 171 125 207
Decimal 121 85 135
Hex 79 55 87

RGB Percentages of Color #795587

%35.48
%24.93
%39.59

CMYK Percentages of Color #795587

%10
%37
%0
%47

Triadic Colors of #795587

#795587 #877955 #558779

Analogous Colors of #795587

#795587 #87557c #605587

Monochromatic Colors of #795587

#795587

Complementary Color

#795587 #638755

#795587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795587 Color CSS Codes

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

#795587 Text Font Color

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

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


#795587 Background Color

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

This div background color is #795587


#795587 Border Color

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

This div border color is #795587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795587


Comments

No comments written yet.

Please login to write comment.