Color Hex Logo

#815376 Color Hex

#815376
(129,83,118)
0 Favorites   0 Comments

Color spaces of #815376

RGB 12983118
HSL0.870.220.42
HSV314°36°51°
CMYK 0.000.360.09   0.49
XYZ15.416512.161618.6744
Yxy12.16160.33330.2629
Hunter Lab34.873517.8808-7.3378
CIE-Lab41.471824.9562-12.0307

#815376 color RGB value is (129,83,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010011 01110110
Octal 201 123 166
Decimal 129 83 118
Hex 81 53 76

RGB Percentages of Color #815376

%39.09
%25.15
%35.76

CMYK Percentages of Color #815376

%0
%36
%9
%49

Triadic Colors of #815376

#815376 #768153 #537681

Analogous Colors of #815376

#815376 #81535f #755381

Monochromatic Colors of #815376

#815376

Complementary Color

#815376 #53815e

#815376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815376 Color CSS Codes

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

#815376 Text Font Color

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

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


#815376 Background Color

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

This div background color is #815376


#815376 Border Color

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

This div border color is #815376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815376


Comments

No comments written yet.

Please login to write comment.