Color Hex Logo

#835197 Color Hex

#835197
(131,81,151)
0 Favorites   0 Comments

Color spaces of #835197

RGB 13181151
HSL0.790.300.45
HSV283°46°59°
CMYK 0.130.460.00   0.41
XYZ17.888412.944530.8339
Yxy12.94450.29010.2099
Hunter Lab35.978525.7874-25.6272
CIE-Lab42.679533.6083-30.1652

#835197 color RGB value is (131,81,151).

#835197 hex color red value is 131, green value is 81 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #835197 hue: 0.79 , saturation: 0.30 and the lightness value of 835197 is 0.45.

The process color (four color CMYK) of #835197 color hex is 0.13, 0.46, 0.00, 0.41. Web safe color of #835197 is #996699. Color #835197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010001 10010111
Octal 203 121 227
Decimal 131 81 151
Hex 83 51 97

RGB Percentages of Color #835197

%36.09
%22.31
%41.60

CMYK Percentages of Color #835197

%13
%46
%0
%41

Triadic Colors of #835197

#835197 #978351 #519783

Analogous Colors of #835197

#835197 #975188 #605197

Monochromatic Colors of #835197

#835197

Complementary Color

#835197 #659751

#835197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835197 Color CSS Codes

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

#835197 Text Font Color

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

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


#835197 Background Color

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

This div background color is #835197


#835197 Border Color

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

This div border color is #835197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835197


Comments

No comments written yet.

Please login to write comment.