color codes Logo

#831da8 color codes

#831DA8
(131,29,168)
0 Favorites   0 Comments

Color spaces of #831da8

RGB 13129168
HSL0.790.710.39
HSV284°83°66°
CMYK 0.220.830.00   0.34
XYZ16.86738.531237.8035
Yxy8.53120.26690.1350
Hunter Lab29.208251.9666-56.2919
CIE-Lab35.065660.8679-52.5242

#831da8 color RGB value is (131,29,168).

#831da8 hex color red value is 131, green value is 29 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #831da8 hue: 0.79 , saturation: 0.71 and the lightness value of 831da8 is 0.39.

The process color (four color CMYK) of #831da8 color code is 0.22, 0.83, 0.00, 0.34. Web safe color of #831da8 is #993399. Color #831da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011101 10101000
Octal 203 35 250
Decimal 131 29 168
Hex 83 1D A8

RGB Percentages of Color #831da8

%39.94
%8.84
%51.22

CMYK Percentages of Color #831da8

%22
%83
%0
%34

Triadic Colors of #831da8

#831da8 #a8831d #1da883

Analogous Colors of #831da8

#831da8 #a81d88 #3e1da8

Monochromatic Colors of #831da8

#831da8

Complementary Color

#831da8 #42a81d

#831da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831da8 Color CSS Codes

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

#831da8 Text Font Color

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

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


#831da8 Background Color

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

This div background color is #831da8


#831da8 Border Color

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

This div border color is #831da8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,29,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #831da8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #831da8;
  -webkit-box-shadow: 1px 1px 3px 2px #831da8;
  box-shadow:         1px 1px 3px 2px #831da8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831da8


Comments

No comments written yet.

Please login to write comment.