Color Hex Logo

#881c6d Color Hex

#881C6D
(136,28,109)
0 Favorites   0 Comments

Color spaces of #881c6d

RGB 13628109
HSL0.880.660.32
HSV315°79°53°
CMYK 0.000.790.20   0.47
XYZ13.32897.168915.1492
Yxy7.16890.37390.2011
Hunter Lab26.774842.0041-14.8040
CIE-Lab32.188452.0613-20.5516

#881c6d color RGB value is (136,28,109).

#881c6d hex color red value is 136, green value is 28 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #881c6d hue: 0.88 , saturation: 0.66 and the lightness value of 881c6d is 0.32.

The process color (four color CMYK) of #881c6d color hex is 0.00, 0.79, 0.20, 0.47. Web safe color of #881c6d is #993366. Color #881c6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011100 01101101
Octal 210 34 155
Decimal 136 28 109
Hex 88 1C 6D

RGB Percentages of Color #881c6d

%49.82
%10.26
%39.93

CMYK Percentages of Color #881c6d

%0
%79
%20
%47

Triadic Colors of #881c6d

#881c6d #6d881c #1c6d88

Analogous Colors of #881c6d

#881c6d #881c37 #6d1c88

Monochromatic Colors of #881c6d

#881c6d

Complementary Color

#881c6d #1c8837

#881c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#881c6d Color CSS Codes

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

#881c6d Text Font Color

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

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


#881c6d Background Color

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

This div background color is #881c6d


#881c6d Border Color

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

This div border color is #881c6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,28,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #881c6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #881c6d;
  -webkit-box-shadow: 1px 1px 3px 2px #881c6d;
  box-shadow:         1px 1px 3px 2px #881c6d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,28,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881c6d


Comments

No comments written yet.

Please login to write comment.