Color Hex Logo

#811387 Color Hex

#811387
(129,19,135)
0 Favorites   0 Comments

Color spaces of #811387

RGB 12919135
HSL0.820.750.30
HSV297°86°53°
CMYK 0.040.860.00   0.47
XYZ13.65936.882123.5301
Yxy6.88210.30990.1562
Hunter Lab26.233847.0317-34.8159
CIE-Lab31.537056.9979-38.0590

#811387 color RGB value is (129,19,135).

#811387 hex color red value is 129, green value is 19 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #811387 hue: 0.82 , saturation: 0.75 and the lightness value of 811387 is 0.30.

The process color (four color CMYK) of #811387 color hex is 0.04, 0.86, 0.00, 0.47. Web safe color of #811387 is #990099. Color #811387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010011 10000111
Octal 201 23 207
Decimal 129 19 135
Hex 81 13 87

RGB Percentages of Color #811387

%45.58
%6.71
%47.70

CMYK Percentages of Color #811387

%4
%86
%0
%47

Triadic Colors of #811387

#811387 #878113 #138781

Analogous Colors of #811387

#811387 #871353 #471387

Monochromatic Colors of #811387

#811387

Complementary Color

#811387 #198713

#811387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#811387 Color CSS Codes

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

#811387 Text Font Color

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

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


#811387 Background Color

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

This div background color is #811387


#811387 Border Color

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

This div border color is #811387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811387


Comments

No comments written yet.

Please login to write comment.