Color Hex Logo

#812976 Color Hex

#812976
(129,41,118)
0 Favorites   0 Comments

Color spaces of #812976

RGB 12941118
HSL0.850.520.33
HSV308°68°51°
CMYK 0.000.680.09   0.49
XYZ13.11627.561017.9077
Yxy7.56100.33990.1960
Hunter Lab27.497337.0243-19.3647
CIE-Lab33.051446.9523-25.0067

#812976 color RGB value is (129,41,118).

#812976 hex color red value is 129, green value is 41 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #812976 hue: 0.85 , saturation: 0.52 and the lightness value of 812976 is 0.33.

The process color (four color CMYK) of #812976 color hex is 0.00, 0.68, 0.09, 0.49. Web safe color of #812976 is #993366. Color #812976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101001 01110110
Octal 201 51 166
Decimal 129 41 118
Hex 81 29 76

RGB Percentages of Color #812976

%44.79
%14.24
%40.97

CMYK Percentages of Color #812976

%0
%68
%9
%49

Triadic Colors of #812976

#812976 #768129 #297681

Analogous Colors of #812976

#812976 #81294a #602981

Monochromatic Colors of #812976

#812976

Complementary Color

#812976 #298134

#812976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812976 Color CSS Codes

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

#812976 Text Font Color

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

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


#812976 Background Color

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

This div background color is #812976


#812976 Border Color

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

This div border color is #812976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812976


Comments

No comments written yet.

Please login to write comment.