Color Hex Logo

#871683 Color Hex

#871683
(135,22,131)
0 Favorites   0 Comments

Color spaces of #871683

RGB 13522131
HSL0.840.720.31
HSV302°84°53°
CMYK 0.000.840.03   0.47
XYZ14.37537.363422.1363
Yxy7.36340.32760.1678
Hunter Lab27.135647.0746-29.3719
CIE-Lab32.620356.8269-33.7731

#871683 color RGB value is (135,22,131).

#871683 hex color red value is 135, green value is 22 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #871683 hue: 0.84 , saturation: 0.72 and the lightness value of 871683 is 0.31.

The process color (four color CMYK) of #871683 color hex is 0.00, 0.84, 0.03, 0.47. Web safe color of #871683 is #990099. Color #871683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010110 10000011
Octal 207 26 203
Decimal 135 22 131
Hex 87 16 83

RGB Percentages of Color #871683

%46.88
%7.64
%45.49

CMYK Percentages of Color #871683

%0
%84
%3
%47

Triadic Colors of #871683

#871683 #838716 #168387

Analogous Colors of #871683

#871683 #87164b #531687

Monochromatic Colors of #871683

#871683

Complementary Color

#871683 #16871a

#871683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871683 Color CSS Codes

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

#871683 Text Font Color

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

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


#871683 Background Color

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

This div background color is #871683


#871683 Border Color

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

This div border color is #871683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871683


Comments

No comments written yet.

Please login to write comment.