Color Hex Logo

#831659 Color Hex

#831659
(131,22,89)
0 Favorites   0 Comments

Color spaces of #831659

RGB 1312289
HSL0.900.710.30
HSV323°83°51°
CMYK 0.000.830.32   0.49
XYZ11.45026.120410.0291
Yxy6.12040.41490.2218
Hunter Lab24.739439.3214-6.7179
CIE-Lab29.714249.8979-11.5052

#831659 color RGB value is (131,22,89).

#831659 hex color red value is 131, green value is 22 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #831659 hue: 0.90 , saturation: 0.71 and the lightness value of 831659 is 0.30.

The process color (four color CMYK) of #831659 color hex is 0.00, 0.83, 0.32, 0.49. Web safe color of #831659 is #990066. Color #831659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010110 01011001
Octal 203 26 131
Decimal 131 22 89
Hex 83 16 59

RGB Percentages of Color #831659

%54.13
%9.09
%36.78

CMYK Percentages of Color #831659

%0
%83
%32
%49

Triadic Colors of #831659

#831659 #598316 #165983

Analogous Colors of #831659

#831659 #831623 #771683

Monochromatic Colors of #831659

#831659

Complementary Color

#831659 #168340

#831659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831659 Color CSS Codes

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

#831659 Text Font Color

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

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


#831659 Background Color

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

This div background color is #831659


#831659 Border Color

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

This div border color is #831659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831659


Comments

No comments written yet.

Please login to write comment.