Color Hex Logo

#881cee Color Hex

#881CEE
(136,28,238)
0 Favorites   0 Comments

Color spaces of #881cee

RGB 13628238
HSL0.750.860.52
HSV271°88°93°
CMYK 0.430.880.00   0.07
XYZ26.001212.237881.8806
Yxy12.23780.21650.1019
Hunter Lab34.982671.4527-114.2871
CIE-Lab41.591676.3403-82.5780

#881cee color RGB value is (136,28,238).

#881cee hex color red value is 136, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #881cee hue: 0.75 , saturation: 0.86 and the lightness value of 881cee is 0.52.

The process color (four color CMYK) of #881cee color hex is 0.43, 0.88, 0.00, 0.07. Web safe color of #881cee is #9933ff. Color #881cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011100 11101110
Octal 210 34 356
Decimal 136 28 238
Hex 88 1C EE

RGB Percentages of Color #881cee

%33.83
%6.97
%59.20

CMYK Percentages of Color #881cee

%43
%88
%0
%7

Triadic Colors of #881cee

#881cee #ee881c #1cee88

Analogous Colors of #881cee

#881cee #ee1ceb #1f1cee

Monochromatic Colors of #881cee

#881cee

Complementary Color

#881cee #82ee1c

#881cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#881cee Color CSS Codes

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

#881cee Text Font Color

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

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


#881cee Background Color

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

This div background color is #881cee


#881cee Border Color

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

This div border color is #881cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881cee


Comments

No comments written yet.

Please login to write comment.