Color Hex Logo

#831dce Color Hex

#831DCE
(131,29,206)
0 Favorites   0 Comments

Color spaces of #831dce

RGB 13129206
HSL0.760.750.46
HSV275°86°81°
CMYK 0.360.860.00   0.19
XYZ20.940010.160359.2500
Yxy10.16030.23180.1125
Hunter Lab31.875261.4815-87.8962
CIE-Lab38.128668.6702-69.9572

#831dce color RGB value is (131,29,206).

#831dce hex color red value is 131, green value is 29 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #831dce hue: 0.76 , saturation: 0.75 and the lightness value of 831dce is 0.46.

The process color (four color CMYK) of #831dce color hex is 0.36, 0.86, 0.00, 0.19. Web safe color of #831dce is #9933cc. Color #831dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011101 11001110
Octal 203 35 316
Decimal 131 29 206
Hex 83 1D CE

RGB Percentages of Color #831dce

%35.79
%7.92
%56.28

CMYK Percentages of Color #831dce

%36
%86
%0
%19

Triadic Colors of #831dce

#831dce #ce831d #1dce83

Analogous Colors of #831dce

#831dce #ce1dc1 #2b1dce

Monochromatic Colors of #831dce

#831dce

Complementary Color

#831dce #68ce1d

#831dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#831dce Color CSS Codes

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

#831dce Text Font Color

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

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


#831dce Background Color

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

This div background color is #831dce


#831dce Border Color

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

This div border color is #831dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831dce


Comments

No comments written yet.

Please login to write comment.