Color Hex Logo

#8927eb Color Hex

#8927EB
(137,39,235)
0 Favorites   0 Comments

Color spaces of #8927eb

RGB 13739235
HSL0.750.830.54
HSV270°83°92°
CMYK 0.420.830.00   0.08
XYZ26.037412.767679.6893
Yxy12.76760.21970.1077
Hunter Lab35.731867.5406-107.2168
CIE-Lab42.411072.9591-79.5282

#8927eb color RGB value is (137,39,235).

#8927eb hex color red value is 137, green value is 39 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8927eb hue: 0.75 , saturation: 0.83 and the lightness value of 8927eb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100111 11101011
Octal 211 47 353
Decimal 137 39 235
Hex 89 27 EB

RGB Percentages of Color #8927eb

%33.33
%9.49
%57.18

CMYK Percentages of Color #8927eb

%42
%83
%0
%8

Triadic Colors of #8927eb

#8927eb #eb8927 #27eb89

Analogous Colors of #8927eb

#8927eb #eb27eb #2727eb

Monochromatic Colors of #8927eb

#8927eb

Complementary Color

#8927eb #89eb27

#8927eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8927eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8927eb Color CSS Codes

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

#8927eb Text Font Color

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

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


#8927eb Background Color

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

This div background color is #8927eb


#8927eb Border Color

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

This div border color is #8927eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8927eb


Comments

No comments written yet.

Please login to write comment.