Color Hex Logo

#812446 Color Hex

#812446
(129,36,70)
0 Favorites   0 Comments

Color spaces of #812446

RGB 1293670
HSL0.940.560.32
HSV338°72°51°
CMYK 0.000.720.46   0.49
XYZ10.78966.37116.4554
Yxy6.37110.45690.2698
Hunter Lab25.241032.13032.5053
CIE-Lab30.330142.40011.8932

#812446 color RGB value is (129,36,70).

#812446 hex color red value is 129, green value is 36 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #812446 hue: 0.94 , saturation: 0.56 and the lightness value of 812446 is 0.32.

The process color (four color CMYK) of #812446 color hex is 0.00, 0.72, 0.46, 0.49. Web safe color of #812446 is #993333. Color #812446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100100 01000110
Octal 201 44 106
Decimal 129 36 70
Hex 81 24 46

RGB Percentages of Color #812446

%54.89
%15.32
%29.79

CMYK Percentages of Color #812446

%0
%72
%46
%49

Triadic Colors of #812446

#812446 #468124 #244681

Analogous Colors of #812446

#812446 #813124 #812475

Monochromatic Colors of #812446

#812446

Complementary Color

#812446 #24815f

#812446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812446 Color CSS Codes

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

#812446 Text Font Color

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

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


#812446 Background Color

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

This div background color is #812446


#812446 Border Color

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

This div border color is #812446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812446


Comments

No comments written yet.

Please login to write comment.