Color Hex Logo

#881dff Color Hex

#881DFF
(136,29,255)
0 Favorites   0 Comments

Color spaces of #881dff

RGB 13629255
HSL0.751.000.56
HSV268°89°100°
CMYK 0.470.890.00   0.00
XYZ28.642713.333095.6716
Yxy13.33300.20810.0969
Hunter Lab36.514476.1192-129.7861
CIE-Lab43.260879.7846-89.3860

#881dff color RGB value is (136,29,255).

#881dff hex color red value is 136, green value is 29 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #881dff hue: 0.75 , saturation: 1.00 and the lightness value of 881dff is 0.56.

The process color (four color CMYK) of #881dff color hex is 0.47, 0.89, 0.00, 0.00. Web safe color of #881dff is #9933ff. Color #881dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011101 11111111
Octal 210 35 377
Decimal 136 29 255
Hex 88 1D FF

RGB Percentages of Color #881dff

%32.38
%6.90
%60.71

CMYK Percentages of Color #881dff

%47
%89
%0
%0

Triadic Colors of #881dff

#881dff #ff881d #1dff88

Analogous Colors of #881dff

#881dff #f91dff #1d23ff

Monochromatic Colors of #881dff

#881dff

Complementary Color

#881dff #94ff1d

#881dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#881dff Color CSS Codes

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

#881dff Text Font Color

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

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


#881dff Background Color

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

This div background color is #881dff


#881dff Border Color

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

This div border color is #881dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881dff


Comments

No comments written yet.

Please login to write comment.