Color Hex Logo

#815571 Color Hex

#815571
(129,85,113)
0 Favorites   0 Comments

Color spaces of #815571

RGB 12985113
HSL0.890.210.42
HSV322°34°51°
CMYK 0.000.340.12   0.49
XYZ15.282412.356417.2023
Yxy12.35640.34080.2756
Hunter Lab35.151716.0885-4.4088
CIE-Lab41.777022.8476-8.5043

#815571 color RGB value is (129,85,113).

#815571 hex color red value is 129, green value is 85 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #815571 hue: 0.89 , saturation: 0.21 and the lightness value of 815571 is 0.42.

The process color (four color CMYK) of #815571 color hex is 0.00, 0.34, 0.12, 0.49. Web safe color of #815571 is #996666. Color #815571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010101 01110001
Octal 201 125 161
Decimal 129 85 113
Hex 81 55 71

RGB Percentages of Color #815571

%39.45
%25.99
%34.56

CMYK Percentages of Color #815571

%0
%34
%12
%49

Triadic Colors of #815571

#815571 #718155 #557181

Analogous Colors of #815571

#815571 #81555b #7b5581

Monochromatic Colors of #815571

#815571

Complementary Color

#815571 #558165

#815571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815571 Color CSS Codes

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

#815571 Text Font Color

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

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


#815571 Background Color

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

This div background color is #815571


#815571 Border Color

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

This div border color is #815571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815571


Comments

No comments written yet.

Please login to write comment.