Color Hex Logo

#832dac Color Hex

#832DAC
(131,45,172)
0 Favorites   0 Comments

Color spaces of #832dac

RGB 13145172
HSL0.780.590.43
HSV281°74°67°
CMYK 0.240.740.00   0.33
XYZ17.74499.680639.9630
Yxy9.68060.26330.1437
Hunter Lab31.113747.3541-54.3737
CIE-Lab37.263056.1872-51.3628

#832dac color RGB value is (131,45,172).

#832dac hex color red value is 131, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #832dac hue: 0.78 , saturation: 0.59 and the lightness value of 832dac is 0.43.

The process color (four color CMYK) of #832dac color hex is 0.24, 0.74, 0.00, 0.33. Web safe color of #832dac is #993399. Color #832dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101101 10101100
Octal 203 55 254
Decimal 131 45 172
Hex 83 2D AC

RGB Percentages of Color #832dac

%37.64
%12.93
%49.43

CMYK Percentages of Color #832dac

%24
%74
%0
%33

Triadic Colors of #832dac

#832dac #ac832d #2dac83

Analogous Colors of #832dac

#832dac #ac2d96 #442dac

Monochromatic Colors of #832dac

#832dac

Complementary Color

#832dac #56ac2d

#832dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#832dac Color CSS Codes

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

#832dac Text Font Color

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

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


#832dac Background Color

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

This div background color is #832dac


#832dac Border Color

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

This div border color is #832dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832dac


Comments

No comments written yet.

Please login to write comment.