Color Hex Logo

#832586 Color Hex

#832586
(131,37,134)
0 Favorites   0 Comments

Color spaces of #832586

RGB 13137134
HSL0.830.570.34
HSV298°72°53°
CMYK 0.020.720.00   0.47
XYZ14.32477.869723.3183
Yxy7.86970.31470.1729
Hunter Lab28.053042.0548-29.6461
CIE-Lab33.710051.8168-33.9512

#832586 color RGB value is (131,37,134).

#832586 hex color red value is 131, green value is 37 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #832586 hue: 0.83 , saturation: 0.57 and the lightness value of 832586 is 0.34.

The process color (four color CMYK) of #832586 color hex is 0.02, 0.72, 0.00, 0.47. Web safe color of #832586 is #993399. Color #832586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100101 10000110
Octal 203 45 206
Decimal 131 37 134
Hex 83 25 86

RGB Percentages of Color #832586

%43.38
%12.25
%44.37

CMYK Percentages of Color #832586

%2
%72
%0
%47

Triadic Colors of #832586

#832586 #868325 #258683

Analogous Colors of #832586

#832586 #862559 #522586

Monochromatic Colors of #832586

#832586

Complementary Color

#832586 #288625

#832586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832586 Color CSS Codes

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

#832586 Text Font Color

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

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


#832586 Background Color

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

This div background color is #832586


#832586 Border Color

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

This div border color is #832586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832586


Comments

No comments written yet.

Please login to write comment.