Color Hex Logo

#8911eb Color Hex

#8911EB
(137,17,235)
0 Favorites   0 Comments

Color spaces of #8911eb

RGB 13717235
HSL0.760.870.49
HSV273°93°92°
CMYK 0.420.930.00   0.08
XYZ25.512411.717479.5143
Yxy11.71740.21850.1004
Hunter Lab34.230773.1337-113.7630
CIE-Lab40.763477.8633-82.2368

#8911eb color RGB value is (137,17,235).

#8911eb hex color red value is 137, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8911eb hue: 0.76 , saturation: 0.87 and the lightness value of 8911eb is 0.49.

The process color (four color CMYK) of #8911eb color hex is 0.42, 0.93, 0.00, 0.08. Web safe color of #8911eb is #9900ff. Color #8911eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010001 11101011
Octal 211 21 353
Decimal 137 17 235
Hex 89 11 EB

RGB Percentages of Color #8911eb

%35.22
%4.37
%60.41

CMYK Percentages of Color #8911eb

%42
%93
%0
%8

Triadic Colors of #8911eb

#8911eb #eb8911 #11eb89

Analogous Colors of #8911eb

#8911eb #eb11e0 #1c11eb

Monochromatic Colors of #8911eb

#8911eb

Complementary Color

#8911eb #73eb11

#8911eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8911eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8911eb Color CSS Codes

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

#8911eb Text Font Color

<p style="color:#8911eb">Text here</p>

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


#8911eb Background Color

<div style="background-color:#8911eb">
Div content here</div>

This div background color is #8911eb


#8911eb Border Color

<div style="border:3px solid #8911eb">
Div here</div>

This div border color is #8911eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,17,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8911eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8911eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8911eb;
  box-shadow:         1px 1px 3px 2px #8911eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,17,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8911eb


Comments

No comments written yet.

Please login to write comment.