Color Hex Logo

#81328d Color Hex

#81328D
(129,50,141)
0 Favorites   0 Comments

Color spaces of #81328d

RGB 12950141
HSL0.810.480.37
HSV292°65°55°
CMYK 0.090.650.00   0.45
XYZ15.00168.871426.1210
Yxy8.87140.30010.1774
Hunter Lab29.784937.7806-31.1472
CIE-Lab35.735547.2131-35.0728

#81328d color RGB value is (129,50,141).

#81328d hex color red value is 129, green value is 50 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #81328d hue: 0.81 , saturation: 0.48 and the lightness value of 81328d is 0.37.

The process color (four color CMYK) of #81328d color hex is 0.09, 0.65, 0.00, 0.45. Web safe color of #81328d is #993399. Color #81328d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110010 10001101
Octal 201 62 215
Decimal 129 50 141
Hex 81 32 8D

RGB Percentages of Color #81328d

%40.31
%15.63
%44.06

CMYK Percentages of Color #81328d

%9
%65
%0
%45

Triadic Colors of #81328d

#81328d #8d8132 #328d81

Analogous Colors of #81328d

#81328d #8d326c #54328d

Monochromatic Colors of #81328d

#81328d

Complementary Color

#81328d #3e8d32

#81328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81328d Color CSS Codes

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

#81328d Text Font Color

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

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


#81328d Background Color

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

This div background color is #81328d


#81328d Border Color

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

This div border color is #81328d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,50,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81328d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81328d;
  -webkit-box-shadow: 1px 1px 3px 2px #81328d;
  box-shadow:         1px 1px 3px 2px #81328d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81328d


Comments

No comments written yet.

Please login to write comment.