Color Hex Logo

#835779 Color Hex

#835779
(131,87,121)
0 Favorites   0 Comments

Color spaces of #835779

RGB 13187121
HSL0.870.200.43
HSV314°34°51°
CMYK 0.000.340.08   0.49
XYZ16.219513.022219.7478
Yxy13.02220.33110.2658
Hunter Lab36.086317.0784-7.1854
CIE-Lab42.796723.9000-11.8359

#835779 color RGB value is (131,87,121).

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

The process color (four color CMYK) of #835779 color hex is 0.00, 0.34, 0.08, 0.49. Web safe color of #835779 is #996666. Color #835779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010111 01111001
Octal 203 127 171
Decimal 131 87 121
Hex 83 57 79

RGB Percentages of Color #835779

%38.64
%25.66
%35.69

CMYK Percentages of Color #835779

%0
%34
%8
%49

Triadic Colors of #835779

#835779 #798357 #577983

Analogous Colors of #835779

#835779 #835763 #775783

Monochromatic Colors of #835779

#835779

Complementary Color

#835779 #578361

#835779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835779 Color CSS Codes

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

#835779 Text Font Color

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

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


#835779 Background Color

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

This div background color is #835779


#835779 Border Color

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

This div border color is #835779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835779


Comments

No comments written yet.

Please login to write comment.