Color Hex Logo

#832da6 Color Hex

#832DA6
(131,45,166)
0 Favorites   0 Comments

Color spaces of #832da6

RGB 13145166
HSL0.790.570.41
HSV283°73°65°
CMYK 0.210.730.00   0.35
XYZ17.18149.455236.9959
Yxy9.45520.27000.1486
Hunter Lab30.749345.9269-49.8100
CIE-Lab36.846354.9255-48.4457

#832da6 color RGB value is (131,45,166).

#832da6 hex color red value is 131, green value is 45 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #832da6 hue: 0.79 , saturation: 0.57 and the lightness value of 832da6 is 0.41.

The process color (four color CMYK) of #832da6 color hex is 0.21, 0.73, 0.00, 0.35. Web safe color of #832da6 is #993399. Color #832da6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101101 10100110
Octal 203 55 246
Decimal 131 45 166
Hex 83 2D A6

RGB Percentages of Color #832da6

%38.30
%13.16
%48.54

CMYK Percentages of Color #832da6

%21
%73
%0
%35

Triadic Colors of #832da6

#832da6 #a6832d #2da683

Analogous Colors of #832da6

#832da6 #a62d8d #462da6

Monochromatic Colors of #832da6

#832da6

Complementary Color

#832da6 #50a62d

#832da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832da6 Color CSS Codes

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

#832da6 Text Font Color

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

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


#832da6 Background Color

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

This div background color is #832da6


#832da6 Border Color

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

This div border color is #832da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832da6


Comments

No comments written yet.

Please login to write comment.