Color Hex Logo

#815370 Color Hex

#815370
(129,83,112)
0 Favorites   0 Comments

Color spaces of #815370

RGB 12983112
HSL0.890.220.42
HSV322°36°51°
CMYK 0.000.360.13   0.49
XYZ15.071112.023516.8557
Yxy12.02350.34290.2736
Hunter Lab34.674916.9021-4.5488
CIE-Lab41.253423.8456-8.6759

#815370 color RGB value is (129,83,112).

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

The process color (four color CMYK) of #815370 color hex is 0.00, 0.36, 0.13, 0.49. Web safe color of #815370 is #996666. Color #815370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010011 01110000
Octal 201 123 160
Decimal 129 83 112
Hex 81 53 70

RGB Percentages of Color #815370

%39.81
%25.62
%34.57

CMYK Percentages of Color #815370

%0
%36
%13
%49

Triadic Colors of #815370

#815370 #708153 #537081

Analogous Colors of #815370

#815370 #815359 #7b5381

Monochromatic Colors of #815370

#815370

Complementary Color

#815370 #538164

#815370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815370 Color CSS Codes

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

#815370 Text Font Color

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

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


#815370 Background Color

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

This div background color is #815370


#815370 Border Color

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

This div border color is #815370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815370


Comments

No comments written yet.

Please login to write comment.