Color Hex Logo

#831990 Color Hex

#831990
(131,25,144)
0 Favorites   0 Comments

Color spaces of #831990

RGB 13125144
HSL0.820.700.33
HSV293°83°56°
CMYK 0.090.830.00   0.44
XYZ14.74177.534227.0628
Yxy7.53420.29880.1527
Hunter Lab27.448547.8317-39.2429
CIE-Lab32.993357.4633-41.2767

#831990 color RGB value is (131,25,144).

#831990 hex color red value is 131, green value is 25 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #831990 hue: 0.82 , saturation: 0.70 and the lightness value of 831990 is 0.33.

The process color (four color CMYK) of #831990 color hex is 0.09, 0.83, 0.00, 0.44. Web safe color of #831990 is #990099. Color #831990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011001 10010000
Octal 203 31 220
Decimal 131 25 144
Hex 83 19 90

RGB Percentages of Color #831990

%43.67
%8.33
%48.00

CMYK Percentages of Color #831990

%9
%83
%0
%44

Triadic Colors of #831990

#831990 #908319 #199083

Analogous Colors of #831990

#831990 #901962 #471990

Monochromatic Colors of #831990

#831990

Complementary Color

#831990 #269019

#831990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831990 Color CSS Codes

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

#831990 Text Font Color

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

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


#831990 Background Color

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

This div background color is #831990


#831990 Border Color

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

This div border color is #831990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831990


Comments

No comments written yet.

Please login to write comment.