Color Hex Logo

#880eed Color Hex

#880EED
(136,14,237)
0 Favorites   0 Comments

Color spaces of #880eed

RGB 13614237
HSL0.760.890.49
HSV273°94°93°
CMYK 0.430.940.00   0.07
XYZ25.596411.662781.0228
Yxy11.66270.21640.0986
Hunter Lab34.150774.0244-116.7605
CIE-Lab40.674978.5982-83.5211

#880eed color RGB value is (136,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001110 11101101
Octal 210 16 355
Decimal 136 14 237
Hex 88 E ED

RGB Percentages of Color #880eed

%35.14
%3.62
%61.24

CMYK Percentages of Color #880eed

%43
%94
%0
%7

Triadic Colors of #880eed

#880eed #ed880e #0eed88

Analogous Colors of #880eed

#880eed #ed0ee3 #190eed

Monochromatic Colors of #880eed

#880eed

Complementary Color

#880eed #73ed0e

#880eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#880eed Color CSS Codes

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

#880eed Text Font Color

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

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


#880eed Background Color

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

This div background color is #880eed


#880eed Border Color

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

This div border color is #880eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880eed


Comments

No comments written yet.

Please login to write comment.