Color Hex Logo

#832bbd Color Hex

#832BBD
(131,43,189)
0 Favorites   0 Comments

Color spaces of #832bbd

RGB 13143189
HSL0.770.630.45
HSV276°77°74°
CMYK 0.310.770.00   0.26
XYZ19.409310.227249.0952
Yxy10.22720.24650.1299
Hunter Lab31.980052.3702-68.6351
CIE-Lab38.247160.6141-59.8343

#832bbd color RGB value is (131,43,189).

#832bbd hex color red value is 131, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #832bbd hue: 0.77 , saturation: 0.63 and the lightness value of 832bbd is 0.45.

The process color (four color CMYK) of #832bbd color hex is 0.31, 0.77, 0.00, 0.26. Web safe color of #832bbd is #9933cc. Color #832bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101011 10111101
Octal 203 53 275
Decimal 131 43 189
Hex 83 2B BD

RGB Percentages of Color #832bbd

%36.09
%11.85
%52.07

CMYK Percentages of Color #832bbd

%31
%77
%0
%26

Triadic Colors of #832bbd

#832bbd #bd832b #2bbd83

Analogous Colors of #832bbd

#832bbd #bd2bae #3a2bbd

Monochromatic Colors of #832bbd

#832bbd

Complementary Color

#832bbd #65bd2b

#832bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#832bbd Color CSS Codes

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

#832bbd Text Font Color

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

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


#832bbd Background Color

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

This div background color is #832bbd


#832bbd Border Color

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

This div border color is #832bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832bbd


Comments

No comments written yet.

Please login to write comment.