Color Hex Logo

#832199 Color Hex

#832199
(131,33,153)
0 Favorites   0 Comments

Color spaces of #832199

RGB 13133153
HSL0.800.650.36
HSV289°78°60°
CMYK 0.140.780.00   0.40
XYZ15.65378.212930.8972
Yxy8.21290.28580.1500
Hunter Lab28.658247.3488-43.8616
CIE-Lab34.422456.7329-44.4914

#832199 color RGB value is (131,33,153).

#832199 hex color red value is 131, green value is 33 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #832199 hue: 0.80 , saturation: 0.65 and the lightness value of 832199 is 0.36.

The process color (four color CMYK) of #832199 color hex is 0.14, 0.78, 0.00, 0.40. Web safe color of #832199 is #993399. Color #832199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100001 10011001
Octal 203 41 231
Decimal 131 33 153
Hex 83 21 99

RGB Percentages of Color #832199

%41.32
%10.41
%48.26

CMYK Percentages of Color #832199

%14
%78
%0
%40

Triadic Colors of #832199

#832199 #998321 #219983

Analogous Colors of #832199

#832199 #992173 #472199

Monochromatic Colors of #832199

#832199

Complementary Color

#832199 #379921

#832199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832199 Color CSS Codes

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

#832199 Text Font Color

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

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


#832199 Background Color

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

This div background color is #832199


#832199 Border Color

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

This div border color is #832199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,33,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #832199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #832199;
  -webkit-box-shadow: 1px 1px 3px 2px #832199;
  box-shadow:         1px 1px 3px 2px #832199; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832199


Comments

No comments written yet.

Please login to write comment.