Color Hex Logo

#8914eb Color Hex

#8914EB
(137,20,235)
0 Favorites   0 Comments

Color spaces of #8914eb

RGB 13720235
HSL0.760.840.50
HSV273°91°92°
CMYK 0.420.910.00   0.08
XYZ25.562111.816879.5309
Yxy11.81680.21860.1011
Hunter Lab34.375672.5776-113.1097
CIE-Lab40.923577.3827-81.9733

#8914eb color RGB value is (137,20,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010100 11101011
Octal 211 24 353
Decimal 137 20 235
Hex 89 14 EB

RGB Percentages of Color #8914eb

%34.95
%5.10
%59.95

CMYK Percentages of Color #8914eb

%42
%91
%0
%8

Triadic Colors of #8914eb

#8914eb #eb8914 #14eb89

Analogous Colors of #8914eb

#8914eb #eb14e2 #1e14eb

Monochromatic Colors of #8914eb

#8914eb

Complementary Color

#8914eb #76eb14

#8914eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8914eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8914eb Color CSS Codes

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

#8914eb Text Font Color

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

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


#8914eb Background Color

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

This div background color is #8914eb


#8914eb Border Color

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

This div border color is #8914eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,20,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 #8914eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8914eb


Comments

No comments written yet.

Please login to write comment.