Color Hex Logo

#881dee Color Hex

#881DEE
(136,29,238)
0 Favorites   0 Comments

Color spaces of #881dee

RGB 13629238
HSL0.750.860.52
HSV271°88°93°
CMYK 0.430.880.00   0.07
XYZ26.025312.286081.8887
Yxy12.28600.21650.1022
Hunter Lab35.051471.1945-113.9801
CIE-Lab41.667176.1151-82.4538

#881dee color RGB value is (136,29,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011101 11101110
Octal 210 35 356
Decimal 136 29 238
Hex 88 1D EE

RGB Percentages of Color #881dee

%33.75
%7.20
%59.06

CMYK Percentages of Color #881dee

%43
%88
%0
%7

Triadic Colors of #881dee

#881dee #ee881d #1dee88

Analogous Colors of #881dee

#881dee #ee1dec #1f1dee

Monochromatic Colors of #881dee

#881dee

Complementary Color

#881dee #83ee1d

#881dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#881dee Color CSS Codes

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

#881dee Text Font Color

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

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


#881dee Background Color

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

This div background color is #881dee


#881dee Border Color

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

This div border color is #881dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881dee


Comments

No comments written yet.

Please login to write comment.