Color Hex Logo

#831dec Color Hex

#831DEC
(131,29,236)
0 Favorites   0 Comments

Color spaces of #831dec

RGB 13129236
HSL0.750.840.52
HSV270°88°93°
CMYK 0.440.880.00   0.07
XYZ24.939811.760280.3123
Yxy11.76020.21310.1005
Hunter Lab34.293169.8017-114.8481
CIE-Lab40.832475.1345-82.7183

#831dec color RGB value is (131,29,236).

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

The process color (four color CMYK) of #831dec color hex is 0.44, 0.88, 0.00, 0.07. Web safe color of #831dec is #9933ff. Color #831dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011101 11101100
Octal 203 35 354
Decimal 131 29 236
Hex 83 1D EC

RGB Percentages of Color #831dec

%33.08
%7.32
%59.60

CMYK Percentages of Color #831dec

%44
%88
%0
%7

Triadic Colors of #831dec

#831dec #ec831d #1dec83

Analogous Colors of #831dec

#831dec #eb1dec #1d1fec

Monochromatic Colors of #831dec

#831dec

Complementary Color

#831dec #86ec1d

#831dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#831dec Color CSS Codes

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

#831dec Text Font Color

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

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


#831dec Background Color

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

This div background color is #831dec


#831dec Border Color

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

This div border color is #831dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831dec


Comments

No comments written yet.

Please login to write comment.