Color Hex Logo

#831dda Color Hex

#831DDA
(131,29,218)
0 Favorites   0 Comments

Color spaces of #831dda

RGB 13129218
HSL0.760.770.48
HSV272°87°85°
CMYK 0.400.870.00   0.15
XYZ22.454310.766067.2242
Yxy10.76600.22350.1072
Hunter Lab32.811664.7345-98.5049
CIE-Lab39.183571.2338-75.1575

#831dda color RGB value is (131,29,218).

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

The process color (four color CMYK) of #831dda color hex is 0.40, 0.87, 0.00, 0.15. Web safe color of #831dda is #9933cc. Color #831dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011101 11011010
Octal 203 35 332
Decimal 131 29 218
Hex 83 1D DA

RGB Percentages of Color #831dda

%34.66
%7.67
%57.67

CMYK Percentages of Color #831dda

%40
%87
%0
%15

Triadic Colors of #831dda

#831dda #da831d #1dda83

Analogous Colors of #831dda

#831dda #da1dd3 #251dda

Monochromatic Colors of #831dda

#831dda

Complementary Color

#831dda #74da1d

#831dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#831dda Color CSS Codes

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

#831dda Text Font Color

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

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


#831dda Background Color

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

This div background color is #831dda


#831dda Border Color

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

This div border color is #831dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831dda


Comments

No comments written yet.

Please login to write comment.