Color Hex Logo

#832481 Color Hex

#832481
(131,36,129)
0 Favorites   0 Comments

Color spaces of #832481

RGB 13136129
HSL0.840.570.33
HSV301°73°51°
CMYK 0.000.730.02   0.49
XYZ13.95347.672021.5143
Yxy7.67200.32340.1778
Hunter Lab27.698441.4494-26.6638
CIE-Lab33.290251.3071-31.5061

#832481 color RGB value is (131,36,129).

#832481 hex color red value is 131, green value is 36 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #832481 hue: 0.84 , saturation: 0.57 and the lightness value of 832481 is 0.33.

The process color (four color CMYK) of #832481 color hex is 0.00, 0.73, 0.02, 0.49. Web safe color of #832481 is #993399. Color #832481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100100 10000001
Octal 203 44 201
Decimal 131 36 129
Hex 83 24 81

RGB Percentages of Color #832481

%44.26
%12.16
%43.58

CMYK Percentages of Color #832481

%0
%73
%2
%49

Triadic Colors of #832481

#832481 #818324 #248183

Analogous Colors of #832481

#832481 #832452 #562483

Monochromatic Colors of #832481

#832481

Complementary Color

#832481 #248326

#832481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832481 Color CSS Codes

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

#832481 Text Font Color

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

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


#832481 Background Color

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

This div background color is #832481


#832481 Border Color

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

This div border color is #832481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832481


Comments

No comments written yet.

Please login to write comment.