Color Hex Logo

#815061 Color Hex

#815061
(129,80,97)
0 Favorites   0 Comments

Color spaces of #815061

RGB 1298097
HSL0.940.230.41
HSV339°38°51°
CMYK 0.000.380.25   0.49
XYZ14.079611.267512.7420
Yxy11.26750.36960.2958
Hunter Lab33.567116.12880.9906
CIE-Lab40.027423.0604-1.2274

#815061 color RGB value is (129,80,97).

#815061 hex color red value is 129, green value is 80 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #815061 hue: 0.94 , saturation: 0.23 and the lightness value of 815061 is 0.41.

The process color (four color CMYK) of #815061 color hex is 0.00, 0.38, 0.25, 0.49. Web safe color of #815061 is #996666. Color #815061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010000 01100001
Octal 201 120 141
Decimal 129 80 97
Hex 81 50 61

RGB Percentages of Color #815061

%42.16
%26.14
%31.70

CMYK Percentages of Color #815061

%0
%38
%25
%49

Triadic Colors of #815061

#815061 #618150 #506181

Analogous Colors of #815061

#815061 #815850 #81507a

Monochromatic Colors of #815061

#815061

Complementary Color

#815061 #508170

#815061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815061 Color CSS Codes

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

#815061 Text Font Color

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

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


#815061 Background Color

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

This div background color is #815061


#815061 Border Color

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

This div border color is #815061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815061


Comments

No comments written yet.

Please login to write comment.