Color Hex Logo

#881ddb Color Hex

#881DDB
(136,29,219)
0 Favorites   0 Comments

Color spaces of #881ddb

RGB 13629219
HSL0.760.770.49
HSV274°87°86°
CMYK 0.380.870.00   0.14
XYZ23.378911.227467.9527
Yxy11.22740.22800.1095
Hunter Lab33.507365.9062-96.7848
CIE-Lab39.960972.0688-74.4302

#881ddb color RGB value is (136,29,219).

#881ddb hex color red value is 136, green value is 29 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #881ddb hue: 0.76 , saturation: 0.77 and the lightness value of 881ddb is 0.49.

The process color (four color CMYK) of #881ddb color hex is 0.38, 0.87, 0.00, 0.14. Web safe color of #881ddb is #9933cc. Color #881ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011101 11011011
Octal 210 35 333
Decimal 136 29 219
Hex 88 1D DB

RGB Percentages of Color #881ddb

%35.42
%7.55
%57.03

CMYK Percentages of Color #881ddb

%38
%87
%0
%14

Triadic Colors of #881ddb

#881ddb #db881d #1ddb88

Analogous Colors of #881ddb

#881ddb #db1dcf #291ddb

Monochromatic Colors of #881ddb

#881ddb

Complementary Color

#881ddb #70db1d

#881ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#881ddb Color CSS Codes

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

#881ddb Text Font Color

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

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


#881ddb Background Color

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

This div background color is #881ddb


#881ddb Border Color

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

This div border color is #881ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881ddb


Comments

No comments written yet.

Please login to write comment.