Color Hex Logo

#8942eb Color Hex

#8942EB
(137,66,235)
0 Favorites   0 Comments

Color spaces of #8942eb

RGB 13766235
HSL0.740.810.59
HSV265°72°92°
CMYK 0.420.720.00   0.08
XYZ27.260115.213080.0969
Yxy15.21300.22240.1241
Hunter Lab39.003856.4983-94.4531
CIE-Lab45.924662.8198-73.7770

#8942eb color RGB value is (137,66,235).

#8942eb hex color red value is 137, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8942eb hue: 0.74 , saturation: 0.81 and the lightness value of 8942eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000010 11101011
Octal 211 102 353
Decimal 137 66 235
Hex 89 42 EB

RGB Percentages of Color #8942eb

%31.28
%15.07
%53.65

CMYK Percentages of Color #8942eb

%42
%72
%0
%8

Triadic Colors of #8942eb

#8942eb #eb8942 #42eb89

Analogous Colors of #8942eb

#8942eb #de42eb #424feb

Monochromatic Colors of #8942eb

#8942eb

Complementary Color

#8942eb #a4eb42

#8942eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8942eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8942eb Color CSS Codes

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

#8942eb Text Font Color

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

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


#8942eb Background Color

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

This div background color is #8942eb


#8942eb Border Color

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

This div border color is #8942eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8942eb


Comments

No comments written yet.

Please login to write comment.