Color Hex Logo

#832861 Color Hex

#832861
(131,40,97)
0 Favorites   0 Comments

Color spaces of #832861

RGB 1314097
HSL0.900.530.34
HSV322°69°51°
CMYK 0.000.690.26   0.49
XYZ12.27657.205912.0531
Yxy7.20590.38930.2285
Hunter Lab26.843834.6569-7.8311
CIE-Lab32.271144.6795-12.8045

#832861 color RGB value is (131,40,97).

#832861 hex color red value is 131, green value is 40 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #832861 hue: 0.90 , saturation: 0.53 and the lightness value of 832861 is 0.34.

The process color (four color CMYK) of #832861 color hex is 0.00, 0.69, 0.26, 0.49. Web safe color of #832861 is #993366. Color #832861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101000 01100001
Octal 203 50 141
Decimal 131 40 97
Hex 83 28 61

RGB Percentages of Color #832861

%48.88
%14.93
%36.19

CMYK Percentages of Color #832861

%0
%69
%26
%49

Triadic Colors of #832861

#832861 #618328 #286183

Analogous Colors of #832861

#832861 #832834 #782883

Monochromatic Colors of #832861

#832861

Complementary Color

#832861 #28834a

#832861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832861 Color CSS Codes

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

#832861 Text Font Color

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

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


#832861 Background Color

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

This div background color is #832861


#832861 Border Color

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

This div border color is #832861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832861


Comments

No comments written yet.

Please login to write comment.