Color Hex Logo

#812149 Color Hex

#812149
(129,33,73)
0 Favorites   0 Comments

Color spaces of #812149

RGB 1293373
HSL0.930.590.32
HSV335°74°51°
CMYK 0.000.740.43   0.49
XYZ10.79976.23596.9378
Yxy6.23590.45050.2601
Hunter Lab24.971833.49641.0080
CIE-Lab30.000043.8983-0.5720

#812149 color RGB value is (129,33,73).

#812149 hex color red value is 129, green value is 33 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #812149 hue: 0.93 , saturation: 0.59 and the lightness value of 812149 is 0.32.

The process color (four color CMYK) of #812149 color hex is 0.00, 0.74, 0.43, 0.49. Web safe color of #812149 is #993333. Color #812149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100001 01001001
Octal 201 41 111
Decimal 129 33 73
Hex 81 21 49

RGB Percentages of Color #812149

%54.89
%14.04
%31.06

CMYK Percentages of Color #812149

%0
%74
%43
%49

Triadic Colors of #812149

#812149 #498121 #214981

Analogous Colors of #812149

#812149 #812921 #812179

Monochromatic Colors of #812149

#812149

Complementary Color

#812149 #218159

#812149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812149 Color CSS Codes

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

#812149 Text Font Color

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

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


#812149 Background Color

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

This div background color is #812149


#812149 Border Color

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

This div border color is #812149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812149


Comments

No comments written yet.

Please login to write comment.