Color Hex Logo

#832d8d Color Hex

#832D8D
(131,45,141)
0 Favorites   0 Comments

Color spaces of #832d8d

RGB 13145141
HSL0.820.520.36
HSV294°68°55°
CMYK 0.070.680.00   0.45
XYZ15.10628.625226.0679
Yxy8.62520.30330.1732
Hunter Lab29.368740.4188-32.0682
CIE-Lab35.252449.9220-35.8215

#832d8d color RGB value is (131,45,141).

#832d8d hex color red value is 131, green value is 45 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #832d8d hue: 0.82 , saturation: 0.52 and the lightness value of 832d8d is 0.36.

The process color (four color CMYK) of #832d8d color hex is 0.07, 0.68, 0.00, 0.45. Web safe color of #832d8d is #993399. Color #832d8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101101 10001101
Octal 203 55 215
Decimal 131 45 141
Hex 83 2D 8D

RGB Percentages of Color #832d8d

%41.32
%14.20
%44.48

CMYK Percentages of Color #832d8d

%7
%68
%0
%45

Triadic Colors of #832d8d

#832d8d #8d832d #2d8d83

Analogous Colors of #832d8d

#832d8d #8d2d67 #532d8d

Monochromatic Colors of #832d8d

#832d8d

Complementary Color

#832d8d #378d2d

#832d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#832d8d Color CSS Codes

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

#832d8d Text Font Color

<p style="color:#832d8d">Text here</p>

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


#832d8d Background Color

<div style="background-color:#832d8d">
Div content here</div>

This div background color is #832d8d


#832d8d Border Color

<div style="border:3px solid #832d8d">
Div here</div>

This div border color is #832d8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,45,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #832d8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #832d8d;
  -webkit-box-shadow: 1px 1px 3px 2px #832d8d;
  box-shadow:         1px 1px 3px 2px #832d8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832d8d


Comments

No comments written yet.

Please login to write comment.