Color Hex Logo

#831488 Color Hex

#831488
(131,20,136)
0 Favorites   0 Comments

Color spaces of #831488

RGB 13120136
HSL0.830.740.31
HSV297°85°53°
CMYK 0.040.850.00   0.47
XYZ14.05427.103223.9229
Yxy7.10320.31180.1576
Hunter Lab26.651847.4870-34.5629
CIE-Lab32.040757.3267-37.8547

#831488 color RGB value is (131,20,136).

#831488 hex color red value is 131, green value is 20 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #831488 hue: 0.83 , saturation: 0.74 and the lightness value of 831488 is 0.31.

The process color (four color CMYK) of #831488 color hex is 0.04, 0.85, 0.00, 0.47. Web safe color of #831488 is #990099. Color #831488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010100 10001000
Octal 203 24 210
Decimal 131 20 136
Hex 83 14 88

RGB Percentages of Color #831488

%45.64
%6.97
%47.39

CMYK Percentages of Color #831488

%4
%85
%0
%47

Triadic Colors of #831488

#831488 #888314 #148883

Analogous Colors of #831488

#831488 #881453 #491488

Monochromatic Colors of #831488

#831488

Complementary Color

#831488 #198814

#831488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831488 Color CSS Codes

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

#831488 Text Font Color

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

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


#831488 Background Color

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

This div background color is #831488


#831488 Border Color

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

This div border color is #831488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831488


Comments

No comments written yet.

Please login to write comment.