Color Hex Logo

#881eef Color Hex

#881EEF
(136,30,239)
0 Favorites   0 Comments

Color spaces of #881eef

RGB 13630239
HSL0.750.870.53
HSV270°87°94°
CMYK 0.430.870.00   0.06
XYZ26.197612.394882.6730
Yxy12.39480.21600.1022
Hunter Lab35.206271.2141-114.5832
CIE-Lab41.836876.0984-82.7400

#881eef color RGB value is (136,30,239).

#881eef hex color red value is 136, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #881eef hue: 0.75 , saturation: 0.87 and the lightness value of 881eef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011110 11101111
Octal 210 36 357
Decimal 136 30 239
Hex 88 1E EF

RGB Percentages of Color #881eef

%33.58
%7.41
%59.01

CMYK Percentages of Color #881eef

%43
%87
%0
%6

Triadic Colors of #881eef

#881eef #ef881e #1eef88

Analogous Colors of #881eef

#881eef #ef1eee #1f1eef

Monochromatic Colors of #881eef

#881eef

Complementary Color

#881eef #85ef1e

#881eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#881eef Color CSS Codes

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

#881eef Text Font Color

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

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


#881eef Background Color

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

This div background color is #881eef


#881eef Border Color

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

This div border color is #881eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881eef


Comments

No comments written yet.

Please login to write comment.