Color Hex Logo

#881a7f Color Hex

#881A7F
(136,26,127)
0 Favorites   0 Comments

Color spaces of #881a7f

RGB 13626127
HSL0.850.680.32
HSV305°81°53°
CMYK 0.000.810.07   0.47
XYZ14.35357.505320.7708
Yxy7.50530.33670.1761
Hunter Lab27.395845.5790-25.7751
CIE-Lab32.930655.3546-30.7684

#881a7f color RGB value is (136,26,127).

#881a7f hex color red value is 136, green value is 26 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #881a7f hue: 0.85 , saturation: 0.68 and the lightness value of 881a7f is 0.32.

The process color (four color CMYK) of #881a7f color hex is 0.00, 0.81, 0.07, 0.47. Web safe color of #881a7f is #993366. Color #881a7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011010 01111111
Octal 210 32 177
Decimal 136 26 127
Hex 88 1A 7F

RGB Percentages of Color #881a7f

%47.06
%9.00
%43.94

CMYK Percentages of Color #881a7f

%0
%81
%7
%47

Triadic Colors of #881a7f

#881a7f #7f881a #1a7f88

Analogous Colors of #881a7f

#881a7f #881a48 #5a1a88

Monochromatic Colors of #881a7f

#881a7f

Complementary Color

#881a7f #1a8823

#881a7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881a7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#881a7f Color CSS Codes

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

#881a7f Text Font Color

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

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


#881a7f Background Color

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

This div background color is #881a7f


#881a7f Border Color

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

This div border color is #881a7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881a7f


Comments

No comments written yet.

Please login to write comment.