Color Hex Logo

#813751 Color Hex

#813751
(129,55,81)
0 Favorites   0 Comments

Color spaces of #813751

RGB 1295581
HSL0.940.400.36
HSV339°57°51°
CMYK 0.000.570.37   0.49
XYZ11.90477.99368.7001
Yxy7.99360.41630.2795
Hunter Lab28.273025.68211.5465
CIE-Lab33.969634.78100.0118

#813751 color RGB value is (129,55,81).

#813751 hex color red value is 129, green value is 55 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #813751 hue: 0.94 , saturation: 0.40 and the lightness value of 813751 is 0.36.

The process color (four color CMYK) of #813751 color hex is 0.00, 0.57, 0.37, 0.49. Web safe color of #813751 is #993366. Color #813751 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110111 01010001
Octal 201 67 121
Decimal 129 55 81
Hex 81 37 51

RGB Percentages of Color #813751

%48.68
%20.75
%30.57

CMYK Percentages of Color #813751

%0
%57
%37
%49

Triadic Colors of #813751

#813751 #518137 #375181

Analogous Colors of #813751

#813751 #814237 #813776

Monochromatic Colors of #813751

#813751

Complementary Color

#813751 #378167

#813751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813751 Color CSS Codes

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

#813751 Text Font Color

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

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


#813751 Background Color

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

This div background color is #813751


#813751 Border Color

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

This div border color is #813751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813751


Comments

No comments written yet.

Please login to write comment.