Color Hex Logo

#881adb Color Hex

#881ADB
(136,26,219)
0 Favorites   0 Comments

Color spaces of #881adb

RGB 13626219
HSL0.760.790.48
HSV274°88°86°
CMYK 0.380.880.00   0.14
XYZ23.308911.087567.9294
Yxy11.08750.22780.1084
Hunter Lab33.297966.6807-97.6461
CIE-Lab39.727572.7619-74.8131

#881adb color RGB value is (136,26,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011010 11011011
Octal 210 32 333
Decimal 136 26 219
Hex 88 1A DB

RGB Percentages of Color #881adb

%35.70
%6.82
%57.48

CMYK Percentages of Color #881adb

%38
%88
%0
%14

Triadic Colors of #881adb

#881adb #db881a #1adb88

Analogous Colors of #881adb

#881adb #db1ace #271adb

Monochromatic Colors of #881adb

#881adb

Complementary Color

#881adb #6ddb1a

#881adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#881adb Color CSS Codes

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

#881adb Text Font Color

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

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


#881adb Background Color

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

This div background color is #881adb


#881adb Border Color

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

This div border color is #881adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,26,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 #881adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881adb


Comments

No comments written yet.

Please login to write comment.