Color Hex Logo

#813057 Color Hex

#813057
(129,48,87)
0 Favorites   0 Comments

Color spaces of #813057

RGB 1294887
HSL0.920.460.35
HSV331°63°51°
CMYK 0.000.630.33   0.49
XYZ11.83057.46929.8350
Yxy7.46920.40610.2564
Hunter Lab27.329829.4416-2.2054
CIE-Lab32.852039.0770-5.5086

#813057 color RGB value is (129,48,87).

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

The process color (four color CMYK) of #813057 color hex is 0.00, 0.63, 0.33, 0.49. Web safe color of #813057 is #993366. Color #813057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110000 01010111
Octal 201 60 127
Decimal 129 48 87
Hex 81 30 57

RGB Percentages of Color #813057

%48.86
%18.18
%32.95

CMYK Percentages of Color #813057

%0
%63
%33
%49

Triadic Colors of #813057

#813057 #578130 #305781

Analogous Colors of #813057

#813057 #813230 #813080

Monochromatic Colors of #813057

#813057

Complementary Color

#813057 #30815a

#813057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813057 Color CSS Codes

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

#813057 Text Font Color

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

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


#813057 Background Color

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

This div background color is #813057


#813057 Border Color

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

This div border color is #813057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813057


Comments

No comments written yet.

Please login to write comment.