Color Hex Logo

#831ddc Color Hex

#831DDC
(131,29,220)
0 Favorites   0 Comments

Color spaces of #831ddc

RGB 13129220
HSL0.760.770.49
HSV272°87°86°
CMYK 0.400.870.00   0.14
XYZ22.717710.871368.6112
Yxy10.87130.22230.1064
Hunter Lab32.971765.2874-100.2973
CIE-Lab39.362971.6648-76.0116

#831ddc color RGB value is (131,29,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011101 11011100
Octal 203 35 334
Decimal 131 29 220
Hex 83 1D DC

RGB Percentages of Color #831ddc

%34.47
%7.63
%57.89

CMYK Percentages of Color #831ddc

%40
%87
%0
%14

Triadic Colors of #831ddc

#831ddc #dc831d #1ddc83

Analogous Colors of #831ddc

#831ddc #dc1dd6 #231ddc

Monochromatic Colors of #831ddc

#831ddc

Complementary Color

#831ddc #76dc1d

#831ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#831ddc Color CSS Codes

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

#831ddc Text Font Color

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

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


#831ddc Background Color

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

This div background color is #831ddc


#831ddc Border Color

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

This div border color is #831ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831ddc


Comments

No comments written yet.

Please login to write comment.