Color Hex Logo

#813563 Color Hex

#813563
(129,53,99)
0 Favorites   0 Comments

Color spaces of #813563

RGB 1295399
HSL0.900.420.36
HSV324°59°51°
CMYK 0.000.590.23   0.49
XYZ12.57858.114212.7076
Yxy8.11420.37660.2429
Hunter Lab28.485428.9719-6.5100
CIE-Lab34.219638.3366-11.1527

#813563 color RGB value is (129,53,99).

#813563 hex color red value is 129, green value is 53 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #813563 hue: 0.90 , saturation: 0.42 and the lightness value of 813563 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110101 01100011
Octal 201 65 143
Decimal 129 53 99
Hex 81 35 63

RGB Percentages of Color #813563

%45.91
%18.86
%35.23

CMYK Percentages of Color #813563

%0
%59
%23
%49

Triadic Colors of #813563

#813563 #638135 #356381

Analogous Colors of #813563

#813563 #81353d #793581

Monochromatic Colors of #813563

#813563

Complementary Color

#813563 #358153

#813563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813563 Color CSS Codes

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

#813563 Text Font Color

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

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


#813563 Background Color

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

This div background color is #813563


#813563 Border Color

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

This div border color is #813563


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,53,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 #813563">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813563


Comments

No comments written yet.

Please login to write comment.