Color Hex Logo

#831088 Color Hex

#831088
(131,16,136)
0 Favorites   0 Comments

Color spaces of #831088

RGB 13116136
HSL0.830.790.30
HSV298°88°53°
CMYK 0.040.880.00   0.47
XYZ13.98936.973523.9012
Yxy6.97350.31180.1554
Hunter Lab26.407448.3474-35.1779
CIE-Lab31.746558.1871-38.3254

#831088 color RGB value is (131,16,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010000 10001000
Octal 203 20 210
Decimal 131 16 136
Hex 83 10 88

RGB Percentages of Color #831088

%46.29
%5.65
%48.06

CMYK Percentages of Color #831088

%4
%88
%0
%47

Triadic Colors of #831088

#831088 #888310 #108883

Analogous Colors of #831088

#831088 #881051 #471088

Monochromatic Colors of #831088

#831088

Complementary Color

#831088 #158810

#831088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831088 Color CSS Codes

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

#831088 Text Font Color

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

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


#831088 Background Color

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

This div background color is #831088


#831088 Border Color

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

This div border color is #831088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831088


Comments

No comments written yet.

Please login to write comment.