Color Hex Logo

#880ee9 Color Hex

#880EE9
(136,14,233)
0 Favorites   0 Comments

Color spaces of #880ee9

RGB 13614233
HSL0.760.890.48
HSV273°94°91°
CMYK 0.420.940.00   0.09
XYZ25.018411.431577.9787
Yxy11.43150.21860.0999
Hunter Lab33.810572.9144-113.0759
CIE-Lab40.297977.7743-81.8724

#880ee9 color RGB value is (136,14,233).

#880ee9 hex color red value is 136, green value is 14 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #880ee9 hue: 0.76 , saturation: 0.89 and the lightness value of 880ee9 is 0.48.

The process color (four color CMYK) of #880ee9 color hex is 0.42, 0.94, 0.00, 0.09. Web safe color of #880ee9 is #9900ff. Color #880ee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001110 11101001
Octal 210 16 351
Decimal 136 14 233
Hex 88 E E9

RGB Percentages of Color #880ee9

%35.51
%3.66
%60.84

CMYK Percentages of Color #880ee9

%42
%94
%0
%9

Triadic Colors of #880ee9

#880ee9 #e9880e #0ee988

Analogous Colors of #880ee9

#880ee9 #e90edd #1a0ee9

Monochromatic Colors of #880ee9

#880ee9

Complementary Color

#880ee9 #6fe90e

#880ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880ee9 Color CSS Codes

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

#880ee9 Text Font Color

<p style="color:#880ee9">Text here</p>

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


#880ee9 Background Color

<div style="background-color:#880ee9">
Div content here</div>

This div background color is #880ee9


#880ee9 Border Color

<div style="border:3px solid #880ee9">
Div here</div>

This div border color is #880ee9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,14,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880ee9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880ee9;
  -webkit-box-shadow: 1px 1px 3px 2px #880ee9;
  box-shadow:         1px 1px 3px 2px #880ee9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880ee9


Comments

No comments written yet.

Please login to write comment.