Color Hex Logo

#832caa Color Hex

#832CAA
(131,44,170)
0 Favorites   0 Comments

Color spaces of #832caa

RGB 13144170
HSL0.780.590.42
HSV281°74°67°
CMYK 0.230.740.00   0.33
XYZ17.51659.528938.9463
Yxy9.52890.26540.1444
Hunter Lab30.868947.2688-53.1960
CIE-Lab36.983356.1613-50.6202

#832caa color RGB value is (131,44,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101100 10101010
Octal 203 54 252
Decimal 131 44 170
Hex 83 2C AA

RGB Percentages of Color #832caa

%37.97
%12.75
%49.28

CMYK Percentages of Color #832caa

%23
%74
%0
%33

Triadic Colors of #832caa

#832caa #aa832c #2caa83

Analogous Colors of #832caa

#832caa #aa2c92 #442caa

Monochromatic Colors of #832caa

#832caa

Complementary Color

#832caa #53aa2c

#832caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#832caa Color CSS Codes

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

#832caa Text Font Color

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

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


#832caa Background Color

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

This div background color is #832caa


#832caa Border Color

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

This div border color is #832caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832caa


Comments

No comments written yet.

Please login to write comment.