Color Hex Logo

#871969 Color Hex

#871969
(135,25,105)
0 Favorites   0 Comments

Color spaces of #871969

RGB 13525105
HSL0.880.690.31
HSV316°81°53°
CMYK 0.000.810.22   0.47
XYZ12.88916.866114.0106
Yxy6.86610.38170.2033
Hunter Lab26.203241.9466-13.3595
CIE-Lab31.500152.1388-19.0740

#871969 color RGB value is (135,25,105).

#871969 hex color red value is 135, green value is 25 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #871969 hue: 0.88 , saturation: 0.69 and the lightness value of 871969 is 0.31.

The process color (four color CMYK) of #871969 color hex is 0.00, 0.81, 0.22, 0.47. Web safe color of #871969 is #990066. Color #871969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011001 01101001
Octal 207 31 151
Decimal 135 25 105
Hex 87 19 69

RGB Percentages of Color #871969

%50.94
%9.43
%39.62

CMYK Percentages of Color #871969

%0
%81
%22
%47

Triadic Colors of #871969

#871969 #698719 #196987

Analogous Colors of #871969

#871969 #871932 #6e1987

Monochromatic Colors of #871969

#871969

Complementary Color

#871969 #198737

#871969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871969 Color CSS Codes

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

#871969 Text Font Color

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

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


#871969 Background Color

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

This div background color is #871969


#871969 Border Color

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

This div border color is #871969


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,25,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #871969; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #871969;
  -webkit-box-shadow: 1px 1px 3px 2px #871969;
  box-shadow:         1px 1px 3px 2px #871969; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871969


Comments

No comments written yet.

Please login to write comment.