Color Hex Logo

#831055 Color Hex

#831055
(131,16,85)
0 Favorites   0 Comments

Color spaces of #831055

RGB 1311685
HSL0.900.780.29
HSV324°88°51°
CMYK 0.000.880.35   0.49
XYZ11.18515.85189.1343
Yxy5.85180.42740.2236
Hunter Lab24.190540.2007-5.4545
CIE-Lab29.035450.9030-9.9051

#831055 color RGB value is (131,16,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010000 01010101
Octal 203 20 125
Decimal 131 16 85
Hex 83 10 55

RGB Percentages of Color #831055

%56.47
%6.90
%36.64

CMYK Percentages of Color #831055

%0
%88
%35
%49

Triadic Colors of #831055

#831055 #558310 #105583

Analogous Colors of #831055

#831055 #83101c #781083

Monochromatic Colors of #831055

#831055

Complementary Color

#831055 #10833e

#831055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831055 Color CSS Codes

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

#831055 Text Font Color

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

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


#831055 Background Color

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

This div background color is #831055


#831055 Border Color

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

This div border color is #831055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831055


Comments

No comments written yet.

Please login to write comment.