Color Hex Logo

#812561 Color Hex

#812561
(129,37,97)
0 Favorites   0 Comments

Color spaces of #812561

RGB 1293797
HSL0.890.550.33
HSV321°71°51°
CMYK 0.000.710.25   0.49
XYZ11.87256.853312.0063
Yxy6.85330.38630.2230
Hunter Lab26.178835.1396-8.8668
CIE-Lab31.470645.3267-14.0603

#812561 color RGB value is (129,37,97).

#812561 hex color red value is 129, green value is 37 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #812561 hue: 0.89 , saturation: 0.55 and the lightness value of 812561 is 0.33.

The process color (four color CMYK) of #812561 color hex is 0.00, 0.71, 0.25, 0.49. Web safe color of #812561 is #993366. Color #812561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 01100001
Octal 201 45 141
Decimal 129 37 97
Hex 81 25 61

RGB Percentages of Color #812561

%49.05
%14.07
%36.88

CMYK Percentages of Color #812561

%0
%71
%25
%49

Triadic Colors of #812561

#812561 #618125 #256181

Analogous Colors of #812561

#812561 #812533 #732581

Monochromatic Colors of #812561

#812561

Complementary Color

#812561 #258145

#812561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812561 Color CSS Codes

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

#812561 Text Font Color

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

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


#812561 Background Color

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

This div background color is #812561


#812561 Border Color

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

This div border color is #812561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812561


Comments

No comments written yet.

Please login to write comment.