Color Hex Logo

#871d65 Color Hex

#871D65
(135,29,101)
0 Favorites   0 Comments

Color spaces of #871d65

RGB 13529101
HSL0.890.650.32
HSV319°79°53°
CMYK 0.000.790.25   0.47
XYZ12.78006.969212.9835
Yxy6.96920.39040.2129
Hunter Lab26.399240.2140-10.6801
CIE-Lab31.736750.3922-16.1359

#871d65 color RGB value is (135,29,101).

#871d65 hex color red value is 135, green value is 29 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #871d65 hue: 0.89 , saturation: 0.65 and the lightness value of 871d65 is 0.32.

The process color (four color CMYK) of #871d65 color hex is 0.00, 0.79, 0.25, 0.47. Web safe color of #871d65 is #993366. Color #871d65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011101 01100101
Octal 207 35 145
Decimal 135 29 101
Hex 87 1D 65

RGB Percentages of Color #871d65

%50.94
%10.94
%38.11

CMYK Percentages of Color #871d65

%0
%79
%25
%47

Triadic Colors of #871d65

#871d65 #65871d #1d6587

Analogous Colors of #871d65

#871d65 #871d30 #741d87

Monochromatic Colors of #871d65

#871d65

Complementary Color

#871d65 #1d873f

#871d65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871d65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871d65 Color CSS Codes

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

#871d65 Text Font Color

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

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


#871d65 Background Color

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

This div background color is #871d65


#871d65 Border Color

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

This div border color is #871d65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,29,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #871d65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #871d65;
  -webkit-box-shadow: 1px 1px 3px 2px #871d65;
  box-shadow:         1px 1px 3px 2px #871d65; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,29,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871d65


Comments

No comments written yet.

Please login to write comment.