Color Hex Logo

#81287f Color Hex

#81287F
(129,40,127)
0 Favorites   0 Comments

Color spaces of #81287f

RGB 12940127
HSL0.840.530.33
HSV301°69°51°
CMYK 0.000.690.02   0.49
XYZ13.64287.717020.8491
Yxy7.71700.32320.1828
Hunter Lab27.779539.0491-25.0528
CIE-Lab33.386448.9207-30.1271

#81287f color RGB value is (129,40,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101000 01111111
Octal 201 50 177
Decimal 129 40 127
Hex 81 28 7F

RGB Percentages of Color #81287f

%43.58
%13.51
%42.91

CMYK Percentages of Color #81287f

%0
%69
%2
%49

Triadic Colors of #81287f

#81287f #7f8128 #287f81

Analogous Colors of #81287f

#81287f #812852 #572881

Monochromatic Colors of #81287f

#81287f

Complementary Color

#81287f #28812a

#81287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81287f Color CSS Codes

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

#81287f Text Font Color

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

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


#81287f Background Color

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

This div background color is #81287f


#81287f Border Color

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

This div border color is #81287f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,40,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 #81287f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81287f


Comments

No comments written yet.

Please login to write comment.