Color Hex Logo

#8906eb Color Hex

#8906EB
(137,6,235)
0 Favorites   0 Comments

Color spaces of #8906eb

RGB 1376235
HSL0.760.950.47
HSV274°97°92°
CMYK 0.420.970.00   0.08
XYZ25.377011.446879.4692
Yxy11.44680.21820.0984
Hunter Lab33.833174.6784-115.5806
CIE-Lab40.323079.1898-82.9620

#8906eb color RGB value is (137,6,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000110 11101011
Octal 211 6 353
Decimal 137 6 235
Hex 89 6 EB

RGB Percentages of Color #8906eb

%36.24
%1.59
%62.17

CMYK Percentages of Color #8906eb

%42
%97
%0
%8

Triadic Colors of #8906eb

#8906eb #eb8906 #06eb89

Analogous Colors of #8906eb

#8906eb #eb06db #1706eb

Monochromatic Colors of #8906eb

#8906eb

Complementary Color

#8906eb #68eb06

#8906eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8906eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8906eb Color CSS Codes

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

#8906eb Text Font Color

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

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


#8906eb Background Color

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

This div background color is #8906eb


#8906eb Border Color

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

This div border color is #8906eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8906eb


Comments

No comments written yet.

Please login to write comment.