Color Hex Logo

#831382 Color Hex

#831382
(131,19,130)
0 Favorites   0 Comments

Color spaces of #831382

RGB 13119130
HSL0.830.750.29
HSV301°85°51°
CMYK 0.000.850.01   0.49
XYZ13.62226.902721.7335
Yxy6.90270.32240.1633
Hunter Lab26.273046.5722-30.6547
CIE-Lab31.584456.5563-34.8415

#831382 color RGB value is (131,19,130).

#831382 hex color red value is 131, green value is 19 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #831382 hue: 0.83 , saturation: 0.75 and the lightness value of 831382 is 0.29.

The process color (four color CMYK) of #831382 color hex is 0.00, 0.85, 0.01, 0.49. Web safe color of #831382 is #990099. Color #831382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010011 10000010
Octal 203 23 202
Decimal 131 19 130
Hex 83 13 82

RGB Percentages of Color #831382

%46.79
%6.79
%46.43

CMYK Percentages of Color #831382

%0
%85
%1
%49

Triadic Colors of #831382

#831382 #828313 #138283

Analogous Colors of #831382

#831382 #83134a #4c1383

Monochromatic Colors of #831382

#831382

Complementary Color

#831382 #138314

#831382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831382 Color CSS Codes

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

#831382 Text Font Color

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

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


#831382 Background Color

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

This div background color is #831382


#831382 Border Color

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

This div border color is #831382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831382


Comments

No comments written yet.

Please login to write comment.