Color Hex Logo

#8930e4 Color Hex

#8930E4
(137,48,228)
0 Favorites   0 Comments

Color spaces of #8930e4

RGB 13748228
HSL0.750.770.54
HSV270°79°89°
CMYK 0.400.790.00   0.11
XYZ25.377113.033774.5770
Yxy13.03370.22460.1154
Hunter Lab36.102262.2930-97.2049
CIE-Lab42.814068.4534-74.8936

#8930e4 color RGB value is (137,48,228).

#8930e4 hex color red value is 137, green value is 48 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #8930e4 hue: 0.75 , saturation: 0.77 and the lightness value of 8930e4 is 0.54.

The process color (four color CMYK) of #8930e4 color hex is 0.40, 0.79, 0.00, 0.11. Web safe color of #8930e4 is #9933cc. Color #8930e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110000 11100100
Octal 211 60 344
Decimal 137 48 228
Hex 89 30 E4

RGB Percentages of Color #8930e4

%33.17
%11.62
%55.21

CMYK Percentages of Color #8930e4

%40
%79
%0
%11

Triadic Colors of #8930e4

#8930e4 #e48930 #30e489

Analogous Colors of #8930e4

#8930e4 #e330e4 #3031e4

Monochromatic Colors of #8930e4

#8930e4

Complementary Color

#8930e4 #8be430

#8930e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8930e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8930e4 Color CSS Codes

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

#8930e4 Text Font Color

<p style="color:#8930e4">Text here</p>

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


#8930e4 Background Color

<div style="background-color:#8930e4">
Div content here</div>

This div background color is #8930e4


#8930e4 Border Color

<div style="border:3px solid #8930e4">
Div here</div>

This div border color is #8930e4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,48,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8930e4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8930e4;
  -webkit-box-shadow: 1px 1px 3px 2px #8930e4;
  box-shadow:         1px 1px 3px 2px #8930e4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8930e4


Comments

No comments written yet.

Please login to write comment.