Color Hex Logo

#831667 Color Hex

#831667
(131,22,103)
0 Favorites   0 Comments

Color spaces of #831667

RGB 13122103
HSL0.880.710.30
HSV315°83°51°
CMYK 0.000.830.21   0.49
XYZ12.09526.378413.4256
Yxy6.37840.37920.2000
Hunter Lab25.255541.2890-13.8392
CIE-Lab30.347751.7196-19.6355

#831667 color RGB value is (131,22,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010110 01100111
Octal 203 26 147
Decimal 131 22 103
Hex 83 16 67

RGB Percentages of Color #831667

%51.17
%8.59
%40.23

CMYK Percentages of Color #831667

%0
%83
%21
%49

Triadic Colors of #831667

#831667 #678316 #166783

Analogous Colors of #831667

#831667 #831631 #691683

Monochromatic Colors of #831667

#831667

Complementary Color

#831667 #168332

#831667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831667 Color CSS Codes

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

#831667 Text Font Color

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

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


#831667 Background Color

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

This div background color is #831667


#831667 Border Color

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

This div border color is #831667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831667


Comments

No comments written yet.

Please login to write comment.