Color Hex Logo

#881fae Color Hex

#881FAE
(136,31,174)
0 Favorites   0 Comments

Color spaces of #881fae

RGB 13631174
HSL0.790.700.40
HSV284°82°68°
CMYK 0.220.820.00   0.32
XYZ18.28339.270240.8701
Yxy9.27020.26720.1355
Hunter Lab30.447053.9063-58.2742
CIE-Lab36.499462.3399-53.7546

#881fae color RGB value is (136,31,174).

#881fae hex color red value is 136, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #881fae hue: 0.79 , saturation: 0.70 and the lightness value of 881fae is 0.40.

The process color (four color CMYK) of #881fae color hex is 0.22, 0.82, 0.00, 0.32. Web safe color of #881fae is #993399. Color #881fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011111 10101110
Octal 210 37 256
Decimal 136 31 174
Hex 88 1F AE

RGB Percentages of Color #881fae

%39.88
%9.09
%51.03

CMYK Percentages of Color #881fae

%22
%82
%0
%32

Triadic Colors of #881fae

#881fae #ae881f #1fae88

Analogous Colors of #881fae

#881fae #ae1f8d #401fae

Monochromatic Colors of #881fae

#881fae

Complementary Color

#881fae #45ae1f

#881fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#881fae Color CSS Codes

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

#881fae Text Font Color

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

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


#881fae Background Color

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

This div background color is #881fae


#881fae Border Color

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

This div border color is #881fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881fae


Comments

No comments written yet.

Please login to write comment.