Color Hex Logo

#881adf Color Hex

#881ADF
(136,26,223)
0 Favorites   0 Comments

Color spaces of #881adf

RGB 13626223
HSL0.760.790.49
HSV274°88°87°
CMYK 0.390.880.00   0.13
XYZ23.842011.300770.7367
Yxy11.30070.22520.1067
Hunter Lab33.616567.7695-101.2279
CIE-Lab40.082473.6001-76.5237

#881adf color RGB value is (136,26,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011010 11011111
Octal 210 32 337
Decimal 136 26 223
Hex 88 1A DF

RGB Percentages of Color #881adf

%35.32
%6.75
%57.92

CMYK Percentages of Color #881adf

%39
%88
%0
%13

Triadic Colors of #881adf

#881adf #df881a #1adf88

Analogous Colors of #881adf

#881adf #df1ad4 #261adf

Monochromatic Colors of #881adf

#881adf

Complementary Color

#881adf #71df1a

#881adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#881adf Color CSS Codes

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

#881adf Text Font Color

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

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


#881adf Background Color

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

This div background color is #881adf


#881adf Border Color

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

This div border color is #881adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881adf


Comments

No comments written yet.

Please login to write comment.