Color Hex Logo

#832687 Color Hex

#832687
(131,38,135)
0 Favorites   0 Comments

Color spaces of #832687

RGB 13138135
HSL0.830.560.34
HSV298°72°53°
CMYK 0.030.720.00   0.47
XYZ14.42647.960823.6979
Yxy7.96080.31300.1727
Hunter Lab28.214941.8918-30.0477
CIE-Lab33.901151.6214-34.2676

#832687 color RGB value is (131,38,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100110 10000111
Octal 203 46 207
Decimal 131 38 135
Hex 83 26 87

RGB Percentages of Color #832687

%43.09
%12.50
%44.41

CMYK Percentages of Color #832687

%3
%72
%0
%47

Triadic Colors of #832687

#832687 #878326 #268783

Analogous Colors of #832687

#832687 #87265b #532687

Monochromatic Colors of #832687

#832687

Complementary Color

#832687 #2a8726

#832687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832687 Color CSS Codes

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

#832687 Text Font Color

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

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


#832687 Background Color

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

This div background color is #832687


#832687 Border Color

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

This div border color is #832687


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,38,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 #832687">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832687


Comments

No comments written yet.

Please login to write comment.