Color Hex Logo

#811199 Color Hex

#811199
(129,17,153)
0 Favorites   0 Comments

Color spaces of #811199

RGB 12917153
HSL0.800.800.33
HSV289°89°60°
CMYK 0.160.890.00   0.40
XYZ15.00357.367930.7684
Yxy7.36790.28230.1387
Hunter Lab27.143951.1623-48.2063
CIE-Lab32.630260.6096-47.3985

#811199 color RGB value is (129,17,153).

#811199 hex color red value is 129, green value is 17 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #811199 hue: 0.80 , saturation: 0.80 and the lightness value of 811199 is 0.33.

The process color (four color CMYK) of #811199 color hex is 0.16, 0.89, 0.00, 0.40. Web safe color of #811199 is #990099. Color #811199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010001 10011001
Octal 201 21 231
Decimal 129 17 153
Hex 81 11 99

RGB Percentages of Color #811199

%43.14
%5.69
%51.17

CMYK Percentages of Color #811199

%16
%89
%0
%40

Triadic Colors of #811199

#811199 #998111 #119981

Analogous Colors of #811199

#811199 #99116d #3d1199

Monochromatic Colors of #811199

#811199

Complementary Color

#811199 #299911

#811199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#811199 Color CSS Codes

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

#811199 Text Font Color

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

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


#811199 Background Color

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

This div background color is #811199


#811199 Border Color

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

This div border color is #811199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811199


Comments

No comments written yet.

Please login to write comment.