Color Hex Logo

#831555 Color Hex

#831555
(131,21,85)
0 Favorites   0 Comments

Color spaces of #831555

RGB 1312185
HSL0.900.720.30
HSV325°84°51°
CMYK 0.000.840.35   0.49
XYZ11.26796.01759.1619
Yxy6.01750.42610.2275
Hunter Lab24.530639.0638-4.9727
CIE-Lab29.456649.6909-9.2672

#831555 color RGB value is (131,21,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010101 01010101
Octal 203 25 125
Decimal 131 21 85
Hex 83 15 55

RGB Percentages of Color #831555

%55.27
%8.86
%35.86

CMYK Percentages of Color #831555

%0
%84
%35
%49

Triadic Colors of #831555

#831555 #558315 #155583

Analogous Colors of #831555

#831555 #83151e #7a1583

Monochromatic Colors of #831555

#831555

Complementary Color

#831555 #158343

#831555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831555 Color CSS Codes

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

#831555 Text Font Color

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

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


#831555 Background Color

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

This div background color is #831555


#831555 Border Color

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

This div border color is #831555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831555


Comments

No comments written yet.

Please login to write comment.