Color Hex Logo

#81327f Color Hex

#81327F
(129,50,127)
0 Favorites   0 Comments

Color spaces of #81327f

RGB 12950127
HSL0.840.440.35
HSV302°61°51°
CMYK 0.000.610.02   0.49
XYZ14.02468.480620.9764
Yxy8.48060.32250.1950
Hunter Lab29.121535.0012-22.3220
CIE-Lab34.964444.5388-27.6405

#81327f color RGB value is (129,50,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110010 01111111
Octal 201 62 177
Decimal 129 50 127
Hex 81 32 7F

RGB Percentages of Color #81327f

%42.16
%16.34
%41.50

CMYK Percentages of Color #81327f

%0
%61
%2
%49

Triadic Colors of #81327f

#81327f #7f8132 #327f81

Analogous Colors of #81327f

#81327f #813258 #5b3281

Monochromatic Colors of #81327f

#81327f

Complementary Color

#81327f #328134

#81327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81327f Color CSS Codes

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

#81327f Text Font Color

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

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


#81327f Background Color

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

This div background color is #81327f


#81327f Border Color

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

This div border color is #81327f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81327f


Comments

No comments written yet.

Please login to write comment.