Color Hex Logo

#812999 Color Hex

#812999
(129,41,153)
0 Favorites   0 Comments

Color spaces of #812999

RGB 12941153
HSL0.800.580.38
HSV287°73°60°
CMYK 0.160.730.00   0.40
XYZ15.59608.552930.9659
Yxy8.55290.28300.1552
Hunter Lab29.245344.0114-42.3064
CIE-Lab35.108853.4371-43.4052

#812999 color RGB value is (129,41,153).

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

The process color (four color CMYK) of #812999 color hex is 0.16, 0.73, 0.00, 0.40. Web safe color of #812999 is #993399. Color #812999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101001 10011001
Octal 201 51 231
Decimal 129 41 153
Hex 81 29 99

RGB Percentages of Color #812999

%39.94
%12.69
%47.37

CMYK Percentages of Color #812999

%16
%73
%0
%40

Triadic Colors of #812999

#812999 #998129 #299981

Analogous Colors of #812999

#812999 #992979 #492999

Monochromatic Colors of #812999

#812999

Complementary Color

#812999 #419929

#812999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812999 Color CSS Codes

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

#812999 Text Font Color

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

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


#812999 Background Color

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

This div background color is #812999


#812999 Border Color

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

This div border color is #812999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812999


Comments

No comments written yet.

Please login to write comment.