Color Hex Logo

#815871 Color Hex

#815871
(129,88,113)
0 Favorites   0 Comments

Color spaces of #815871

RGB 12988113
HSL0.900.190.43
HSV323°32°51°
CMYK 0.000.320.12   0.49
XYZ15.523612.838817.2827
Yxy12.83880.34010.2813
Hunter Lab35.831314.6289-3.5158
CIE-Lab42.519321.0709-7.3926

#815871 color RGB value is (129,88,113).

#815871 hex color red value is 129, green value is 88 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #815871 hue: 0.90 , saturation: 0.19 and the lightness value of 815871 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011000 01110001
Octal 201 130 161
Decimal 129 88 113
Hex 81 58 71

RGB Percentages of Color #815871

%39.09
%26.67
%34.24

CMYK Percentages of Color #815871

%0
%32
%12
%49

Triadic Colors of #815871

#815871 #718158 #587181

Analogous Colors of #815871

#815871 #81585d #7d5881

Monochromatic Colors of #815871

#815871

Complementary Color

#815871 #588168

#815871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815871 Color CSS Codes

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

#815871 Text Font Color

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

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


#815871 Background Color

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

This div background color is #815871


#815871 Border Color

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

This div border color is #815871


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,88,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 #815871">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815871


Comments

No comments written yet.

Please login to write comment.