Color Hex Logo

#81327e Color Hex

#81327E
(129,50,126)
0 Favorites   0 Comments

Color spaces of #81327e

RGB 12950126
HSL0.840.440.35
HSV302°61°51°
CMYK 0.000.610.02   0.49
XYZ13.95988.454720.6348
Yxy8.45470.32430.1964
Hunter Lab29.077034.8128-21.7219
CIE-Lab34.912544.3551-27.0996

#81327e color RGB value is (129,50,126).

#81327e hex color red value is 129, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #81327e hue: 0.84 , saturation: 0.44 and the lightness value of 81327e is 0.35.

The process color (four color CMYK) of #81327e color hex is 0.00, 0.61, 0.02, 0.49. Web safe color of #81327e is #993366. Color #81327e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110010 01111110
Octal 201 62 176
Decimal 129 50 126
Hex 81 32 7E

RGB Percentages of Color #81327e

%42.30
%16.39
%41.31

CMYK Percentages of Color #81327e

%0
%61
%2
%49

Triadic Colors of #81327e

#81327e #7e8132 #327e81

Analogous Colors of #81327e

#81327e #813257 #5c3281

Monochromatic Colors of #81327e

#81327e

Complementary Color

#81327e #328135

#81327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81327e Color CSS Codes

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

#81327e Text Font Color

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

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


#81327e Background Color

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

This div background color is #81327e


#81327e Border Color

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

This div border color is #81327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81327e


Comments

No comments written yet.

Please login to write comment.