Color Hex Logo

#832ade Color Hex

#832ADE
(131,42,222)
0 Favorites   0 Comments

Color spaces of #832ade

RGB 13142222
HSL0.750.730.52
HSV270°81°87°
CMYK 0.410.810.00   0.13
XYZ23.372911.755170.1443
Yxy11.75510.22200.1117
Hunter Lab34.285761.6852-97.3000
CIE-Lab40.824268.3207-74.7597

#832ade color RGB value is (131,42,222).

#832ade hex color red value is 131, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #832ade hue: 0.75 , saturation: 0.73 and the lightness value of 832ade is 0.52.

The process color (four color CMYK) of #832ade color hex is 0.41, 0.81, 0.00, 0.13. Web safe color of #832ade is #9933cc. Color #832ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101010 11011110
Octal 203 52 336
Decimal 131 42 222
Hex 83 2A DE

RGB Percentages of Color #832ade

%33.16
%10.63
%56.20

CMYK Percentages of Color #832ade

%41
%81
%0
%13

Triadic Colors of #832ade

#832ade #de832a #2ade83

Analogous Colors of #832ade

#832ade #dd2ade #2a2bde

Monochromatic Colors of #832ade

#832ade

Complementary Color

#832ade #85de2a

#832ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#832ade Color CSS Codes

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

#832ade Text Font Color

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

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


#832ade Background Color

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

This div background color is #832ade


#832ade Border Color

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

This div border color is #832ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832ade


Comments

No comments written yet.

Please login to write comment.