Color Hex Logo

#813159 Color Hex

#813159
(129,49,89)
0 Favorites   0 Comments

Color spaces of #813159

RGB 1294989
HSL0.920.450.35
HSV330°62°51°
CMYK 0.000.620.31   0.49
XYZ11.95477.585010.2852
Yxy7.58500.40080.2543
Hunter Lab27.540929.2852-2.8634
CIE-Lab33.103238.8650-6.4244

#813159 color RGB value is (129,49,89).

#813159 hex color red value is 129, green value is 49 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #813159 hue: 0.92 , saturation: 0.45 and the lightness value of 813159 is 0.35.

The process color (four color CMYK) of #813159 color hex is 0.00, 0.62, 0.31, 0.49. Web safe color of #813159 is #993366. Color #813159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110001 01011001
Octal 201 61 131
Decimal 129 49 89
Hex 81 31 59

RGB Percentages of Color #813159

%48.31
%18.35
%33.33

CMYK Percentages of Color #813159

%0
%62
%31
%49

Triadic Colors of #813159

#813159 #598131 #315981

Analogous Colors of #813159

#813159 #813131 #813181

Monochromatic Colors of #813159

#813159

Complementary Color

#813159 #318159

#813159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813159 Color CSS Codes

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

#813159 Text Font Color

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

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


#813159 Background Color

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

This div background color is #813159


#813159 Border Color

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

This div border color is #813159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813159


Comments

No comments written yet.

Please login to write comment.