color codes Logo

#832bdd color codes

#832BDD
(131,43,221)
0 Favorites   0 Comments

Color spaces of #832bdd

RGB 13143221
HSL0.750.720.52
HSV270°81°87°
CMYK 0.410.810.00   0.13
XYZ23.275111.773569.4524
Yxy11.77350.22270.1127
Hunter Lab34.312561.0343-95.9908
CIE-Lab40.853867.7554-74.1388

#832bdd color RGB value is (131,43,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101011 11011101
Octal 203 53 335
Decimal 131 43 221
Hex 83 2B DD

RGB Percentages of Color #832bdd

%33.16
%10.89
%55.95

CMYK Percentages of Color #832bdd

%41
%81
%0
%13

Triadic Colors of #832bdd

#832bdd #dd832b #2bdd83

Analogous Colors of #832bdd

#832bdd #dc2bdd #2b2cdd

Monochromatic Colors of #832bdd

#832bdd

Complementary Color

#832bdd #85dd2b

#832bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#832bdd Color CSS Codes

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

#832bdd Text Font Color

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

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


#832bdd Background Color

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

This div background color is #832bdd


#832bdd Border Color

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

This div border color is #832bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832bdd


Comments

No comments written yet.

Please login to write comment.