Color Hex Logo

#812789 Color Hex

#812789
(129,39,137)
0 Favorites   0 Comments

Color spaces of #812789

RGB 12939137
HSL0.820.560.35
HSV295°72°54°
CMYK 0.060.720.00   0.46
XYZ14.29417.924324.4431
Yxy7.92430.30630.1698
Hunter Lab28.150141.3762-31.7771
CIE-Lab33.824751.1328-35.6473

#812789 color RGB value is (129,39,137).

#812789 hex color red value is 129, green value is 39 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #812789 hue: 0.82 , saturation: 0.56 and the lightness value of 812789 is 0.35.

The process color (four color CMYK) of #812789 color hex is 0.06, 0.72, 0.00, 0.46. Web safe color of #812789 is #993399. Color #812789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100111 10001001
Octal 201 47 211
Decimal 129 39 137
Hex 81 27 89

RGB Percentages of Color #812789

%42.30
%12.79
%44.92

CMYK Percentages of Color #812789

%6
%72
%0
%46

Triadic Colors of #812789

#812789 #898127 #278981

Analogous Colors of #812789

#812789 #892760 #502789

Monochromatic Colors of #812789

#812789

Complementary Color

#812789 #2f8927

#812789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812789 Color CSS Codes

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

#812789 Text Font Color

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

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


#812789 Background Color

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

This div background color is #812789


#812789 Border Color

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

This div border color is #812789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812789


Comments

No comments written yet.

Please login to write comment.