Color Hex Logo

#812763 Color Hex

#812763
(129,39,99)
0 Favorites   0 Comments

Color spaces of #812763

RGB 1293999
HSL0.890.540.33
HSV320°70°51°
CMYK 0.000.700.23   0.49
XYZ12.03097.019012.5251
Yxy7.01900.38100.2223
Hunter Lab26.493434.6951-9.4847
CIE-Lab31.850144.7974-14.7679

#812763 color RGB value is (129,39,99).

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

The process color (four color CMYK) of #812763 color hex is 0.00, 0.70, 0.23, 0.49. Web safe color of #812763 is #993366. Color #812763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100111 01100011
Octal 201 47 143
Decimal 129 39 99
Hex 81 27 63

RGB Percentages of Color #812763

%48.31
%14.61
%37.08

CMYK Percentages of Color #812763

%0
%70
%23
%49

Triadic Colors of #812763

#812763 #638127 #276381

Analogous Colors of #812763

#812763 #812736 #722781

Monochromatic Colors of #812763

#812763

Complementary Color

#812763 #278145

#812763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812763 Color CSS Codes

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

#812763 Text Font Color

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

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


#812763 Background Color

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

This div background color is #812763


#812763 Border Color

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

This div border color is #812763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812763


Comments

No comments written yet.

Please login to write comment.