Color Hex Logo

#831155 Color Hex

#831155
(131,17,85)
0 Favorites   0 Comments

Color spaces of #831155

RGB 1311785
HSL0.900.770.29
HSV324°87°51°
CMYK 0.000.870.35   0.49
XYZ11.20025.88219.1394
Yxy5.88210.42710.2243
Hunter Lab24.253039.9896-5.3654
CIE-Lab29.113050.6787-9.7877

#831155 color RGB value is (131,17,85).

#831155 hex color red value is 131, green value is 17 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #831155 hue: 0.90 , saturation: 0.77 and the lightness value of 831155 is 0.29.

The process color (four color CMYK) of #831155 color hex is 0.00, 0.87, 0.35, 0.49. Web safe color of #831155 is #990066. Color #831155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010001 01010101
Octal 203 21 125
Decimal 131 17 85
Hex 83 11 55

RGB Percentages of Color #831155

%56.22
%7.30
%36.48

CMYK Percentages of Color #831155

%0
%87
%35
%49

Triadic Colors of #831155

#831155 #558311 #115583

Analogous Colors of #831155

#831155 #83111c #781183

Monochromatic Colors of #831155

#831155

Complementary Color

#831155 #11833f

#831155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831155 Color CSS Codes

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

#831155 Text Font Color

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

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


#831155 Background Color

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

This div background color is #831155


#831155 Border Color

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

This div border color is #831155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831155


Comments

No comments written yet.

Please login to write comment.