Color Hex Logo

#881171 Color Hex

#881171
(136,17,113)
0 Favorites   0 Comments

Color spaces of #881171

RGB 13617113
HSL0.870.780.30
HSV312°88°53°
CMYK 0.000.880.17   0.47
XYZ13.33446.827416.2378
Yxy6.82740.36630.1876
Hunter Lab26.129345.3665-18.5547
CIE-Lab31.410755.4490-24.3176

#881171 color RGB value is (136,17,113).

#881171 hex color red value is 136, green value is 17 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #881171 hue: 0.87 , saturation: 0.78 and the lightness value of 881171 is 0.30.

The process color (four color CMYK) of #881171 color hex is 0.00, 0.88, 0.17, 0.47. Web safe color of #881171 is #990066. Color #881171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010001 01110001
Octal 210 21 161
Decimal 136 17 113
Hex 88 11 71

RGB Percentages of Color #881171

%51.13
%6.39
%42.48

CMYK Percentages of Color #881171

%0
%88
%17
%47

Triadic Colors of #881171

#881171 #718811 #117188

Analogous Colors of #881171

#881171 #881135 #641188

Monochromatic Colors of #881171

#881171

Complementary Color

#881171 #118828

#881171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881171 Color CSS Codes

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

#881171 Text Font Color

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

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


#881171 Background Color

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

This div background color is #881171


#881171 Border Color

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

This div border color is #881171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881171


Comments

No comments written yet.

Please login to write comment.